Home » RDBMS Server » Backup & Recovery » question about data guard (oracle 10g database )
question about data guard [message #591208] Thu, 25 July 2013 08:48 Go to next message
oracle2013
Messages: 15
Registered: July 2013
Location: Hyderabad
Junior Member

Hi all

I have one question about oracle 10g data guard :

1.What is net backup team and how to configure RMAN to work with net backup?
Re: question about data guard [message #591212 is a reply to message #591208] Thu, 25 July 2013 09:02 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
1. This has nothing to do with Data Guard.
2. You have to buy the MML (Media Management Layer) for Net Backup to be used by RMAN.

Regards
Michel
Re: question about data guard [message #591864 is a reply to message #591212] Wed, 31 July 2013 22:08 Go to previous messageGo to next message
hitesh2711
Messages: 5
Registered: July 2013
Location: INDIA
Junior Member

Hello,

Yes agreed this has nothing to do with Data Guard.

Please also find sample commands for reference -

ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE';
ALLOCATE CHANNEL ch01 TYPE 'SBT_TAPE';
SEND 'NB_ORA_POLICY=<policy name>';
BACKUP
$BACKUP_TYPE
DATABASE;
sql 'alter system archive log current';
RELEASE CHANNEL ch00;
RELEASE CHANNEL ch01;
# backup all archive logs
ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE';
ALLOCATE CHANNEL ch01 TYPE 'SBT_TAPE';
SEND 'NB_ORA_POLICY=<policy name>';
BACKUP
filesperset 20
FORMAT 'al_%s_%p_%t'
ARCHIVELOG ALL DELETE INPUT;
RELEASE CHANNEL ch00;
RELEASE CHANNEL ch01;

Regards,
Hitesh
Re: question about data guard [message #591874 is a reply to message #591864] Thu, 01 August 2013 00:36 Go to previous message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
@hitesh2711,

Please read OraFAQ Forum Guide and How to use [code] tags and make your code easier to read.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code, use code tags.
Use the "Preview Message" or "Preview Quick Reply" button to verify.

Regards
Michel
Previous Topic: RMAN 03009 ORA 03113 error on backup to S3
Next Topic: ORA-01652: unable to extend temp segment by 128
Goto Forum:
  


Current Time: Thu Mar 28 11:09:32 CDT 2024