Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Q: WHY THE UNIX USER ACCOUNT oracle CAN NOT LOG INTO ORACLE?

Re: Q: WHY THE UNIX USER ACCOUNT oracle CAN NOT LOG INTO ORACLE?

From: Robert W. Swisshelm <swisshelm_at_lilly.com>
Date: 1996/12/17
Message-ID: <32B68997.7B68@lilly.com>#1/1

Charles Chen wrote:
>
> Hi. I just recently installed Oracle 7.3.2.1.0 on Solaris 2.5.1 for a
> Sparc10. I tried to log into the Oracle Server Manager with my UNIX
> user account oracle, which belongs to the dba group. During the
> installation, I was reading the installation manual which said that I
> would be prompted to give a password to the dba group in order to
> connect to Oracle as the internal DBA user INTERNAL. However, I did not
> see any prompts to give the dba group a password. I was wondering how
> to make it so that the oracle UNIX user account can log into Oracle
> besides creating an Oracle database user account with the same user_id
> (oracle). I appreciate any help on this matter.
>
> Sincerely,
> Henry

I am not aware of how to set a password for the CONNECT INTERNAL command. We use is as you describe above. The UNIX 'oracle' account is part of the dba group. This enables the account to use CONNECT INTERNAL in srvmgrl to connect as the SYS user.

We also set up an OPS$ORACLE account so that the UNIX oracle account can log in using a /. We have a number so SQL*Plus scripts that we like to run through cron for monitoring. SQL*Plus doesn't support the 'CONNECT INTERNAL' command, so we have to have some other way to connect. We don't want to hard-code passwords, so we use OPS$ORACLE.

I don't know if this answers your question, but I hope it helps.

-- 
Bob Swisshelm
Eli Lilly and Company
swisshelm_at_lilly.com
Received on Tue Dec 17 1996 - 00:00:00 CST

Original text of this message

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