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: Could someone Help?

Re: Could someone Help?

From: Keith Boulton <boulke_at_globalnet.co.uk>
Date: 1997/11/20
Message-ID: <347405be.739933@read.news.global.net.uk>#1/1

On 19 Nov 1997 19:31:58 GMT, "Benjamin H. Tay" <htay_at_uoft02.utoledo.edu> wrote:

>Hi:
>
>I am having a trouble when I insert values to a table, could someone figure
>out the below error code:
>
>ERROR at line 1:
>ORA-00001: Message 1 not found; No message file for product=RDBMS72,
>facility=ORA; arguments:
>[ISOM6750] [CONT_PK_EMPNO_CUSTID_CONT_DATE]
>
>Thanks in advance, your help is greatly appreiated!
>--
>Sincerely,
>
>
>Benjamin Tay
>=======================
>A New RDBMS Learner
>****************/////000\\\\\

 You have two problems. ORA-00001 is duplicat value index / primary key - you are trying to insert a second row with the same primary/unique key as an existing row.

You're not getting the text of messages properly displayed. This is normally the result of not setting ORACLE_HOME correctly. Received on Thu Nov 20 1997 - 00:00:00 CST

Original text of this message

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