I am trying to port a database existing on a Sun server to a HP server.
The steps I followed are :
- Do the Alter database backup control file to trace from the 1st
database.
- Shutdown the 1st Database
- Copy all the database files and log files to the new directory
structures on HP server using FTP.
- Modify the init.ora of the 2nd instance to specify the db_name etc.
- Change the trace file generated by control file to trace utility to
specify the new db_name (same as the init.ora of the 2nd database)
and new directory structures.
- Startup Nomount the 2nd instance.
- Execute the control file trace script
- After I enter command 'alter database open resetlogs' I
consistently get the error: ORA-01578: Oracle data block corrupted
(file # , block # )
Any suggestions?
Thanks
Wade
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Oct 06 2000 - 10:14:27 CDT