[Email protected] ~]$ export ORACLE_SID=ORCL
[Email protected] ~]$ Sqlplus/as SYSDBA
Sql*plus:release 10.2.0.1.0-production on Mon Nov 10 23:04:36 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
sql> startup Nomount pfile= '/home/oracle/pfile_hou ';
Ora-01261:parameter db_recovery_file_dest Destination string cannot be translated
Ora-01262:stat failed on a file destination directory
Linux error:2: No such file or directory
Sql>
Nomount, the necessary parameters will be checked, the check does not pass, the Nomount will not succeed.
And the check does not pass, the related error message will only output in Sqlplus, no more alert inside output.
*.db_recovery_file_dest= '/home/oracle/flash '
Does not exist on the OS.
When you start an Oracle instance using Pfile, the startup fails---the Db_recovery_file_dest parameter value does not exist on the OS.