QUESTION 101:
You decide to grant the SYSDBA privilege to SCOTT and execute the following command:
SQL> GRANT SYSDBA TO SCOTT;
GRANT SYSDBA TO SCOTT
*
ERROR at line 1:
ORA-01994: GRANT failed: cannot add users to public password file
What could be the reason for this error?
A.The REMOTE_OS_AUTHENT parameter is set to TRUE.
B.The REMOTE_OS_AUTHENT parameter is set to FALSE.
C.The REMOTE_LOGIN_PASSWORDFILE parameter is set to SHARED.
D.The REMOTE_LOGIN_PASSWORDFILE parameter is set to EXCLUSIVE.
E.The maximum number of entries in the password file has been exceeded.