Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

audit table showing 904 returncode

lagergJul 11 2019 — edited Jul 12 2019

Oracle 12.1

I have many entries in the sys.aud$ table with a returncode of 904 (invalid identifier) and the action is 47 (PL/SQL Execute).  There is many entries for one particular table.

I've attempted to use fine grain auditing for this table.  However, that only captures insert,update,delete,selects. 

though the errors are showing up in the standard audit logs the only statement I see in the FGA logs in an INSERT statement that works successfully.

short of turning on AUDIT_TRAIL=DB,EXTENDED is there a way to find the SQL text that is causing the 904 errors?

Thanks,

Gerry.

Comments
Post Details
Added on Jul 11 2019
2 comments
1,467 views