Avatar of klwn
klwn
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

Sysaux datafile not created on clone script on 10g database

Moving a database from one server to another an incorrect clone script has been used. The only issue being is that the sysaux tablespace has been created by oracle but is not pointing at the datafile. an alter databse statement below is successful
alter database rename file 'C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\MISSING00003' .to 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCLTEST\SYSAUX01.DBF'

However when the datafile is recovered using :-
SQL> RECOVER DATAFILE 3
ORA-00283: recovery session canceled due to errors
ORA-00600: internal error code, arguments: [krhpfh_03-1202], [fno =], [3],
[fhcrt =], [567697849], [cptim =], [0], []
ORA-01110: data file 3:
'C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCLTEST\SYSAUX01.DBF'

It errors out with the errors as seen above
Oracle Database

Avatar of undefined
Last Comment
schwertner

8/22/2022 - Mon