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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: import and strange PK violation error ???

RE: import and strange PK violation error ???

From: Vadim Gorbounov <vgorbounov_at_simplyengineering.com>
Date: Thu, 19 Apr 2001 14:06:50 -0700
Message-ID: <F001.002ED3D7.20010419135024@fatcity.com>

Hi Andrea,
Does it happen after rows are actually imported? You may set im option CONSTRAINTS=N, otherwise constraints will be enabled (or fail ot be enabled) at the end of import. Also, be aware if you have UNIQUE constraints, the disabling UNIQUE constraint doesnt drop corresponding index (unlike PRIMARY KEY), and this index may be unique.
HTH
Vadim Gorbounov
Oracle DBA

-----Original Message-----
Sent: Thursday, April 19, 2001 4:56 PM
To: Multiple recipients of list ORACLE-L

All,

I'm import from a dmp file. I already disable PK, FK on all the tables, but when I import I still got: unique constraint (ICSSOWNER.PK_ACCOUNT_PROFILE)

and PK_ACCOUNT_PROFILE is already disabled. Any idea?

Thanks.

Andrea



Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/
--

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

Author: Andrea Oracle
  INET: andreaoracle_at_yahoo.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).
--

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

Author: Vadim Gorbounov
  INET: vgorbounov_at_simplyengineering.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 Thu Apr 19 2001 - 16:06:50 CDT

Original text of this message

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