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: Anybody have any idea what this error suggests?

Re: Anybody have any idea what this error suggests?

From: <jrpm_at_my-dejanews.com>
Date: Wed, 29 Jul 1998 19:18:33 GMT
Message-ID: <6pnsib$c6l$1@nnrp1.dejanews.com>


item one is that you are trying to load a duplicate key into unique index.

item two is that you are trying to put too long a value into a char field, such as fielda char(6);

        fielda := '1234567';

In article <35bf30a7.0_at_news1.mweb.co.za>,   "Garron Stevenson" <garron_at_atio.co.za> wrote:
> If anyone can suggest what might be causing these errors I'd be very
> gratefull.
>
> Any suggestions on where to find references that cover the ORA error codes?
>
> [Oracle][ODBC Oracle Driver][Oracle OCI]ORA-00001: unique constraint
> (SYSTEM.SYS_C00374) violated.
>
> AND
>
> [Oracle][ODBC Oracle Driver][Oracle OCI]ORA-01704: string literal too long.
>
> Thanks in advance.
>
>

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Wed Jul 29 1998 - 14:18:33 CDT

Original text of this message

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