Dear fellows in misery,

I´m 'playing' with different crash szenarious to be prepared for the worsed case:

master data:
os: Win2000
db: oracle8i version: 8.1.7.0.0
rman uses with nocatalog
backup: full offline backup with rman

situation:
- I renamed all control files
- run the following script on rman:

run {
allocate channel channel1 type disk format 'd:\oracle8i\oradata\RecTest\backup\b_%u_%s_%p';
restore controlfile;

}

The error message is:

ORA-06512: in "SYS.X$DBMS_RCVMAN", Zeile 4461
ORA-06512: in Zeile 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 have I done wrong?

Chris