Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: calling external DLL using 9i
Ok - now I get:
ORA-06575: Package or function FUNC_DOSOMETHING is in an invalid state.
Is there something wrong with the way I'm creating the function?
CREATE OR REPLACE FUNCTION FUNC_DOSOMETHING(BIGDATA VARCHAR2) RETURN
VARCHAR2
AS
EXTERNAL LIBRARY externProcedures
NAME "DoSomething" /*Name of function to call*/
LANGUAGE C;
>
> Try:
>
> '%ORACLE_HOME%\plsql81\ExternalProcs.dll'
>
> Cheers,
> Dave
Received on Sun Apr 13 2003 - 08:34:21 CDT
![]() |
![]() |