FGA table sys.fga_log$ does not exist
Hi
I found that 1 of our database version 12.1.0.2 in Linux, the fine grained auditing table sys.fga_log$ is missing and the view dba_fga_audit_trail created with ora-00942: table or view does not exist.
Is there any way to recreate the table? I tried DBMS_AUDIT_MGMT.set_audit_trail_location but it run with below errors
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at "SYS.DBMS_AUDIT_MGMT", line 2959
ORA-06512: at "SYS.DBMS_AUDIT_MGMT", line 715
ORA-06512: at line 2
Thanks
Pek