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: Unable to insert record in oracle form

Re: Unable to insert record in oracle form

From: SKurosky <skurosky_at_aol.com>
Date: 04 Feb 2000 16:12:30 GMT
Message-ID: <20000204111230.24821.00001218@ng-ce1.aol.com>


>Phoebe Wrote:

> I am writing a program to insert record in form builder.
> When i press "save" button and an error is raised.
>
> FRM-40508: oracle error : unable to insert record.
> table : cus_id varchar2(10) primary key,

Are you trying to insert a record with duplicate cust_id? That is what the "Primary Key" constraint is there to guard against. You should not have duplicate cust_id.
Sandy Received on Fri Feb 04 2000 - 10:12:30 CST

Original text of this message

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