After connecting the database to the database audit instance, view SQL statements of the database.
To query a specified SQL statement, perform the following steps:
A maximum of 10,000 records can be retrieved in a query.
The maximum length of an audit statement or result set is 10,240 bytes. Excessive parts are not recorded in audit logs.
Parameter |
Description |
---|---|
Session ID |
ID of an SQL statement, which is automatically generated |
Database Instance |
Database where an SQL statement is executed |
Database Type |
Type of the database where an SQL statement is executed |
Database User |
Database user for executing an SQL statement |
Client MAC Address |
MAC address of the client where an SQL statement is executed |
Database MAC Address |
MAC address of the database where an SQL statement is executed |
Client IP Address |
IP address of the client where an SQL statement is executed |
Database IP Address/Domain Name |
IP address or the domain name of the database where an SQL statement is executed |
Client Port |
Port of the client where an SQL statement is executed |
Database Port |
Port of the database where the SQL statement is executed |
Client Name |
Name of the client where an SQL statement is executed |
Operation Type |
Type of an SQL statement operation |
Operation Object Type |
Type of an SQL statement operation object |
Response Result |
Response by executing an SQL statement |
Affected Rows |
Number of rows affected by executing an SQL statement |
Started |
Time when an SQL statement starts to be executed |
Ended |
Time when the SQL statement execution ends |
SQL Statement |
Name of an SQL statement |
Request Result |
Result of requesting for executing an SQL statement |