Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What do ORA-01400 and ORA-06152 mean?
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...Received on Tue Aug 29 2000 - 05:58:29 CDT
>
> 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.
>
![]() |
![]() |