in reply to How to select/insert/update on Oracle clob column
According to the docs you cannot use LOBs and PL/SQL together in Perl.$csr = $db->prepare(q{ BEGIN PLSQL_EXAMPLE.PROC_NP; END; }); $csr->execute;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to select/insert/update on Oracle clob column
by Starky (Chaplain) on Apr 21, 2001 at 07:17 UTC |