Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

how to check audit setting and read audit data?

$
0
0

I enable auditing for ase and then check information for sysaudits_xx table like:

 

select * from sysaudits_02 order by eventtime desc

 

and got same data like:

 

   eventeventmodspideventtimesequencesuiddbidobjidxactidloginnamedbnameobjnameobjownerextrainfo  
1645113005/15/2014 1:49:03.353 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  
1745117005/15/2014 1:49:03.320 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  
184518405/15/2014 1:49:03.283 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  
194518205/15/2014 1:49:03.243 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  
2045114105/15/2014 1:49:03.210 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  
214518005/15/2014 1:49:03.170 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  
224517105/15/2014 1:49:03.133 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  
234515205/15/2014 1:49:03.096 PM1385[NULL][NULL]myloginmydb[NULL][NULL]; ; ; ; myhost, 192.168.1.17; ; mylogin/ase;  

 

what kind of event monitored for with this data? how to stop monitoring on this event?

Also how to check all auditing setting is on. For example, if I turn on audit on disk like:

sp_audit "disk", "all", "all", "on"

 

then how to know how many auditing event is on in the future(maybe set by someone else)?


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>