cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle redirected restore problem

orionmoon
Level 3

My backup exec ver is 12.5

database : oracle

I am trying  to restore my database to my another oracle database server.

oracle restore

http://www.symantec.com/business/support/index?page=content&id=TECH60371

I followed the above link for restoration.

This is what I have received from the media server log file

"RMAN-03002: failure of recover command at 12/14/2010 10:57:18
ORA-19698: C:\ORADATA\BACK\REDO01.LOG is from different database: id=4056525482, db_name=BACK"

But as per the document , above error is normal.

 

SQLPLUS ALTER DATABASE RENAME FILE <old path from backup to any redolog file name> to <path to expected restored redolog file name>;

 

I don't understand what they said in the above line.(old path from backup to any redolog file name)

 

My target server directory is same as the source server.

 

Source log file location c:\oradata\back\redo01.log

target log file location  c:\oradata\back\redo01.log

 

What could I do next to complete the task.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

AmolB
Moderator
Moderator
Employee Accredited Certified

Hello 

  Have you been through the below article.

  http://www.symantec.com/docs/TECH56105

View solution in original post

2 REPLIES 2

AmolB
Moderator
Moderator
Employee Accredited Certified

Hello 

  Have you been through the below article.

  http://www.symantec.com/docs/TECH56105

orionmoon
Level 3

Cool

 

Thanks