Email: service@parnassusdata.com 7 x 24 online support!
新しいディスクへ交換したあとASMインスタンスでORA-15196が発生することがある
[起こりうる現象] Exadata環境でディスク障害が発生し、そのディスクの交換を行ったあと、ASM インスタンスの XDWK プロセスで ORA-15196 が発生することがあります。 ASMインスタンスのアラートログの例:
表領域のデータファイルが失われた時の対応方法(SYSTEM及びRBS以外の表領域について)
[Problem] 表領域のデータファイルに障害が発生し、 Oracleのstartup時にORA-1157、ORA-1110が発生しました。 [Cause] Oracleのstartup時にORA-1157,ORA-1110が発生した原因として以下のようなことが
バックアップおよびリカバリにおけるORA-1157エラーの一般的な原因と解決法
目的 ===== この文書では、ORA-1157エラー、およびそのさまざまな原因と解決法について 記述しています。 適用範囲とアプリケーション ===========================
STARTUP時に ORA-1110,ORA-1114,ORA-27072,OSD-4008が発生
[質問] STARTUP時に Alertログファイルに ORA-1110,ORA-1114,ORA-27072,OSD-4008 が 発生しました。 データベースのオープンは問題なくできています。 STARTUPを実行したフロントにはエラーは返されません。
Oracle Handling Rollback/Undo Segment Corruptions "Last Options"
This section outlines the absolute final options available for recovering
a database. If you have come here then one or more of the following
have happened:
ORA-1578 on a Rollback Segment Header/Rollback Segment Block /REQUIRED Rollback Segment Block
~~~~~~~~~~~~~~
ORA-1578 on a Rollback Segment Header
~~~~~~~~~~~~~~
If there is an ORA-1578 on the rollback segment header Oracle cannot
know if there are any active transactions in that rollback segment.
Oracle Error ORA-600 encountered while recovering transaction (A, B) on object YYYY
oerr ora 600
00600, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
// *Cause: This is the generic internal error number for Oracle program
Oracle Error ORA-376 encountered while recovering transaction (A, B) on object YYYY.
oerr ora 376
00376, 00000, "file %s cannot be read at this time"
// *Cause: attempting to read from a file that is not readable. Most likely
// the file is offline.
// *Action: Check the state of the file. Bring it online
ORA-1546: tablespace contains active rollback segment '<rbsname>'
The named tablespace contains an active rollback segment as named in the error. Actions: 1. Offline the named rollback segment: eg: ALTER ROLLBACK SEGMENTOFFLINE; 2. Re-attempt to offline the tablespace