Re: Help! Cannot connect internal on SVRMGR30

From: Guang Mei <gmei_at_proteome.com>
Date: Tue, 7 Aug 2001 17:42:19 -0400
Message-ID: <_dZb7.689$Fn4.98944_at_news.shore.net>


Hi:

  1. First look at your "initorcl.ora" file (It actually should be initORCL.ora), comment out any line which contains "password" such as

"remote_login_passwordfile"

2. Make sure your environment variable "ORACLE_SID" is set to ORCL, you can do at command line ORACLE_SID=ORCL

3. then you can start your svrmgrl, at prompt, just type:

connect internal

It should not ask you for password.

and then you can do

startup open

to bring up the database (if already exists) or to create a new db instance.

HTH. Guang

"Russ" <russandsonja_at_hotmail.com> wrote in message news:3478ec0c.0108070925.74135bf2_at_posting.google.com...
> Hi all!
>
> I'm in a pinch.
>
> I installed Oracle 8.0.5 on Win 2000. I created the Oracle Services
> with:
>
> f:\orant\bin>oradim80 -new -sid orcl -initpwd internal -startmode auto
> -pfile f:\orant\bin\initorcl.ora
>
> I checked to ensure the services are running, and they are, and I
> don't see any errors in listener.log
>
> When I try to connect internal I recieve the following:
>
> SVRMGR> connect internal_at_2:orcl
> password: internal
> ORA-06401: NETCMN: invalid driver designator
>
> or
>
> SVRMGR> connect internal/internal
> ORA-01017: invalid username/password; logon denied
>
> Any help is GREATLY appreciated.
>
> -Russ-
Received on Tue Aug 07 2001 - 23:42:19 CEST

Original text of this message