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.

 

I'm calling stored procedure inside the PERL program using DBI and
DBD::Oracle. But I am unable to bind arrays as parameter to the stored proc.

 

Using bind_param gave the following error:

Can't bind a reference (ARRAY(0xc8e260))

 

Using bind_param_array gave the following error:

Can't locate object method "bind_param_array" via package "DBI::st"

 

Please suggest how to solve the problem. 

 

Thanks and regards,

Praveen

Reply via email to