| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Perl - Newbie question
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.comReceived on Tue Jun 06 2006 - 23:59:05 CDT
![]() |
![]() |