Rman restore control files with oracle8.1.7 [message #253815] |
Tue, 24 July 2007 23:14 |
chara
Messages: 81 Registered: April 2005 Location: th
|
Member |
|
|
Dear all,
I had a problem with rman restore all control files as below step.
SQL> startup nomount
RMAN> run {
2> allocate channel ch1 type disk;
3> restore controlfile;
4> }
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: restore
RMAN-03002: failure during compilation of command
RMAN-03013: command type: IRESTORE
RMAN-06003: ORACLE error from target database: ORA-01507: database not mounted
ORA-06512: at "SYS.X$DBMS_RCVMAN", line 4461
ORA-06512: at line 1
RMAN-06097: text of failing SQL statement: begin dbms_rcvman . setDatabase ( upp
er ( :dbname:dbname_i ) , :rlscn , :rltime , :fhdbi:fhdbi_i ) ; end ;
RMAN-06099: error occurred in source file: krmk.pc, line: 9196
What happended? Pls advise me.
Thanks for advance
Chara
|
|
|
|
|
|
|