ORA-39134: Cannot include “string” tablespace as a Transportable Tablespace
Cause: The user attempt to specify the SYSAUX or SYSTEM tablespace as a member of the transportable tablespace list in the current job. These tablespaces may not be transported between databases.
Action: Specify different tablespaces to be transported.
ORA-39134错误是由于尝试使用不支持的字符串表空间作为可转移表空间导致的。
官方解释
ORA-39134的官方解释是:“不能将’string’表空间包括在可转移表空间中”。
常见案例
当升级数据库时,用户可能会尝试将字符串表空间包括在可转移表空间中,这将导致ORA-39134错误。
正常处理方法及步骤
1. 检查字符串表空间是否被正确定义。
2. 仅使用支持的表空间类型的可转移表空间(如PERMANENT)。
3. 检查可转移表空间单元(TTS)是否正确定义且是否使用预期的表空间。
4. 向数据库管理员报告此错误,以了解此错误的可能原因。
本文标签:ORA-39134 Cannot include #8220string #8221 tablespace as Transportable Tablespace
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接