Call PL/SQL procedure from Perl - DBI

S

Sashafay

Hi,

How I can call PL/SQL store procedure from Perl - DBI script?

Thanks in advance,
Alex
 
J

Joachim Pense

Sashafay said:
Hi,

How I can call PL/SQL store procedure from Perl - DBI script?

$dbh->do("begin procedure_call; end;");

Actually, you can access procedure parameters (even in/out ones) and
read dbms_output. It is documented in the DBD::Oracle POD.

Joachim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top