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

Home -> Community -> Usenet -> c.d.o.server -> Re: Help using IMP/EXP utility

Re: Help using IMP/EXP utility

From: Uchakra <uchakra_at_aol.com>
Date: 20 Jul 2001 23:03:31 GMT
Message-ID: <20010720190331.00228.00000367@ng-mn1.aol.com>

Withpout knowing what exactly is your
scenario, it's difficult to give a specific answer. However, I would give an example and see if you can use it .

Lets's assume the owner of the objects
is 'object_owner'

Let's say old tablespace is ot_space

Let's say the new tablespace is nt_space

Step 1) do the exp

step 2) alter user object_owwner
 quota 0k on system quota 0k on ot_space

step 3) alter user object_ownwer default tablespace nt_space quota unlimited
on nt_space

You will do steps 2 and step 3 as a DBA

4) Now get drop the objects
  you exported

5) Do the import using the exp dump file


You might consider the use of
transportable tablespace also.
Look at the doc for the systax on
how to setup and do the transport Received on Fri Jul 20 2001 - 18:03:31 CDT

Original text of this message

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