SYS Account
Dear Colleague,
I needed to protect my SYS account as quickly as possible, I would say there is no control on it, any OS account can issue sqlplus "/as sysdba" and log in into the database without requesting for password.
I am taking the following steps and I have issues, I will also appreciate your guide and advice.
I want to add the following line to my sqlnet.ora file
SQLNET.AUTHENTICATION_SERVICES=(NONE)
but this file can only be open in read only, what must I do so that I can modify it.
What can be immplication of the above line on my users and probably finacle application
I needed to protect my SYS account as quickly as possible, I would say there is no control on it, any OS account can issue sqlplus "/as sysdba" and log in into the database without requesting for password.
I am taking the following steps and I have issues, I will also appreciate your guide and advice.
I want to add the following line to my sqlnet.ora file
SQLNET.AUTHENTICATION_SERVICES=(NONE)
but this file can only be open in read only, what must I do so that I can modify it.
What can be immplication of the above line on my users and probably finacle application
0