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: Arrays

Re: Arrays

From: Rajan Muthiah <rajan.muthiah_at_abbott.com>
Date: Tue, 07 Dec 1999 13:36:03 -0600
Message-ID: <384D61A3.96EE4163@abbott.com>


No. PL/SQL has plsql table type for an one dimensional array. You can use two or more PL/SQL tables for an array, though. rajan

amerar_at_ci.chi.il.us wrote:

> Hello,
>
> Oracle PL/SQL has the capability for a one dimentional array such as
> this:
>
> type myArray is table of VARCHAR2(10) index by binary_integer;
> v_fielda myArray;
>
> Does it have the capability to do a two dimentional array?
>
> Arthur
> amerar_at_ci.chi.il.us
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Dec 07 1999 - 13:36:03 CST

Original text of this message

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