OnLine Message Log 8-13
Alphabetized Messages
Dbspace dbspacename -- Recovery Begins (pid)
Dbspace recovery occurs when mirroring is turned on for a dbspace. An
attempt to recover this dbspace has begun. The process ID of the recovery
processis displayed. This message is followed by messages for each chunk in
thedbspace indicating when chunk recovery begins and completes (or fails).
Dbspace dbspacename -- Recovery Complete (pid)
Mirroringhas been successfully turned on for this dbspace. The process ID of
the recovery process is displayed.
Dbspace dbspacename -- Recovery Failed (recovery pid)
Forsome reason, it was not possible to initiate mirroring for this dbspace. The
processID of the recovery process is displayed. Refer to the preceding chunk-
level messages for more details.
Dbspace dbspacename -- Recovery Failed - can’t fork
The attempt to mirror this dbspace failed because of a problem affecting a
UNIX system call. Refer to your operating system documentation for more
information aboutfork().
delrecord: bad rowid 0xn partnum 0xn pid nn
OnLine detected that an attempt to delete the indicated rowid failed. The
rowidand tblspace number (partnum) are expressed as hexadecimal values.
The process ID of the user process is displayed.
Dropping temporary tblspace 0xn, recovering nn pages
During shared-memory initialization, OnLine routinely searches for
temporarytables that are left when a process dies without proper cleanup or
following an uncontrolled shutdown. If a temporary table is found, OnLine
drops the table and recovers the space. OnLine located the specified
temporarytblspace and dropped it. (The value 0xn is the hexadecimal repre-
sentation of the tblspace number.)