Quick Search:
 
 Oracle Database Error: ORA-19801      [Return To Oracle Error Index] Jump to:  
Oracle Error: ORA-19801

Error Description:
Initialization parameter DB_RECOVERY_FILE_DEST is not set

Error Cause:
An attempt was made to create a file in DB_RECOVERY_FILE_DEST when DB_RECOVERY_FILE_DEST was not set. There are number of possible causes of this error, including: 1) A LOG_ARCHIVE_DEST_n parameter was specified using a LOCATION attribute whose value was DB_RECOVERY_FILE_DEST and an archivelog file creation was attempted. 2) STANDBY_ARCHIVE_DEST parameter was specified using a LOCATION attribute whose value was DB_RECOVERY_FILE_DEST and an archivelog file creation was attempted.

Action:
Specify a valid destination for DB_RECOVERY_FILE_DEST in initialization parameter file or with the ALTER SYSTEM SET command.


Add a comment 
ragaaMay 27th, 2015 2:43am
If you recovered this database before so you can do this:

sqlshutdown immediate;
sqlstartup mount;
rman catalog db_recovery_file_dest;
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org