aiaiDBA

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

13718043309

010-86462881

ORA-29347: Tablespace name validation failed - failed to match tablespace 'string'

ORA-29347: Tablespace name validation failed - failed to match tablespace 'string'
Cause: The system failed to match the referred tablespace. There are 2 cases that this may happen. (1) This tablespace is in the transportable set, but it is not specified in the TABLESPACES list of the import command line option, assuming that TABLESPACES is specified. (2) This tablespace is in the TABLESPACES list, but it is not in the transportable set.
Action: Retry the operation with the correct TABLESPACES list.

请先 登录 后评论

1 个回答

小智
ORA-29347:表空间名称验证失败 - 无法匹配表空间' string ',
.原因:系统无法匹配引用的表空间。有2种情况可能发生。(1)此表空间位于可传输集中,但在导入命令行选项的TABLESPACES列表中未指定,假定指定了TABLESPACES。(2)此表空间位于TABLESPACES列表中,但不在可传输集中。,
.操作:使用正确的TABLESPACES列表重试操作。,
.
请先 登录 后评论