Will dbms_stats use oracle parallelism option
I have analyze jobs over weekend which are overunning and causing performance issues in weekdays. Although my database (parallel_max_servers) is set to 80, I observed dbms_stats.gather_index_stats or table_stats is not using parallelism. Please advise if any possibilities of forcing parallelism on these jobs to improve exectution time and get it run before weekdays starts.
0