Quantcast
Channel: Symantec Connect
Viewing all articles
Browse latest Browse all 22530

Oracle Restore

$
0
0
I need a solution

I am trying to perform a Oracle Restore and it failed, I have very limited experience so my troubleshooting skills are limited.

Any idea of what I am doing incorrectly?

 

from RMAN I did the following, I am trying to restore the entire Database from a specific day. In this case a Full Oracle Backup I did this morning.

 

 

RMAN> {
  # set time to just before data was lost.
  SET UNTIL TIME 'Mar 29 2013 12:55:00'; 
  RESTORE CONTROLFILE;  
  ALTER DATABASE MOUNT; 
  RESTORE DATABASE;
  RECOVER DATABASE;
}2> 3> 4> 5> 6> 7> 8> 
9> 
10> 
 
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01009: syntax error: found "end-of-file": expecting one of: "exit"
RMAN-01007: at line 10 column 1 file: standard input
 

 


Viewing all articles
Browse latest Browse all 22530

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>