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
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.