Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ora-2298 cannot enable constraints parent keys not found
The cause has to be orphaned records. Do a simple table join
select x from child_table minus select x from parent_table.
-----Original Message-----
From: Cale, Rick T (Richard) [mailto:RICHARD.T.CALE_at_saic.com]
Sent: Wednesday, May 17, 2000 7:15 AM
To: Multiple recipients of list ORACLE-L
Subject: ora-2298 cannot enable constraints parent keys not found
Hi All,
I am resending because I forgot to mention the environment.
NT 4.0 Oracle 8.0.5
I get the subject error message when trying to enable a constraint. The
message
seems obvious that orphan records exists. However I am 100% certain there
is no
orphan records. Does anyone know what may else cause this to occur?
Thanks
Rick
-- Author: Cale, Rick T (Richard) INET: RICHARD.T.CALE_at_saic.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 May 17 2000 - 08:15:26 CDT
![]() |
![]() |