On Tue, Mar 11, 2003 at 03:54:34AM -0800, N, PraveenX wrote: > Hi, > > > > I am using PERL version 5.6. One of the applications developed needs data in > arrays to be passed as arguments to stored procedure in Oracle 8i.
You still haven't told us the versions of DBI and DBD::Oracle that you are using. perl -MDBI -le 'print $DBI::VERSION' perl -MDBD::Oracle -le 'print $DBD::Oracle::VERSION' Ronald