ORA-10917: TABLESPACE GROUP cannot be specified ORACLE 报错 故障修复 远程处理
文档解释
ORA-10917: TABLESPACE GROUP cannot be specified
Cause: The tablespace name specified in the command is actually the name of a tablespace group.
Action: Please specify an appropriate tablespace name.
。
ORA-10917 错误是指你在指定表空间组(tablespace group)时出错了。
官方解释
常见案例
正常处理方法及步骤
1. 检查指定的表空间,确保表空间组存在。
2. 在指定表空间时,要确保给定的表空间组已经建立,而且给定的表空间组可以容纳你想要创建的表空间。
3. 如果想要使用表空间组,那么需要在创建表空间时,使用TABLESPACE GROUP选项指定表空间组。
4. 如果不想使用表空间组,则在创建表空间时,不要指定表空间组即可。