ORA-01784: RECOVERABLE cannot be specified with database
media recovery disabled



ORA-01784: RECOVERABLE cannot be specified with database media recovery disabled..

Answer / guest

Cause: A CREATE TABLE or CREATE INDEX statement specified
RECOVERABLE when the database was running in NOARCHIVELOG
mode. Since logs are not being archived, they will be
overwritten and the object being created cannot be recovered
from a backup taken before the object was created.

Action: Do not specify RECOVERABLE, or restart the database
with media recovery enabled.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-29370: pending area is already active

1 Answers  


PCC-02013: unknown escape sequence

1 Answers  


PLS-00643: booleans, index tables, records and cursors not allowed in SQL statements

1 Answers  


ORA-24379: invalid user callback type

1 Answers  


ORA-38490: invalid name: quotes do not match

1 Answers  






TNS-12570: TNS:packet reader failure

1 Answers  


ORA-39092: unable to set SCN metadata for object "string.string" of type string

1 Answers  


ORA-24503: codepoint length overflows for piecewise operation

1 Answers  


ORA-24000: invalid value string, string should be of the form [SCHEMA.]NAME

1 Answers  


ORA-06313: IPA: Shared memory failed to initialise

1 Answers  


QSM-00789: the string string is invalid for directive string

1 Answers  


NNF-02005: NIS key string does not exist in map string

1 Answers  


Categories