Actually, this a shorter way, if you can handle it.
- In your source database, generate a list of datafiles (including
RBS) and redo log members.
- Do a ALTER DATABASE BACKUP CONTROL FILE to TRACE.
- Shutdown the source database.
- At your new destination, put the datafiles and redo log members
(copied from source) in the relevant directories.
(if you do FTP, do a binary transfer)
- Take a copy of your INIT<sid>.ORA and copy it to the new
destination. Edit it to change
the database name and the locations of your control file(s) in your
new destination
- Do NOT take the control files from your source database. We are
going to fake a
loss of control file.
- Use the manreadable trace file you got from command #2.
- Change the old instance name to the new instance name you want.
Bruno wrote:
>
> I would like to know if someone can tell me how to copy (migrate) an
> Oracle8 (Enterprise Edition) database from one computer to another. The two
> computers are connected and both have the Oracle8 Enterprise Edition
> installed.
>
> I already tried to copy the entire Orant directory from one computer to
> the other but it didn't work.
>
> If someone knows how to do it and needs more info on what I have
> installed, just ask.
>
> Thank you.
>
> Bruno.
Received on Sat Aug 22 1998 - 22:25:09 CDT