Moving from HP Tru64 to RedHat
Hello all -
I'm trying to move a database (10.2.0.4) from Tru64 UNIX to RedHat Linux.
I'm using RMAN and the process documented in note 413586.1 I've executed the RMAN "convert database " command, which ran successfully, converted my datafiles, and created a transport.sql script. I modified the init.ora file and transport.sql script, moved everything to my target server, and tried to execute the transport.sql script.
I get the following errors:
SQL> @transport.sql
ORACLE instance started.
Total System Global Area 335544320 bytes
Fixed Size 2083304 bytes
Variable Size 268797464 bytes
Database Buffers 49971200 bytes
Redo Buffers 14692352 bytes
Control file created.
SQL> alter database open resetlogs;