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

Home -> Community -> Mailing Lists -> Oracle-L -> export/import object types

export/import object types

From: Richard Ji <rji_at_exenet.com>
Date: Wed, 11 Jul 2001 08:38:42 -0700
Message-ID: <F001.00347565.20010711084059@fatcity.com>

Hi all,

I wonder if anyone has seen this before.

I export an user A, then import it into user B in a different database and everything is ok. Then I use the same export file to import into user C in the same database as user B and all the "CREATE TYPE...." failed because Oracle retains the object id in the export file and when importing into user C it tries to create them with the same object id and since user B already has it it failed. I had to manually delete the object id from the log and recreate it.

It's not a huge problem since it's rare that I do something like this. But just wondering why would Oracle retain the object id for TYPE? It certainly didn't keep the same object id for other objects like table, etc.

Any thoughts?

Richard Ji

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Richard Ji
  INET: rji_at_exenet.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jul 11 2001 - 10:38:42 CDT

Original text of this message

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