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: PL/SQL Arrays - 2 dimensional?

Re: PL/SQL Arrays - 2 dimensional?

From: Jeremy Ovenden <newspostings_at_hazelweb.co.uk>
Date: Sat, 15 Feb 2003 22:06:39 -0000
Message-ID: <MPG.18b8869aa167a8309896be@news.cis.dfn.de>


In article <b2lsc0$1dr8c7$1_at_ID-82536.news.dfncis.de>, rene.nyffenegger_at_gmx.ch says...
>
> >
> > Take the following:
> >
> > create or replace package x
> > is
> > type array is table of varchar2(2000) index by binary_integer;
> > procedure p;
> > end;
> > /
> >
> > I am looking for a way to define another data type which allows me to
> > have an array of arrays if that makes sense.
> >
> > Possible?
>
>
> Just nest your types:
>

I think I already tried that! Must have made a mistake somewhere, will review what I did - thanks for the examplee!

cheers

-- 

jeremy
RD250A 
Received on Sat Feb 15 2003 - 16:06:39 CST

Original text of this message

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