I am new to Sybase ASE, I needed help in crafting a query which will retrieve from the Sybase database the database administrator activity (specific db users). DBA has informed that the auditing has been enabled on the Sybase database. The logging solution requires a Sybase query to read from Sybase.
Kinda like reading the DBA_COMMON_AUDIT_TRAIL in Oracle.
Thanks.
audit_db
is typically the database name, andaudit_data
is the table that stores the trail.I would suggest that you read the Auditing section of the Security Administration Guide for Sybase ASE.
It includes a section on querying the data, as well as what all the flags and values are.