Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8, ProC, Solaris 2.6 (Calling PL/SQL function)
In article <352AD8F5.A43EC221_at_blue.ocn.ne.jp>,
Mike Ryan <mryan_at_blue.ocn.ne.jp> wrote:
>How can I call this from a ProC program ?
In the future, please post the relevant code. I believe you've the part of the manuals where it explains that functions like DESCRIBE and EXECUTE are SQLPlus functions. Instead you could do something like
SELECT addxy(1,2) FROM dual
John
groenveld_at_acm.org
Received on Wed Apr 08 1998 - 08:22:32 CDT
![]() |
![]() |