create pfile from spfile ORA-27037
This always worked on some other Databases I worked in past. however this Database raise error. Here are the steps on how I did it
Old initSID.ora file located in directory below
cd $ORACLE_HOME/dbs
sqlplus / as sysdba...
SQL> create pfile from spfile ;
create pfile from spfile
*
ERROR at line 1:
ORA-27037: unable to obtain file status
IBM AIX RISC System/6000 Error: 2: No such file or directory
Additional information: 3
Any idea why this does not work?