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

Home -> Community -> Usenet -> c.d.o.server -> Re: What do ORA-01400 and ORA-06152 mean?

Re: What do ORA-01400 and ORA-06152 mean?

From: Frank van Bortel <f.van.bortel_at_vnl.nl>
Date: Tue, 29 Aug 2000 12:58:29 +0200
Message-ID: <8og50f$bij$1@porthos.nl.uu.net>

How about other columns?
Is there just one column with a NOT NULL, or are there more? If so - application design error... "If this error persists, contact the vendor"

--
Kind Regards,
Frank
"TurkBear" <johng_at_mm.com> wrote in message news:39aa7310.240829604_at_news...

>
> Check line 6 of you code, be sure that a value for integration_id is
something
> other than blank, or "", or '' - all of these are NULL to
Oracle...Alternatively
> disable the NOT NULL constraint on that column, re-try the operation and
see
> what value is actually being inserted...
>
>
> xiaohuiz_at_my-deja.com wrote:
>
> >My database is Oracle 8.1.5, my appication is Siebel. When i insert a
> >record in Siebel, it prompts "ORA-01400:cannot insert NULL into
> >("SIEBEL"."S_ORG_EXT"."INTEGRATION_ID") ORA-06152:at line 6". But my
> >record doesn't include NULL, i don't know why i can't insert a record
> >into table siebel.s_org_ext.
> > I appreciate your help. Also where can i find the error code and
> >explanation of error code? i can't find on Oracle web site.
> > Thanks.
> >
> >
> >Sent via Deja.com http://www.deja.com/
> >Before you buy.
>
Received on Tue Aug 29 2000 - 05:58:29 CDT

Original text of this message

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