Hi!
I'm getting (on XE!) following error during call of external procedure:
ORA-28595: Extproc agent : Invalid DLL Path
But path to DLL is not invalid!!!
Code:
CREATE OR REPLACE LIBRARY nt_kernel
AS
'c:\winnt\system32\kernel32.dll';
Any ideas?
Thanks!