Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> external procedures
Hi,
I am trying to call a c function from within pl/sql and I am getting the errors:
create or replace function call_ext_fn(msg in out varchar2) return
binary_integer is
external
library MQEXTLIB
name "call_ext_fn"
parameters( msg string, return int);
If anyone can help in explaining what I am doing wrong it would be much appreciated
Thanks,
Dave
Received on Fri May 26 2000 - 00:00:00 CDT
![]() |
![]() |