Sunday, November 9, 2014

ORA-00285 TIME not given as a string constant

Error Code
ORA-00285

Description
TIME not given as a string constant.

Cause
Possible cause of this error is, UNTIL TIME was not followed by a string constant for the time.

Action
To fix this issue, enter the time enclosed in single quotation marks.

reference

ORA-00284 Recovery session still in progress

Error Code
ORA-00284

Description
Recovery session still in progress.

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

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

reference

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