尝试修改参数,oracle会报错 SQL> alter system set sga_max_size=317M scope=spfile; alter system set sga_max_size=317M scope=spfile * ERROR at line 1: ORA-01565: error in identifying file '/opt/u01/app/oracle/11g/dbs/spfile.ora' ORA-27037: unable to obtain file status Linux Error: 2: No such file or directory Additional information: 3
SQL> create spfile from memory; create spfile from memory * ERROR at line 1: ORA-32002: cannot create SPFILE already being used by the instance SQL> create spfile='/opt/u01/app/oracle/11g/dbs/spfile.ora' from memory; File created.