You Execute the Following command to create a password file in the database server:
$ orapwd file = ‘+DATA/PROD/orapwprod entries = 5 ignorecase = N format = 12’
Which two statements are true about the password file?
A.
It records the usernames and passwords of users when granted the DBA role.
B.
It contains the usernames and passwords of users for whom auditing is enabled.
C.
Is used by Oracle to authenticate users for remote database administration.
D.
It records the usernames and passwords of all users when they are added to the OSDBA or
OSOPER operating system groups.
E.
It supports the SYSBACKUP, SYSDG, and SYSKM system privileges.
Explanation:
Why E:
https://docs.oracle.com/cloud/latest/db121/ADMIN/dba.htm#ADMIN11059
> If 12, the default, the password file is created in Oracle Database 12c format. This format supports the SYSBACKUP, SYSDG, and SYSKM administrative privileges.
AE
Sorry = CE
C E