From: Tony Carey <tcarey@staff.prodigy.com>
Subject: Re: SVRMGR (Oracle 7.3.2) under Solaris 2.5
Date: 1996/08/08
Message-ID: <3209FFBD.7C2A@staff.prodigy.com>#1/1
references: <4tl5pl$qa6@mailsrv2.erno.de>
content-type: text/plain; charset=us-ascii
organization: Prodigy
mime-version: 1.0
newsgroups: comp.databases.oracle
x-mailer: Mozilla 2.02 (Win95; I)



Rainer.Blaes wrote:
> 
> Dear experts,
> 
> after installing Oracle 7.3.2 under Solaris 2.5 I have no chance to start-
> up the database with the following procedure:
> 
> 1. Login as "oracle" (ORACLE_HOME dir is owned by "oracle")
> 2. Calling 'svrmgrl' yields to
>    SVRMGR> connect internal
>    Password:
>    ORA-01017: invalid username/password; logon denied
> 
> In contrast to this the web server and the tnslsnr processes are running
> well.
> 
> What's wrong with our installation?
> 
> Many thanks in advamce!
> 
> - Rainer
> 


Another way to get rid of this problem, i.e. allow you to connect internal without having to have a 
password:

If there is a sqlnet.ora file in your $TNS_ADMIN directory remove it or look for the line:
SQLNET.AUTHENTICATION_SERVICES = (NONE)
int the sqlnet.ora file

and replace it with:
SQLNET.AUTHENTICATION_SERVICES = (ALL)

Regards,

Tony - MRJ


