Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl and Oracle

Status
Not open for further replies.

moepower

Programmer
Oct 5, 2000
93
US
I'm new to Perl and need to write a script that execute an Oracle procedure with bind variables. Could someone give me some sample scripts on how to do this. Thanks,
 
Hello moepower,
Sorry, this is not a short to the point answer, but the link below is a good one.
My advice would be to make use of the DBI and DBD::Oracle module. Those two will give you a pretty good interface for talking to oracle or just about any other available RDBMS. See
You can get info on both modules at Additionally, I would suggest getting a copy of 'Programming the Perl DBI' by Descarte and Bounce, published by O'Reilly. I seem to remember seeing that book online at Perl.com, but I can't find it. If/when I do, I'll add to this thread.

'hope this helps.




keep the rudder amid ship and beware the odd typo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top