DRG-11135: Feature Not Generally Available when creating text index with small_r_row
(Doc ID 2344534.1)
Last updated on APRIL 07, 2022
Applies to:
Oracle Text - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Goal
When creating a new Text Index on 12.1.0.2 with the below storage settings, an error is returned ..."DRG-11135: feature not generally available"...
ctx_ddl.create_preference('VGL_IDX_01_1_STOR', 'BASIC_STORAGE');
ctx_ddl.set_attribute('VGL_IDX_01_1_STOR','small_r_row','T');
ctx_ddl.set_attribute('VGL_IDX_01_1_STOR','big_io','YES');
ctx_ddl.set_attribute('VGL_IDX_01_1_STOR','r_table_clause','LOB (data) STORE AS (cache)');
ctx_ddl.set_attribute('VGL_IDX_01_1_STOR','i_index_clause','COMPRESS 2');
Solution
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
Goal |
Solution |