I created a stored procedure from Oracle9i to deal with some data transactions from DB to DB. I am going to use Perl
to handle the following actions:
1) connect to the database
2) call stored procedure
3) catch any messages from DBMS_OUTPUT.print_line() inside
my stored procedure.
Does anyone have any clues/hints/suggestions to handle
those?
Thanks,
Lucas
to handle the following actions:
1) connect to the database
2) call stored procedure
3) catch any messages from DBMS_OUTPUT.print_line() inside
my stored procedure.
Does anyone have any clues/hints/suggestions to handle
those?
Thanks,
Lucas