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: What is exactly the INTERNAL login? How to protect it?

Re: What is exactly the INTERNAL login? How to protect it?

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/10/02
Message-ID: <343386D6.4DE7@gatwick.geco-prakla.slb.com>#1/1

Pedro Pimentel Figueiredo wrote:
>
> How do you restrict the INTERNAL login? Is it a user or a special type
> of login?
>

The internal login can be considered to be a special administrative user used for database administration (although it is essentailly the same as sys) and is controlled at the operating system level. Therefore only OS users in the same group (if Unix) as the original Oracle owner will be able to connect internal.
If you wish to allow other users internal access you can set a password by using the orapwd utility to create a file $ORACLE_HOME/dbs/orapw<$ORACLE_SID> and also set remote_login_passwordfile=exclusive
in the init.ora file.
Note that the password should be set the same as SYS's as it gets changed automatically when the SYS password is changed.

Hope this helps,

Ian Received on Thu Oct 02 1997 - 00:00:00 CDT

Original text of this message

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