Technology Stack - EBS (MOSC)

MOSC Banner

Delete data from SYS.FGA_LOG$ and SYS.DBA_FGA_AUDIT_TRAIL

edited Aug 20, 2021 10:41AM in Technology Stack - EBS (MOSC) 1 commentAnswered

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!

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center