Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

ORA-01994: GRANT failed: password file missing or disabled

$
0
0
SQL>grant sysdba to an_user;

ORA-01994: GRANT failed: password file missing or disabled


cd $ORACLE_HOME/dbs/

Move or delete old password file.

Create new password file.

orapwd file=orapwPROD entries=10 password=k1cka$$123


SQL>grant sysdba to an_user;

Grant succeded.

To figure out which users has SYSDBA privilege query:

SQL>select * from v$pwfile_users

Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>