| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: accessing package from perl script.
balameena (meera126_at_gmail.com) wrote:
: How we run a oracle stored procedure from perl script...
Perl needs the DBI module, which is probably already installed. Perl needs the DBD::Oracle module, which you probably have to install unless your perl came with Oracle.
Then run
perldoc DBD::Oracle
to read all about how to use it. Received on Sat May 05 2007 - 15:09:51 CDT
![]() |
![]() |