aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-19361: ONLINE option not allowed with this type of index

ORA-19361: ONLINE option not allowed with this type of index
Cause: The ONLINE option was specified to validate the structure of a system-generated metadata index
Action: The ONLINE option can not be used with system-generated metadata indexes such as an LOB index, an IOT Top index, an Index on Clusters etc., Run query without using the ONLINE option.

请先 登录 后评论

1 个回答

小智
ORA-19361:对于此类型的索引,不允许使用ONLINE选项,
.原因:指定了ONLINE选项以验证系统生成的元数据索引的结构,
.操作: ONLINE选项不能与系统生成的元数据索引(例如LOB索引,IOT顶部索引,群集索引等)一起使用,不使用ONLINE选项运行查询。,
.
请先 登录 后评论