DrSeussFreak
Programmer
I am running a grant and look below for all the details
but when I look at the parameter, I get
Any ideas?
Meta-Link saysSQL> grant sysdba to <USER>;
grant sysdba to <USER>
*
ERROR at line 1:
ORA-01994: GRANT failed: password file missing or disabled
Error: ORA 1994
Text: GRANT failed: cannot add users to public password file
-------------------------------------------------------------------------------
Cause: A grant failed because a user could not be added to the password file.
This is because the value of the <Parameter:REMOTE_LOGIN_PASSWORDFILE>
initialization parameter is not set to EXCLUSIVE
Action: To add a user to the password file, shutdown the database, change the
REMOTE_LOGIN_PASSWORDFILE initialization parameter to EXCLUSIVE and
restart the database.
but when I look at the parameter, I get
SQL> show parameter REMOTE_LOGIN_PASSWORDFILE
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
remote_login_passwordfile string EXCLUSIVE
SQL>
Any ideas?