job runs about 6-7 days for each run
Hi,
We set DB job for optimize WCC OTS index.
The job set to run every weekend with the following command (as described on Oracle doc 1087777.1):
begin
ctx_ddl.optimize_index('FT_IDCTEXT1','FULL', parallel_degree=>'1');end;
We have today in the WCC ~10M documents.
We also try to change the job to run in REBUILD mode instead of FULL
The issue is that the job runs about 6-7 days for each run. As I know the 1st run of the job should take time but the runs later should take few minutes and not days! (we are using oracle DB 11.2.0.4 SE).