bug on context index and xmltype column
Refresh afte commit changes show incorrect changes with context index on xmltype column.
For example:
create table t1(col xmltype);
create index idxtest on t1(col)
indextype is ctxsys.context
parameters ('datastore ctxsys.defaultdatastore
filter ctxsys.nullfilter
section group ctxsys.autosection_group
sync (on commit) memory 16m');
3
votes
Anonymous
shared this idea
I’ve confirmed this issue and raised it as OSC-357 unfortunately as it was an anonymous submission I can’t respond to you directly.
I’ve declined this as a feature as it’s a bug report