Database Security Oracle Question:

Download Job Interview Questions and Answers PDF

Explain What are the steps to creating a password authentication file?

Database Security Interview Question
Database Security Interview Question

Answer:

The steps are :

* First set REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE in init.ora file
* Then dbs$orapwd file=orapw$ORACLE_SID password=sys force=y
* Then startup force;
* Then grant sysdba to user(any user in the database);
* Then conn user/user
* Then conn user/user as sysdba
* Then show user

Download Database Security Interview Questions And Answers PDF

Previous QuestionNext Question
Explain What are the roles and user accounts created automatically with the database?Explain What are the database administrators utilities avaliable?