ORA-08115: can not online create/rebuild this index type
Cause: User attempted to create index type that online doesnot support
Action: use offline index create/rebuild command
ORA-08115:不能在线创建/重建此索引类型
ORA-08115: 索引类型不支持在线创建和重建。
在Oracle中使用CREATE INDEX或ALTER INDEX语句时,会出现ORA-08115错误,因为所请求的索引类型不支持在线创建和重建。
1. 查看要创建或重建的索引类型,是否支持在线创建或重建;
2. 如果支持在线创建或重建,仔细检查该语句,是否有拼写或语法错误;
3. 如果索引类型不支持在线创建或重建,可尝试使用OFFLINE关键字来完成。