Re: Can I use PL/SQL within a Perl script??
- From: "scoles@xxxxxxxxxxx" <scoles@xxxxxxxxxxx>
- Date: 17 Nov 2005 10:41:22 -0800
Yes you can with DBD.
here is an example
$csr = $db->prepare(q{
BEGIN
PLSQL_EXAMPLE.PROC_NP;
END;
});
$csr->execute;
There are some more at this link
http://search.cpan.org/~timb/DBD-Oracle-1.16/Oracle.pm#PL/SQL_Examples
.
- References:
- Can I use PL/SQL within a Perl script??
- From: twice . redeemed
- Can I use PL/SQL within a Perl script??
- Prev by Date: Re: anyway to determine # rows before fetch loop ends and without seperate count(*)
- Next by Date: Re: Compiling dbd-oracle on hpux64
- Previous by thread: Can I use PL/SQL within a Perl script??
- Next by thread: DBD::Oracle
- Index(es):