Rman backup

Suppose I have taken Rman backup on Server A. Can I apply this backup on Server B? How?

Showing Answers 1 - 9 of 9 Answers

Hari Shankar

  • Oct 12th, 2015
 

Yes, we can do this with RMAN duplicate command.

1. Create all directory as per spfile.
2. Startup with nomount
3. Connect target dastabase
4. Connect auxiliary database
5. Duplicate target database to newname_database from active database spfile nofilenamecheck;

  Was this answer useful?  Yes

mahesh

  • Aug 5th, 2016
 

that whole procedure is database cloning by using RMAN

  Was this answer useful?  Yes

Vikas

  • Jan 9th, 2018
 

It depends actually. OS should be same and if it is, RMAN duplicate or rman restore either would help.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions