Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Updating error
David:
I would say that there is a foreign key on the originating_carrier column and the value 0110 does not exist in the parent table.
Rick Weiss
-----Original Message-----
Sent: Tuesday, February 11, 2003 11:00 AM
To: Multiple recipients of list ORACLE-L
I attempt to update a record and receive following error. How do I fix it?
update trunkgroup
set originating_carrier = 0110,trunkgroup_id2 = 606,'
where trunkgroup_id = '01111TWPAAEDS0' and gateway_id = 'GAAA0';
ERROR at line 1:
ORA-02291: integrity constraint (DBIMPL.CARRIER_FK9) violated - parent key not found
Thanks,
David
--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Weiss, Rick
INET: rweiss_at_state.mt.us
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Feb 11 2003 - 12:22:28 CST