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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Newbie Help Plz

Re: Newbie Help Plz

From: Ken Denny <ken_at_kendenny.com>
Date: Mon, 03 Nov 2003 14:38:51 GMT
Message-ID: <Xns942861E0A89FDkendenny@216.77.188.16>


"Mumblez" <mumblez2002_at_btinternet.com> wrote in news:bo5n4c$f3e$1_at_hercules.btinternet.com:

> thank you however getting integrity constraint violated - child record
> found
>
> how do i solve this

You evidently have a parent-child relationship with this table and itself, or with another table. You must delete the child record before you can delete the parent record. Either that or disable the constraint before doing the deletes.

-- 
Ken Denny
http://www.kendenny.com/
Received on Mon Nov 03 2003 - 08:38:51 CST

Original text of this message

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