Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Authentication service failed to initialize
Try adding this line to your sqlnet.ora file:
SQLNET.AUTHENTICATION_SERVICES = (NONE)
Paolo Quaglia wrote in message <01bd6d34$d825e110$0b00a8c0_at_ntserver>...
>Hi
>I'm programming with JAVA servlet and I connect them to ORACLE 8 with the
>Bridge JDBC-ODBC (because it is not available the jdbc driver for Oracle
>8).
>
>I'm using the IIs web server and the JRUN for the servlet.
>
>The problem is:
> when I try to make a connection to Oracle trough a servlet (the esecutor
>is the web server : inetinfo.exe) I receive this message:
> Autentication service failed to initialize.
>note that if I use the JAVA WEB SERVER the servlet work fine and also if I
>use a java application (with the same code of the servlet) (I think they
>work because I'm the esecutor of the java application ; and the java web
>server use the jre to launch the servlet (not the same process).
>
>HELP ME
>
>Paolo Quaglia Paolo_at_sitek.it
Received on Tue Apr 21 1998 - 15:31:39 CDT
![]() |
![]() |