Oracle Database 11g automatically purge diagnostic data (ADR) ?
"...Oracle Database, automatically purge diagnostic data at the end of its life cycle..."
I can't find this feature in our databases (11.2.0.4).
I purged the ADR manually in adrci interactive mode resp. with batch mode in a cron job shell script.
Does the statement mean the scheduler job SYS.FGR$AUTOPURGE_JOB with its call to SYS.DBMS_FILE_GROUP.PURGE_FILE_GROUP -
but this job is disabled by default (among others see My Oracle Support Note ID 738167.1) ?
How can I adjust this job's schedule to do the adrci purge ?