Database Backup and Recovery (MOSC)

MOSC Banner

I try to duplicate my database of production and after 1 hour error ORA-03113:

edited Jan 22, 2014 5:07AM in Database Backup and Recovery (MOSC) 18 commentsAnswered
hello guru,
           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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center