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 -> Arrays in Oracle 7.1.6 for UNIX

Arrays in Oracle 7.1.6 for UNIX

From: <jhsieh_at_my-dejanews.com>
Date: Tue, 21 Jul 1998 14:17:38 GMT
Message-ID: <6p27u2$cbn$1@nnrp1.dejanews.com>


Currently I have written a PL/SQL-code on Oracle Server 7.3.2.

I am trying to retrieve the number of elements in an array:

         i_count := myarray.count;
this code works fine in Oracle 7.3.2 but I need to run the same code on Oracle 7.1.6, which apparently does not understand this line of code.

Does anyone know how to solve this problem in 7.1.6 or how to get around it. I just need to find out the number of elements in an array.

Thank you.

Jamie

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Tue Jul 21 1998 - 09:17:38 CDT

Original text of this message

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