Help for this page

Select Code to Download


  1. or download this
    use DBD::Oracle qw(:ora_types);
    
    $sth->bind_param_inout(2, \$accessroles, 0, { ora_type => ORA_RSET} );
    
  2. or download this
    $sth->bind_param_inout(2, \$accessroles, 0, { ora_type => DBD::Oracle:
    +:ORA_RSET() } );