DBA_FGA_AUDIT_TRAIL
displays all audit records for fine-grained auditing.
Column | Datatype | NULL | Description |
|
|
| Session id of the query |
|
| | Date and time of the query in the local database session time zone |
|
| | Database username who executed the query |
|
| | Operating system username who executed the query |
|
| | Client host machine name |
|
| | Client identifier in each Oracle session |
|
| | Application execution context identifier |
|
| | External name |
|
| | Owner of the table or view |
|
| | Name of the table or view |
|
| | Name of the Fine-Grained Auditing Policy |
|
| | System change number (SCN) of the query |
|
| | SQL text of the query |
|
| | Bind variable data of the query |
|
| | Comments |
|
| | Statement type of the query: · · · · |
|
| | Timestamp of the query in UTC (Coordinated Universal Time) time zone |
|
| | Proxy session serial number, if an enterprise user has logged in through the proxy mechanism |
|
| | Global user identifier for the user, if the user has logged in as an enterprise user |
|
| | Instance number as specified by the |
|
| | Operating System process identifier of the Oracle process |
|
| | Transaction identifier of the transaction in which the object is accessed or modified |
|
| | Numeric ID for each statement run (a statement may cause many actions) |
|
| | Numeric ID for each audit trail entry in the session |
|
| | Reserved for future use |
Note:
The SQL_BIND
and SQL_TEXT
columns are populated only if the policy has been created with the AUDIT_TRAIL
parameter set to db
, extended
.
Check the link for a demo of fine-grained auditing.
Oracle data dictionary views
Oracle dynamic performance views
No comments:
Post a Comment