Operating System - HP-UX
1832990 Members
2497 Online
110048 Solutions
New Discussion

Restoring Oracle Database

 
Krishna Prasad
Trusted Contributor

Restoring Oracle Database

I know restoring Oracle8 from backups ran via Omniback are started from RMAN.

However, we are trying to restore a Database backed up on hostA and restore it to hostB.

We are getting connection errors when performing the restore?

How can we connect to database that doesn't exist yet?
Positive Results requires Positive Thinking
3 REPLIES 3
Joaquin Gil de Vergara
Respected Contributor

Re: Restoring Oracle Database

revise sql net config
Teach is the best way to learn
Alan Casey
Trusted Contributor

Re: Restoring Oracle Database

What are the error messages?
T G Manikandan
Honored Contributor

Re: Restoring Oracle Database

Ron,

check your RMAN guide concepts.

You cannot restore image copies from another host(host B) to host A.

You have to manually copy them and catalog them before restoring.

check this guide
http://www.csee.umbc.edu/help/oracle8/server.815/a67773/rmanreco.htm#436724


Thanks