bug on context index and xmltype column
errr3
Posts: 4
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
parameters ('datastore ctxsys.default_datastore
filter ctxsys.null_filter
section group ctxsys.auto_section_group
sync (on commit) memory 16m');
For example:
create table t1(col xmltype);
create index idx_test on t1(col)
indextype is ctxsys.context
parameters ('datastore ctxsys.default_datastore
filter ctxsys.null_filter
section group ctxsys.auto_section_group
sync (on commit) memory 16m');
Comments
I'll see if I can get some confirmation about this.
Although Schema Compare for oracle correctly compares object grants, Source Control For Oracle seems not.
Apparently SCFO is ignoring the grants to roles.
Can you give an example or your issue - perhaps using support@red-gate.com
Project Manager
Red Gate Software Ltd