Sunday, November 9, 2014

ORA-00283 Recovery session canceled due to errors

Error Code
ORA-00283

Description
Recovery session canceled due to errors.

Cause
Possible cause of this error is, an error during recovery was determined to be fatal enough to end the current recovery session.

Action
To fix this issue, more specific messages will accompany this message. Refer to the other messages for the appropriate action.

reference

ORA-00282 UPI string call not supported, use ALTER DATABASE RECOVER

Error Code
ORA-00282

Description
UPI string call not supported, use ALTER DATABASE RECOVER.

Cause
Possible cause of this error is, the given UPI call is no longer supported.

Action
To fix this issue, use the ALTER DATABASE RECOVER command for all recovery actions.

reference

ORA-00281 Media recovery may not be performed using dispatcher

Error Code
ORA-00281

Description
Media recovery may not be performed using dispatcher.

Cause
Possible cause of this error is, an attempt was made to use a dispatcher process for media recovery. Memory requirements disallow this recovery method.

Action
To fix this issue, connect to the instance via a dedicated server process to perform media recovery.

reference

ORA-00280 Change string for thread string is in sequence string

Error Code
ORA-00280

Description
Change string for thread string is in sequence #string.

Cause
Possible cause of this error is, this message helps to locate the redo log file with the specified change number requested by other messages.

Action
To fix this issue, use the information provided in this message to specify the required archived redo log files for other errors.

reference

ORA-00279 Change string generated at string needed for thread string

Error Code
ORA-00279

Description
Change string generated at string needed for thread string.

Cause
Possible cause of this error is, the requested log is required to proceed with recovery.

Action
To fix this issue, please supply the requested log with "ALTER DATABASE RECOVER LOGFILE <file_name>" or cancel recovery with "ALTER DATABASE RECOVER CANCEL".

reference