Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> connect as sysdba
It is possible to block members of Unix 'dba' group to connect as
sysdba. Two things to check:
1. set REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE in init.ora or spfile
2. check file $ORACLE_HOME/rdbms/lib/config.c and make sure 'dba' is not
in following entries
#define SS_DBA_GRP
#define SS_OPER_GRP
Default is 'dba'. Change it to 'nogroup' or anything else, re-compile it
to get a new config.o.
Lei
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Jun 17 2004 - 08:49:59 CDT
![]() |
![]() |