Is the ctx_ddl.set_attribute R_TABLE_CLAUSE still valid after the removal of DR$<index name> table?
Oracle Text
Oracle Database 18c upwards
- According to support id 2548834.1 the DR$<index_name>$R tables (ROWID) were removed for any new text indexes created on 18c or later database.
- However the Oracle 19 documentation still mentions this R_TABLE_CLAUSE in the Release 19 documentation.
So does is this attribute still do anything on 18c and later database text indexes or can it be ignored?
0