Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Export Import Question

Export Import Question

From: <ling_at_redash.qut.edu.au>
Date: 1998/01/28
Message-ID: <6alu99$69n$1@dove.qut.edu.au>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US