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 -> Re: My fix for ORA-01034 on 7.3.3

Re: My fix for ORA-01034 on 7.3.3

From: David J. DeWolfe <sxdjd_at_ts.sois.alaska.edu>
Date: 1997/07/31
Message-ID: <33E0D0BB.B93@ts.sois.alaska.edu>#1/1

All;

And I'll add to this by saying that in my configuration (sql*net 2.2.3.0.0, Digital Unix 3.2g, Oracle 7.2.3) that SQLNET.AUTHENTICATION_SERVICES = (NONE) still assumes that seceure network services are running. The only way I could get sql*net to function was by actually commenting out the SQLNET.AUTHENTICATION_SERVICES line in sqlnet.ora . This was determined by comparing trace files with SQLNET.AUTHENTICATION_SERVICES set to different values, and then comparing those to a trace with SQLNET.AUTHENTICATION_SERVICES commented out. Good luck......

David
<sxdjd_at_ts.sois.alaska.edu>

Alex Gorbachev wrote:
>
> Here is a solution to ORA-01034 that I have experienced on our Oracle
> 7.3.3 on Digital UNIX 4.0B:
>
> Description: ORA-01034 is signaled when trying to connect over SQL*Net
> Reason: SQL*Net assumes that Secure Network Services are running
> Fix: Place the string SQLNET.AUTHENTICATION_SERVICES = (NONE) into
> $ORACLE_HOME/network/admin/sqlnet.ora
>
> Hope this helps to whoever is suffering from the sme issue.
>
> Alex Gorbachev,
> SE, Booz, Allen & Hamilton
  Received on Thu Jul 31 1997 - 00:00:00 CDT

Original text of this message

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