Ogg-01184 Expected 4 Bytes But Got 0 Bytes In Trail
Use ALTER EXTRACT ... EXTSEQNO ... EXTRBA ... to reposition to a valid point before the corruption.
: Log into the OS and compare the physical size of the trail file with the RBA reported in the error. If the RBA is larger than the file size, the process is attempting to read non-existent data. Check for Concurrent Writes ogg-01184 expected 4 bytes but got 0 bytes in trail
If the error is constant and occurred after an upgrade, check your FORMAT RELEASE settings: Use ALTER EXTRACT
: Killing OGG processes or OS-level crashes while writing to trails. Disk Space Issues to reposition to a valid point before the corruption
Reposition it to the start of the next valid trail file using: ALTER REPLICAT , EXTSEQNO , EXTRBA 0 For Extract/Pump:
in GGSCI: ALTER EXTRACT [name], ETROLLOVER .
To avoid OGG-01184 in production: