ORA-38709: Recovery Area is not enabled.

Answers were Sorted based on User's Feedback



ORA-38709: Recovery Area is not enabled...

Answer / bhuvneshwar singh

ORA-38706 "Cannot turn on flashback database logging"
ORA-38709 "Recovery area is not enabled"

Solution :

1. do the proper shutdown of database (shut normal,immediate).
2. start up database in mount phase ( startup mount).
3. set this parameter one by one
a.ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=2G
SCOPE=BOTH;

B.ALTER SYSTEM SET DB_RECOVERY_FILE_DEST=/HOME/FRA
SCOPE=BOTH;

4. ALTER DATABASE OPEN;

5. NOW USE THIS COMMAND AND CHECK IT OUT WHETHER FLASHBACK
AREA IS ENABLED ?

SELECT NAME, FLASHBACK_ON FROM V$DATABASE;


I am sure this information will help you a lot

Regards
Bhvuneshwar singh

Is This Answer Correct ?    6 Yes 2 No

ORA-38709: Recovery Area is not enabled...

Answer / guest

Cause: An ALTER DATABASE FLASHBACK ON command failed because
the Recovery Area was not enabled.

Action: Set DB_RECOVERY_FILE_DEST to a location and retry.

Please add more information about this Error

Is This Answer Correct ?    2 Yes 2 No

ORA-38709: Recovery Area is not enabled...

Answer / ajit tripathi

Everything will be same as above only path for fra will be inverted comas.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01250: Error string occurred during termination of file header access

1 Answers  


ORA-00480: LCK* process terminated with error

1 Answers  


PCC-02405: Variable is of undefined type

1 Answers  


SQL*Loader-00132: invalid argument for external table option

1 Answers  


ORA-39130: Object type string not imported. Base object name conflicts with the master table

1 Answers  






ORA-24341: bad mode specified

1 Answers  


ORA-13188: cell decode failed

1 Answers  


O2F-00317: Error opening the ERRTYPE file for writing

1 Answers  


ORA-26675: cannot create Streams capture process string

1 Answers  


PLS-00330: invalid use of type name or subtype name

1 Answers  


ORA-16407: Standby database is in the future of the archive log

1 Answers  


PCC-02134: CMD-LINE: Null option supplied

1 Answers  


Categories