Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: DBI/Perl, retrieving query results/returnn values from SP:s

Re: DBI/Perl, retrieving query results/returnn values from SP:s

From: aymeric barantal <mric_at_grolier.fr>
Date: Wed, 17 Nov 1999 19:09:48 +0100
Message-ID: <80ur17$8j0$1@front4.grolier.fr>


The oracle driver used for DBI is the only one able to process in/out parameters from procedure and functions.

You may check for the specific drivers specifications with the command `perldoc DBD::Oracle`

there's an example using in/out parameters (search for bind_parameter_in_out method).

regards,

    Aymeric Barantal (mric)
    dba @ grolier
Pinne <pinne_at_pegit.se> wrote in message news:383118C1.9346E312_at_pegit.se...
> Hi,
>
> Using Perl DBI::Oracle(8.0.5) on RH Linux & Sun Solaris.
>
> Does anyone know how to get query results from stored
> procedures/functions
> or return values in general from from functions using DBI::Oracle.
>
> Regards
> Björn-Åke Segrell / Pegit AB
>
>
>
Received on Wed Nov 17 1999 - 12:09:48 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US