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

Home -> Community -> Usenet -> c.d.o.server -> Re: Perl - Newbie question

Re: Perl - Newbie question

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Wed, 07 Jun 2006 04:59:05 GMT
Message-Id: <pan.2006.06.07.04.59.05.232720@sbcglobal.net>


On Tue, 06 Jun 2006 14:05:46 -0700, dbaplusplus wrote:

>
> How do I do same in Perl. I did search on Google but gives the always
> found information on DBI interface, but not on what I am looking for.

I have a tutorial on my page which shows how to execute PL/SQL from DBI. Alternatively, you can always execute using system(). The command perldoc -f system will tell you how to execute sqlplus from within the Perl interpreter. If my question is not too brazen, why would you want to call sqlplus, when DBI is much more convenient and can be used for programming, in contrast with sqlplus internal variables?

-- 
http://www.mgogala.com
Received on Tue Jun 06 2006 - 23:59:05 CDT

Original text of this message

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