Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Arrays in Oracle 7.1.6 for UNIX
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
![]() |
![]() |