cancel
Showing results for 
Search instead for 
Did you mean: 

Auditing with MaxDB

Former Member
0 Kudos

Hello MaxDB Fans,

is it possible to create a auditing with MaxDB? We are in a high security enviroment and we need looging all access to the databases. This should be traced in a file (User XY has drop a table with sqlcli or shutdown a instance with dbmcli)

Thanks for you answer.

Martin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

you could audit all DML comands using INSERT, UPDATE and DELETE triggers.

For auditing a shutdown you could use the DBM event dispatcher or check the log files of the database.

regards

Wolfgang