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: Insert data into varray

Re: Insert data into varray

From: Marcin 'dethar' Jurasz <nick_at_op.pl>
Date: Fri, 29 Apr 2005 10:37:51 +0100
Message-ID: <whn9fhttztpo.1shetw8fxr1ke.dlg@40tude.net>


Fri, 29 Apr 2005 07:35:30 +0000 (UTC), Rene Nyffenegger wrote:

> INSERT INTO tab_customers (id, phone_nos) VALUES (
> 1, // <=============================================
> t_vphonenos (
> ('123123123'),
> ('345345345')
> )
> );

Unique constraint violated :P. :). I tried many combinations, also modified from psoug.org, but... still got problem. Thanks anyway ;).

-- 
regards
Received on Fri Apr 29 2005 - 04:37:51 CDT

Original text of this message

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