re-schedule compresiion advisory job
I have noticed that during work hours a following SQL statement is running: create table "INQPRDIM".DBMS_TABCOMP_TEMP_UNCMP tablespace USERS as select /*+ full("INQPRDIM".CONTENTDATA)*/ * from "INQPRDIM".CONTENTDATA sample block( 11)
I believe this belongs to Compression advisory job. How to re-schedule this job to run at different time?
I believe this belongs to Compression advisory job. How to re-schedule this job to run at different time?
0