Exporting from NT and Importing into Unix [message #69026] |
Wed, 17 October 2001 08:08 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Andy Barrett
Messages: 4 Registered: October 2001
|
Junior Member |
|
|
Can anyone provide the "best" way to Export an 8.1.7 database from an NT box and then Import it in a Unix box? Any scripts, tips, or pointers would be appreciated. Thanks!
----------------------------------------------------------------------
|
|
|
Re: Exporting from NT and Importing into Unix [message #69094 is a reply to message #69026] |
Mon, 29 October 2001 05:32 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Susan
Messages: 102 Registered: October 2001
|
Senior Member |
|
|
in the unix listener, add a service with the tcp-address and port of the nt-listener.
now do on unix:
exp sys/password@nt_sid file=/somewhere/db_dump.dmp compress=Y full=Y
This should work, even on different oracle-versions
----------------------------------------------------------------------
|
|
|