SQL> create pfile='/oracle/p1.ora' from spfile;
create pfile='/oracle/p1.ora' from spfile
*
ERROR at line 1:
ORA-07391: sftopn: fopen error, unable to open text file.
SQL> startup nomount;
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> create pfile='/oracle/p1.ora' from spfile;
create pfile='/oracle/p1.ora' from spfile
*
ERROR at line 1:
ORA-07391: sftopn: fopen error, unable to open text file.
create pfile='/oracle/p1.ora' from spfile
*
ERROR at line 1:
ORA-07391: sftopn: fopen error, unable to open text file.
SQL> startup nomount;
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL> create pfile='/oracle/p1.ora' from spfile;
create pfile='/oracle/p1.ora' from spfile
*
ERROR at line 1:
ORA-07391: sftopn: fopen error, unable to open text file.
SQL>
原因是,/oracle目录没有操作权限