Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: accessing package from perl script.

Re: accessing package from perl script.

From: Malcolm Dew-Jones <yf110_at_vtn1.victoria.tc.ca>
Date: 5 May 2007 12:09:51 -0800
Message-ID: <463cd67f$1@news.victoria.tc.ca>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US