cancel
Showing results for 
Search instead for 
Did you mean: 

how to restore LTO tapes and check the back up

Former Member
0 Kudos

helo friends,

i have to restore and check the back up tapes wether iam taking correctly or not from DB13 .

how to do this task in a new server .

thanks in advance

king Solomon.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear King,

If you want to restore online backup then use

orasid> brbackup -b <********.ant> -m full

where *******.ant is detiled backup file,same can be found in db12 for corresponding backup.

But please note that you have to recover database using redo logs which got generated during

Online backup time.After appliying these archives you should open the database.

If you want to restore offline backup then use

orasid> brbackup -b <********.aft> -m full

Please note that no redo log files are required in this case.

shutdown down you database before restoring the backup.

Please let me know if you face any problem in restoring.

Regards

Aditya

Former Member
0 Kudos

Hi,

Please let me know How you take database backup.Are you using Oracle as database?

Regards

Aditya

Former Member
0 Kudos

brrestore u2013c u2013m all u2013b <.aft file>

.aff is backup log file name you can find it in db12 detail log.