trying to create an audit to know when queries are add, change, deleted.
Hi all,
I have attempted to add an audit table to PSQRYDEFN with no success. After researching,I believe it is not possible to add audit tables to tools tables like this.
The next step was to try to use a database trigger. I followed the steps given by Oracle to create a database trigger. The SQL that it created is below.
The problem with this SQL that was created via PeopleSoft, is that it uses the action of D for any changes or deletes.
so the Add trigger is working correctly and the Delete trigger also appears to be working correctly.