Extract Last Modification Date of Job Trigger

Sivagami
All-Star
All-Star

Hi Team,

Auditors have requested us to provide the details of last modification date of a job trigger with the details as to who modified the trigger. Could you please share a query to identify the same?

-Siva

2 REPLIES 2

dgandhi
All-Star
All-Star

Hi Siva,

Please refer qrtz_triggers table JOB_DATA column. Only problem is in JOB_DATA , the data will be stored in blob format but it will provide with the username of the user who made changes in the trigger.

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

rushikeshvartak
All-Star
All-Star

Use saviynt in built feature "Saviynt Audit trail"

rushikeshvartak_0-1684297389413.png

 


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.