Security issue (advice please)
Hello.I have some db security issue. I have oracle db (11.2) installed on OL6.2, after usual install and some tune, i can access db from console typing "sqlplus / as sysdba" without password, this is normal.
Today I've done some testing, i created use "john", and connect to db as "john" with password, after that i run "!bash" and got to bash console, after that i run "sqlplus / as sysdba" and of course logged on to db without password.
Now the question, ho to prevent such behavioral.
Sure, I can put SQLNET.AUTHENTICATION_SERVICES=(NONE) to sqlnet.ora, but oracle user can edit this file, even if i ask Sysadmin to set permission to root (because oracle is owner of $ORACLE_HOME/network/admin directory).
0