文档解释 ORA-03230: segment only contains string blocks of unused space above high water mark Cause: Attempt to preserve too
ORA-03230: segment only contains string blocks of unused space above high water mark
Cause: Attempt to preserve too many blocks.
Action: reduce the KEEP amount.
ORA-03230错误是由一个段(表或索引)产生的,其高水线在磁盘页中只有未使用的字符块(空格)。
ORA-03230: segment only contains string blocks of unused space above high water mark
Cause: Segment identified only by blocks of string bytes that are above the high water mark.
Action: No user action required
这个问题在老的oracle 9i和10g数据库上较为常见,而在最新的Oracle 11g和12c数据库上的发生的几率则比较小。
1、检查错误日志,确定目标段的名称并进行调查。
2、停止所有对目标段(表或索引)的操作。
3、使用ALLOCATE EXTENT OR REALLOCATE DELETE UNUSED SEGMENT api进行分析,以释放内存页中不用的空间,从而删除ORA-03230错误。
4、执行索引段和表空间重组,释放未使用空间。
5、将段(表或索引)进行收缩,以降低高水平线,释放空间。
6、恢复离线分析,以验证状态的改善情况。
7、重启应用,并重新从该段(表或索引)中访问所需的数据。
--结束END--
本文标题: ORA-03230: segment only contains string blocks of unused space above high water mark ORACLE 报错 故障修复
本文链接: https://lsjlt.com/news/527541.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0