Migration from 9.2.0.5 -> 10.2.0.4
Hello!
When migrating from 9.2.0.5 to 10.2.0.4 with last patchset I cannot start migrate utility (dbua).
Base is opened in migrate mode:
SQL> connect / as sysdba
Connected to an idle instance.
SQL> set serveroutput off
SQL> startup upgrade
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.
Total System Global Area 964689920 bytes
Fixed Size 1300188 bytes
Variable Size 419432740 bytes
Database Buffers 536870912 bytes
Redo Buffers 7086080 bytes
Database mounted.
Database opened.
SQL> set serveroutput on
ERROR:
ORA-00600: internal error code, arguments: [17069], [0xB5E86A78], [], [], [],
[], [], []
But any calls to DBMS_OUTPUT (put_line, enable, disable) produce such error (ORA-00600).
I've tried to export database - but no result - same error:
Base is opened in migrate mode:
SQL> connect / as sysdba
Connected to an idle instance.
SQL> set serveroutput off
SQL> startup upgrade
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORACLE instance started.
Total System Global Area 964689920 bytes
Fixed Size 1300188 bytes
Variable Size 419432740 bytes
Database Buffers 536870912 bytes
Redo Buffers 7086080 bytes
Database mounted.
Database opened.
SQL> set serveroutput on
ERROR:
ORA-00600: internal error code, arguments: [17069], [0xB5E86A78], [], [], [],
[], [], []
But any calls to DBMS_OUTPUT (put_line, enable, disable) produce such error (ORA-00600).
I've tried to export database - but no result - same error:
0