Hi all
i have good tutorial to learn oracle dba , and now i learn backup and recovery
my database is 10g , and my os windows7 .
my problem about database recovery (my scenario is) :
1 - sql >shutdown immediate ;
2 - remove all files (controlfiles , datafiles , redologs) from C:\oracle\product\10.2.0\oradata\oracle to c:\ayman
3 - cope all files from c:\ayman to C:\oracle\product\10.2.0\oradata\oracle
4 - sql>startup mount ;
5 - sql > recover database until cancel using backup controlfile ;
ORA-00283: recovery session canceled due to errors
ORA-00600: internal error code, arguments: [2141], [1699099499], [1350865305],
[], [], [], [], []
I tried to solve the problem, but I can not find the appropriate way .
thanks in advance