Sunday, November 9, 2014

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

Friday, November 7, 2014

ORA-00278 Log file string no longer needed for this recovery

Error Code
ORA-00278

Description
Log file string no longer needed for this recovery.

Cause
Possible cause of this error is, the specified redo log file is no longer needed for the current recovery.

Action
No action required. The archived redo log file may be removed from its current location to conserve disk space, if needed. However, the redo log file may still be required for another recovery session in the future.

reference