Ask a Question related to PERL Miscellaneous, Design and Development.
-
Sashafay #1
Call PL/SQL procedure from Perl - DBI
Hi,
How I can call PL/SQL store procedure from Perl - DBI script?
Thanks in advance,
Alex
Sashafay Guest
-
Stored Procedure call using MSSQL::DBLIB
I'm trying to call a stored procedure from a perl script using the MSSQL::DBLIB module. My stored procedure requires three parameters (date, id #,... -
asp to call Oracle stored procedure
Here is the ASP code that has problem: ADODB.Parameters error Parameter object is improperly defined... Inconsistent or imcomplete information... -
Asp using the Oracle procedure call error
My system is on a NT4 (w/SP6a) running IIS 4. I am developing a page that query one record from my Oracle DB 8.1.6 on a separate machine. I am... -
the SQL1131N error when I call a stored procedure
I write my stored procedure by embedding SQL statements in C. I have successfully builded the stored procedure by execute the command "bldsrv csp... -
remote call procedure call failed
Also, it says error 1726 "remote call procedure call failed" Help, Unable to save username and password in XP Home edition. It allows me to... -
Joachim Pense #2
Re: Call PL/SQL procedure from Perl - DBI
Sashafay wrote:
$dbh->do("begin procedure_call; end;");> Hi,
>
> How I can call PL/SQL store procedure from Perl - DBI script?
>
Actually, you can access procedure parameters (even in/out ones) and
read dbms_output. It is documented in the DBD::Oracle POD.
Joachim
Joachim Pense Guest
-
Sashafay #3
Re: Call PL/SQL procedure from Perl - DBI
Ron Reidy <r_reidy@comcast.net> wrote in message news:<3F5BC057.4040600@comcast.net>...
> perldoc DBD::Oracle
>
> Sashafay wrote:> > Hi,
> >
> > How I can call PL/SQL store procedure from Perl - DBI script?
> >
> > Thanks in advance,
> > Alex
Thanks Guys!
Regards,
Alex
Sashafay Guest



Reply With Quote

