DBD::Oracle call store procedure with tab varchar input parameter
Ruffoni Graziano <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.general |
|---|---|
| Message-ID | <[email protected]> |
Is it possible using DBD::Oracle call stored procedure inside a package with an input parameter of custom type table of varchar2? In detail I have a SP with input parameter defined as TABLE OF VARCHAR2(15) thanks