cancel
Showing results for 
Search instead for 
Did you mean: 

Export SQL of Audit Event

Former Member
0 Kudos

Hi guys,

I researching how I can export SQL when audit event occurred.

Ex: When i view a report, a record will insert into table ADS_EVENT with EVENT_TYPE_ID is [1002]. I want to view or export SQL insert of that event.

Thank you very much.

Accepted Solutions (0)

Answers (1)

Answers (1)

DellSC
Active Contributor

So you want to see when that event took place, correct? In that case, you can download a good audit universe and a set of sample reports from here. You'll need to follow the instructions to connect the universe to your audit database in the IDT. If you just need the query to get that information, you can look at the universe to see how the tables are linked so that you can write the query.

-Dell