Database Administration (MOSC)

MOSC Banner

DBMS_AUDIT_MGMT disapearing purge jobs

edited Sep 18, 2018 5:02AM in Database Administration (MOSC) 2 commentsAnswered

Hi,

env. RAC Oracle 12.2.0.1 , Multitenant on OL 7.5.

I just experienced, that purging of audit files and unfied audit entries weren't occured anymore.

After checking this I noticed that the purge jobs were disappeared in DBA_SCHEDULER_JOBS.

I tried to recreate the purge jobs with

BEGINDBMS_AUDIT_MGMT.CREATE_PURGE_JOB (AUDIT_TRAIL_TYPE => DBMS_AUDIT_MGMT.AUDIT_TRAIL_UNIFIED,AUDIT_TRAIL_PURGE_INTERVAL =>1,AUDIT_TRAIL_PURGE_NAME => 'UNIFIED_AUDIT_TRAIL_PJ',USE_LAST_ARCH_TIMESTAMP => TRUE,container => DBMS_AUDIT_MGMT.CONTAINER_ALL );END;/

But I've got an error ORA-46254: 'UNIFIED_AUDIT_TRAIL_P' already exists. The solution seems to give the

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