Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Export Import Question
Hi Oracle DBAs,
If I have a full database export file created using
exp system/password full=y buffer=10240 file=fullexp.dat indexes=y grants=y constraints=y compress=y
can I use the IMP command below to recreate a new database on another machine (i.e. without precreating the blank database itself), if the machine has the same OS and same environmental variables, path names predefined?
imp system/password full=y buffer=10240 file=fullexp.dat ignore=y indexes=y grants=y
Thanks in advance,
HH Ling
QUT, Brisbane, Australia.
Received on Wed Jan 28 1998 - 00:00:00 CST
![]() |
![]() |