in reply to Re: How to call Oracle stored procedures?
in thread How to call Oracle stored procedures?
Or since constants in perl are just functions, you can just say:use DBD::Oracle qw(:ora_types); $sth->bind_param_inout(2, \$accessroles, 0, { ora_type => ORA_RSET} );
$sth->bind_param_inout(2, \$accessroles, 0, { ora_type => DBD::Oracle: +:ORA_RSET() } );
|
|---|