I try to duplicate my database of production and after 1 hour error ORA-03113:
I I try to duplicate my database of production and after 1 hour error ORA-03113.
I joined the script of restore and the error.
I think i have retrieved all the dbf file but i can not create controlfile.
What i can do ?
best regards
JP
run {
allocate auxiliary channel CH00 type 'SBT_TAPE'
parms='ENV=(NB_ORA_CLIENT=sbdm04,NB_ORA_SERV=sbre117)';
set until time "to_date('15-JAN-2014 17:00:01','DD-MON-YYYY HH24:MI:SS')";
duplicate target database to OABTDUP;
release channel CH00;
}channel CH00: restore complete
Finished restore at 21-JAN-2014 15:17:22
ORACLE error from recovery catalog database: ORA-03113: end-of-file on communication channel