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: TurkBear <johng_at_mm.com>
Date: Mon, 28 Aug 2000 14:13:32 GMT
Message-ID: <39aa7310.240829604@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 Mon Aug 28 2000 - 09:13:32 CDT

Original text of this message

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