Oracle Text (MOSC)

MOSC Banner

job runs about 6-7 days for each run

edited Jun 12, 2018 5:04AM in Oracle Text (MOSC) 1 commentAnswered

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).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center