| 4. |
You run a query against UNIFIED_AUDIT_TRAIL selecting a column called DB_USERNAME and get an "invalid identifier" error. What is the most likely problem?
Please select the best answer.
|
| |
A.
|
UNIFIED_AUDIT_TRAIL does not track usernames at all. |
| |
B.
|
The correct column name is DBUSERNAME, with no underscore. |
| |
C.
|
You must query DBA_USERS first to enable the username column. |
| |
D.
|
Unified auditing must be explicitly enabled before this column becomes queryable. |