db1 上有两个 db,表 test_table 具有字段 a 的上下文索引。询问:
select *
from test_table t
where contains(t.a, 'str') > 0
它在 db1 上运行良好。但是当我尝试通过其他数据库的 dblink 执行相同的查询时:
select *
from test_table@db1 t
where contains(t.a, 'str') > 0
我收到此错误:
ora-20000:Oracle 文本错误:DRG-10599:列未编制索引