no password to connect to database using sqlplus
I understand that if the command " sqlplus '/ as sysdba' " is used to connect to the Oracle RAC database, it will NOT prompt for the password as long as oracle user running this command is part of UNIX "dba" group which is specified during installation. OR are there any addition restrictions which will make "sqlplus '/ as sysdba' " command to prompt for the password.
Bottom line is, I do NPT want password prompt when I run "sqlplus '/ as sysdba' "command. Do let me know if I need to do any additional setup to achive this.