My Oracle Support Banner

Performance Issue with Maintenance of JSON Search Index Due to Slow Internal Query (Doc ID 2843944.1)

Last updated on JULY 20, 2024

Applies to:

Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and later
Information in this document applies to any platform.

Symptoms


The following recursive SQL statement during JSON search index maintenance is causing a performance issue:

SELECT count(*)
from (SELECT /*+ parallel ( 4 ) */ KCISYS_CTXAGG(sys_ctxinfopk('"TEST"',
  '"DR$TEST_DETAIL_JSON_SRCHABLE_IDX$I" partition ( P_FRMS )',
  '"DR$TEST_DETAIL_JSON_SRCHABLE_IDX$G" partition ( P_FRMS )',
  rowid, token_text, token_type, token_first, token_last, token_count, token_info)
ORDER BY token_f

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.