import & export [message #71930] |
Thu, 06 February 2003 12:01 |
Godwin
Messages: 37 Registered: January 2002
|
Member |
|
|
Is it possible to import oracle database into windows os environment where the exported file was done in a Unix os enviroment?
If possible could somebody give me the steps?
thanks.
|
|
|
Re: import & export [message #71931 is a reply to message #71930] |
Thu, 06 February 2003 12:19 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
dmp file created by oracle exp is oracle proprietory and is platform independent.
run the exp.
ftp file (with bin option) to windows machine.
run the imp.
ELSE
from your database in windows (target) run the exp and
export the file from source database(in unix).
Now your dmp file is somewhere in windows.
Use it to import.
|
|
|