Which statement describes the purpose of the above password file?

You executed the following command to create a password file in the database server:
$ orapwd file = orapworcl entries = 5 ignorecase=N
Which statement describes the purpose of the above password file?

You executed the following command to create a password file in the database server:
$ orapwd file = orapworcl entries = 5 ignorecase=N
Which statement describes the purpose of the above password file?

A.
It records usernames and passwords of users when granted the DBA role

B.
It contains usernames and passwords of users for whom auditing is enabled

C.
It is used by Oracle to authenticate users for remote database administrator

D.
It records usernames and passwords of all users when they are added to OSDBA or OSOPER
operating groups



Leave a Reply 1

Your email address will not be published. Required fields are marked *


jean

jean

The syntax of the ORAPWD command :

ORAPWD FILE=filename [ENTRIES=numusers]
[FORCE={Y|N}] [IGNORECASE={Y|N}] [NOSYSDBA={Y|N}]

ENTRIES (Optional) Maximum number of entries (user accounts) to permit in the file.

DBA!=SYSDBA

D could be right if we remove passwords which are stored in password file. So should be just C.