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: data type TABLE of Oracle

Re: data type TABLE of Oracle

From: <andyho99_at_yahoo.com>
Date: 3 May 2006 14:47:26 -0700
Message-ID: <1146692846.891212.222130@i40g2000cwc.googlegroups.com>


I found that I need to use a constructor, such as v_to_test := PGCPS_MAIL_PKG.array(1,2,3,4,5,6,7,8,9,10); before I assign a value to element. It seems I have to give it some numbers. If I use v_to_test := PGCPS_MAIL_PKG.array(), it still fails.

Andrew Received on Wed May 03 2006 - 16:47:26 CDT

Original text of this message

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