I got “ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated ” error in Oracle database.
ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated
Details of error are as follows.
SQL> startup mount ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated ORA-01262: Stat failed on a file destination directory Linux-x86_64 Error: 2: No such file or directory SQL>
ORA-01261: parameter db_recovery_file_dest destination string cannot be translated
Cause: The value for the specified parameter contained a destination string that could not be translated.
Action: Use a valid destination string in the specified parameter
ORA-01261
This ORA-01261 error is related with the specified parameter contained a destination string that could not be translated.
To solve this error, Use a valid destination string in the specified parameter.
Or create the related directory on the server.
You can check the directory of related parameter as follows.
SQL> show parameter db_recovery_file_dest
If there is not related directory on the server, then create the related directory on the server.
Do you want to learn Oracle dataguard, then read the following articles.
Oracle DataGuard Physical Standby Installation Step by Step Using RMAN -1