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: Function call

Re: Function call

From: James Antonie Rees <tony_rees_at_dmcwave.com>
Date: Wed, 6 Feb 2002 13:22:10 -0000
Message-ID: <1013001847.6477.0.nnrp-07.d4f0f429@news.demon.co.uk>


from sqlplus you can call it with following syntax

execute provaFA

"Andrea Bertucci" <abertucci_at_aitek.it> wrote in message news:3C6100A9.24892A1A_at_aitek.it...
> Hi,
> i'm developing under linux.
> I'm using unixODBC and ODBC oracle driver.
> I've wrote a simple store function: "
> create or replace function provaFA return number is
> begin
> return(1);
> end provaFA;
> "
>
> How I can call it and obtain result value?
> Thanks,
> Andrea.
>
Received on Wed Feb 06 2002 - 07:22:10 CST

Original text of this message

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