in reply to Re: I need Perl stored procedure help (against Oracle DB)
in thread I need Perl stored procedure help (against Oracle DB)

To expand upon that thought, the following resources will come in handy:

a) Some DBI/Oracle Examples
b) An example of a working Oracle function

Celebrate Intellectual Diversity

  • Comment on Re^2: I need Perl stored procedure help (against Oracle DB)

Replies are listed 'Best First'.
Re^3: I need Perl stored procedure help (against Oracle DB)
by danstout49 (Initiate) on Mar 02, 2006 at 15:28 UTC
    Sorry for the long delay in response, have been working on another problem lately. I found a work-around that seems to work fine in the Oracle Example link you sent. Thanks, dan