文档解释 ORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite Range Hash tab
ORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite Range Hash table
Cause: STORE-IN (Tablespace list) clause was used while creating a local index on a range/list/composite range list partitioned table
Action: Do not use the STORE_IN (Tablespace list) clause while creating a local index on range/list/composite range list partitioned table
ORA-14177 是一种由oracle数据库引发的错误,用于指示当您尝试为哈希表或组合哈希范围表(Composite Range Hash Table)注册本地索引,但未指定“存储在(Tablespace List)”参数时出错。 SMS 包中没有指定任何表空间名。
此外,如果不使用一个由多个表空间组成的存储池表空间来存储你的本地索引,则你需要指定一个表空间来存储索引。 此特定表空间存储在STORE IN的参数中给出。
1.检查表空间并确保您有数据库管理员中提到的所有表空间权限。
2.安装Oracle数据库中指定的所有表空间,确保索引表空间已显式地引用。
3.解除之前的本地索引,并重新创建它,指定所有所需的参数,其中一个是tablespace list。
--结束END--
本文标题: ORA-14177: STORE-IN (Tablespace list) can only be specified for a LOCAL index on a Hash or Composite
本文链接: https://lsjlt.com/news/541599.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0