Hello Joerg
- First of all, I would not mix upgrade of oracle version with a move
to a new server.
One change at a time if enough for me.
- As to your idea of copy via database link you can just do export rows=n.
Then build new database on the new server and do import from that export
file.
This will build all the database structure that you need.
Then run insert as select via database link and all will be well.
If the presence of indexes slow the process down too much you can delete
the indexes and use:
imp system/manager file=... fromuser=test touser=test indexfile=idx.sql
This will create a script to build all the indexes.
- Have you thought about moving the storage to the new server, like:
(when I say disk I mean disk array or disk defined in central storage)
- Build a new server and install oracle, the same version as the source.
- Attach a new disk and build the database, with the same sid and
directory structure as on the old server, on the new disk.
- Stop the service and detach the new disk.
- On the old server, stop the service and detach the disk.
- Connect the disk to the new server and restart.
I tested this procedure with windows servers that connect to the EMC and
it works.
Adar Yechiel
Rechovot, Israel
jost_at_unitrade.com wrote:
>
>
>
>Hi list,
>
>i have an unusal question i think, but i am curios about your meaning about
>this.
>
>I am often in the situation to get a production database from an old
>db-server
>to a new one. In some cases i am also instructed to lift up the Oracle
>Version. Naturally i use export/import to get all the data of our
>application
>into the new database.
>
>
>
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Sep 28 2005 - 08:18:56 CDT