passing array host arrays to PL/SQL proc
From: Torsten Greiff <Torsten.Greiff_at_t-online.de>
Date: 1997/01/11
Message-ID: <5b8d4m$nb7_at_news00.btx.dtag.de>#1/1
Date: 1997/01/11
Message-ID: <5b8d4m$nb7_at_news00.btx.dtag.de>#1/1
is it possible to pass multiple arrays the different length
from an OCI app
for example
vararray is table of varchar2(20) indexed ....
procedure marray( arr1 in vararray, arr2 in vararray, arr3 in vararray);
arr1 has 20 elements arr2 100 and arr3 120
Any information regarding this is appreciated. Thank you. Received on Sat Jan 11 1997 - 00:00:00 CET