日期: 2020 年 5 月 18 日
基于 Kata Containers 与 iSulad 的云容器实践解析
在 4 月 9 号结束的 OpenStack 基金会董事会议上,董事们投票批准了 Kata Containers 成为基金会旗下第一个新的顶级开放基础设施(Open Infrastructure)项目,这是该项目的一个重要里程碑。
作为 Kata Containers 的初创成员之一,华为拥有[……]
无备份的数据块损坏恢复办法 dbms_repair
如果是索引块出错,解决方案很简单,通过online重建索引即可(必须加online,否则会依据出错的索引来重建),也可采用先删除再重建的方法;
如果是表块出错,步骤复杂一点,首先要把受损的块查找出来,让oracle扫描表时跳过这些坏块;然后通过CTAS方式恢复剩余数据;最后需要借助第三方工具修[……]
Detect And Repair Corruption in an Oracle Database
原文
Oracle provides a number of methods to detect and repair corruption within datafiles.
导出失败,并显示错误ORA-2354 ORA-1555 ORA-22924,以及如何使用导出实用程序确认LOB段损坏
[……]