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 -> Does two dimensional arrays exist in PL/SQL?

Does two dimensional arrays exist in PL/SQL?

From: Steinar Orset <steinar_at_quasar.no>
Date: Mon, 04 Jan 1999 10:43:09 +0100
Message-ID: <36908D2D.23C6CFD7@quasar.no>


Hello all procedure experts,
I would like to work on two-dimesional arrays in PL/SQL. Is there a possibility for that in the
following (or any other Oracle ) system: Personal Oracle7 Release 7.3.3.0.0 and PL/SQL Release 2.3.3.0.0 ?

I work on one-dimesional arrays fine like:

TYPE myarray IS table OF integer INDEX BY BINARY_INTEGER;

k BINARY_INTEGER :=0;

person_id myarray;

 person_id(k):= some_number;

Thanks for any help.

Steinar. Received on Mon Jan 04 1999 - 03:43:09 CST

Original text of this message

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