Convert Datafile for UNDO
Hi All,
Did any one tried converting the datafile for BIG-endians. I am trying the same, I took the scripts and datafile from HP-UX and trying to restore in IBM AIX. I hit the following error.
ORA-00600: internal error code, arguments: [ktu_format_nr-2], [34], [], [], [], [], [], []
Oracle Version :- 11.1.0.6
OS :- IBM AIX 5.3 (64)
I used the following script to generate the scripts from the source.
CONVERT DATABASE ON TARGET PLATFORM
CONVERT SCRIPT '/data1/Install_er/tt/convertscript.rman'
TRANSPORT SCRIPT '/data1/Install_er/tt/transportscript.sql'
new database 'WINFCJ'
FORMAT '/data1/Install_er/tt/%N';
If any one hit the same error Kindly let me know how to resolve this.
Did any one tried converting the datafile for BIG-endians. I am trying the same, I took the scripts and datafile from HP-UX and trying to restore in IBM AIX. I hit the following error.
ORA-00600: internal error code, arguments: [ktu_format_nr-2], [34], [], [], [], [], [], []
Oracle Version :- 11.1.0.6
OS :- IBM AIX 5.3 (64)
I used the following script to generate the scripts from the source.
CONVERT DATABASE ON TARGET PLATFORM
CONVERT SCRIPT '/data1/Install_er/tt/convertscript.rman'
TRANSPORT SCRIPT '/data1/Install_er/tt/transportscript.sql'
new database 'WINFCJ'
FORMAT '/data1/Install_er/tt/%N';
If any one hit the same error Kindly let me know how to resolve this.
0