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

Home -> Community -> Mailing Lists -> Oracle-L -> connect as sysdba

connect as sysdba

From: Zeng, Lei <LZeng_at_vicr.com>
Date: Thu, 17 Jun 2004 09:52:57 -0400
Message-ID: <BEAABDAE2229BD40B818B0A4FB8E0908ED429E@25exch1.vicorpower.vicr.com>


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



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
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

Original text of this message

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