Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> 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
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).
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
![]() |
![]() |