Re: SVRMGR (Oracle 7.3.2) under Solaris 2.5
Date: 1996/08/08
Message-ID: <3209FFBD.7C2A_at_staff.prodigy.com>#1/1
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 Received on Thu Aug 08 1996 - 00:00:00 CEST
