I did a restore controlfile from <filename> (using my auto backup
'snap...f')
My problem is this error? Don't know why it is asking me this? I
should have a good backup.
sql statement: alter database mount
Starting restore at 03-APR-07
released channel: d1
released channel: d2
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 04/03/2007 15:35:49
RMAN-06026: some targets not found - aborting restore
RMAN-06023: no backup or copy of datafile 5 found to restore
RMAN-06023: no backup or copy of datafile 4 found to restore
RMAN-06023: no backup or copy of datafile 3 found to restore
RMAN-06023: no backup or copy of datafile 2 found to restore
RMAN-06023: no backup or copy of datafile 1 found to restore
Joel Patterson
Database Administrator
joel.[Email address protected]
x72546
904 727-2546
9>
10> run {
11> allocate channel d1 type disk;
12> allocate channel d2 type disk;
13> sql "alter database mount";
14> restore database;
15> recover database;
16> release channel d1;
17> release channel d2;
18> }
Oracle LazyDBA home page