cancel
Showing results for 
Search instead for 
Did you mean: 

Restoration of online backup

Former Member
0 Kudos

Dear Experts

We are planning to restore online backup.Please share any document/steps on below:-

a) Restoration of Online backup

b) Restoration of Archive logs

c) recovery

OS-> SUSE Linux

SAP-> ECC 6.0

Thanks

Sumit Jain

Accepted Solutions (0)

Answers (2)

Answers (2)

steverumsby
Active Contributor
0 Kudos

I'm assuming you're using an Oracle database? You need to use "brtools" - you'll find all the information you need in the online help, here - SAP Library - SAP Database Guide: Oracle (BC-DB-ORA-DBA).

Steve.

Former Member
0 Kudos

  Hi Steve,

You are very right..... That was procedure for DB restore.... I'll check SAP link shared by you....

Thanks

Sumit....

former_member188883
Active Contributor
0 Kudos

Hi Sumit,

We can have system copy using backup restore method as well. So the steps you mentioned in your query are part of system copy procedure using backup restore method.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

Sumit,

You can use Brrestore to restore to DB backup.

Regards

Siddhesh

Former Member
0 Kudos

  Hello Deepak,

  For system copy, you require.. one more destination server.....but we wanna restore online backup   using Brtools on  same server whose backup has been taken.

Thanks

Sumit

former_member188883
Active Contributor
0 Kudos

Hi Sumit,

I guess you wanted to check the system restoration process using brtools.

I this case the steps you defined while posting the query is fine.

You can use brrestore -m full -b <backup filename>

Once the restore is completed, you may recover it using

SQL> recover database using backup controlfile until cancel;

 

Then start the database using resetlogs as its an online backup.

SQL>alter database open resetlogs;

Hope this helps.

Regards,

Deepak Kori

former_member188883
Active Contributor
0 Kudos

Hi Sumit,

Refer following links for step by step information on achieving the system copy. Process remains the same whether it is on Suse linux or other platform.

http://scn.sap.com/thread/0000223427

http://www.scribd.com/doc/128340872/Homogeneous-System-Copy-Step

Hope this helps.

Regards,

Deepak Kori

steverumsby
Active Contributor
0 Kudos

Who mentioned system copy? Sumit was asking about a DB restore.