Originally posted by Chucks_k Hi Julian..thanks for that..
Yes the oracle user is in the dba group..
So do i change the group for the oracle user? Will that be ok?
Well, the Oracle user should be generally in the dba group. So, if someone logs in as oracle at unix level he should not be asked for password after connecting to the DB as internal or / as sysdba.
Oracle Certified Master
Oracle Certified Professional 6i,8i,9i,10g,11g
email: ocp_9i@yahoo.com
Just don`t give them the sysdba privilege.
You can also set remote_login_passwordfile=exclusive
and use a password file (use orapwd for creating a password file) ... at least in 9i.
Bookmarks