Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: duplicating database
Oracle provides for this two commands exp and imp
1.) Type in the command: exp user/passwd file=my_export.dmp
log=my_log.log
2.) copy via ftp the file my_export.dmp to the other server
3.) type in the command: imp
then you will be asked interactiv what to do
Andreas
Brian Howard schrieb:
> I need to make a total duplicate of a database from one server to
> another including tables,indexes,data, etc. Can someone give me a
> step-by-step process for doing this? I have never done this before.
> Thanks.
Received on Tue Sep 14 1999 - 07:21:03 CDT
![]() |
![]() |