Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Oracle Text – Changing SYNC to MANUAL not working always

$
0
0

Oracle version is 11g. When the Oracle Text index is created, SYNC option is given as “ON COMMIT”. Before inserting large number of records, SYNC is changed to “Manual” for performance reason. Below query is run using CallableStatement for this purpose

{call CTX_DDL.REPLACE_INDEX_METADATA('IXFTS_ABC_TABLE','REPLACE METADATA SYNC (MANUAL)')}

In some environments this works fine but in production environments the SYNC option is still “ON COMMIT”. No error is thrown when this is not updated. The index is not a partitioned index. Any pointers to troubleshoot further will be helpful.


Viewing all articles
Browse latest Browse all 717

Trending Articles