aiaiDBA

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

13718043309

010-86462881

IMG-00926: tablespace specified during CREATE INDEX is not valid

IMG-00926: tablespace specified during CREATE INDEX is not valid
Cause: A tablespace specified in the parameter string of a CREATE INDEX operation did not exist or the current user did not have sufficient privileges on the tablespace.
Action: Create the tablespace, grant appropriate privileges on the tablespace to the current user, or choose a different tablespace.

请先 登录 后评论

1 个回答

小智
IMG-00926:CREATE INDEX中指定的表空间无效,
.原因:在CREATE INDEX操作的参数字符串中指定的表空间不存在,或者当前用户在表空间上没有足够的权限。,
.操作:创建表空间,为表空间授予当前用户适当的权限,或选择不同的表空间。,
.
请先 登录 后评论