how to check the parameters passed on in a historical dbms_stats job
I have below two gather stats job from DBA_OPTSTAT_OPERATIONS.Is there a way to find what were the parameters passed on when those jobs were run.....
Please advise.
OPERATION | TARGET | TO_CHAR(START_TIME,'DD-MON-YYYYHH24:MI:SS') | TO_CHAR(END_TIME,'DD-MON-YYYYHH24:MI:SS') |
restore_schema_stats | SCOTT | 05-JUN-2016 12:30:33 | 05-JUN-2016 12:30:34 |
gather_database_stats | 05-JUN-2016 12:08:55 | 05-JUN-2016 12:17:14 |
1