Delete data from SYS.FGA_LOG$ and SYS.DBA_FGA_AUDIT_TRAIL
Hi,
We want to delete data by a sql concurrent program from tables SYS.FGA_LOG$ and SYS.DBA_FGA_AUDIT_TRAIL but while running the job I am getting the error
PL/SQL: ORA-00942: table or view does not exist
DELETE FROM sys.fga_log$ WHERE sessionid < tab_log(icount).sessionid; is statement in ERROR
Can you please suggest why even from application end, this error is showing up. Is there some specific application I need to register the program in for having the privilege.. I tried with AOL but got the same error?
Issue is pretty urgent so immediate response would be really great!