Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> ORA-28575 calling external procedure/programs on Win2K (Oracle 8.1.7)

ORA-28575 calling external procedure/programs on Win2K (Oracle 8.1.7)

From: Ed Yu <ekyu_at_sc.rr.com>
Date: 12 Nov 2002 08:26:59 -0800
Message-ID: <a0339db3.0211120826.58609f7@posting.google.com>


This is just a FYI post. I was running into the ORA-28575 problem when running the external procedure call example %ORACLE_HOME%\plsql\demo\extproc.sql. I was able to compile the extproc.dll from extproc.c using make.bat, but when I run extproc.sql, it got the error.

I've checked all online resource, try everything out and the problem is still there. What fixes the problem was to comment out in sqlnet.ora file:

#SQLNET.AUTHENTICATION_SERVICES= (NTS) From this point on, everything works! Received on Tue Nov 12 2002 - 10:26:59 CST

Original text of this message

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