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: Nirmal Kumar Muthu Kumaran <NIRMALK_at_qtel.com.qa>
Date: Tue, 24 Apr 2001 00:10:23 -0700
Message-ID: <F001.002EFF05.20010424001021@fatcity.com>

Hi vadim,

Are you sure, when you disable unique constraint, the related index won't be deleted?.
Hope that the index will be deleted, i tested in Oracle815, NT.

Nirmal.

> -----Original Message-----
> From: Vadim Gorbounov [SMTP:vgorbounov_at_simplyengineering.com]
> Sent: Friday, April 20, 2001 12:50 AM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: import and strange PK violation error ???
>
> 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).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Nirmal Kumar  Muthu Kumaran
  INET: NIRMALK_at_qtel.com.qa

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 Tue Apr 24 2001 - 02:10:23 CDT

Original text of this message

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