aiaiDBA

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

13718043309

010-86462881

ORA-46267: Insufficient space in 'string' tablespace, cannot complete operation

ORA-46267: Insufficient space in 'string' tablespace, cannot complete operation
Cause: Could not complete the operation because the DBMS_AUDIT_MGMT API involved movement of one or more audit tables and there was not enough space in the destination tablespace.
Action: Turn on tracing using DBMS_AUDIT_MGMT.SET_DEBUG_LEVEL to find the amount of space required. Then, allocate that space in the destination tablespace, even if destination tablespace datafile has AUTOEXTEND option turned on. And then, retry the operation.

请先 登录 后评论

1 个回答

小智
ORA-46267:' string ' 表空间中的空间不足,无法完成操作,
.原因:无法完成操作,因为DBMS_AUDIT_MGMT API涉及一个或多个审计表的移动,并且目标表空间中没有足够的空间。,
.操作:使用DBMS_AUDIT_MGMT.SET_DEBUG_LEVEL启用跟踪以查找所需的空间量。然后,在目标表空间中分配该空间,即使目标表空间数据文件已启用AUTOEXTEND选项。然后,重试操作。,
.
请先 登录 后评论