Posts
Sort by recent activity
bug on context index and xmltype column
Refresh after commit changes show incorrect changes with context index on xmltype column.
For example:
create table t1(col xmltype);
create index idx_test on t1(col)
indextype is ctxsys.context
par...