oracl problems

If you change max memroy in oracle,must change 2 parameters floow:

ALTER SYSTEM SET MEMORY_MAX_TARGET = 1024M SCOPE = SPFILE;
ALTER SYSTEM SET MEMORY_TARGET = 1024M SCOPE = SPFILE;

ORA-32001: write to SPFILE requested but no SPFILE is in use
show parameter spfile;
create spfile from pfile;
shutdown immediate;
startup
http://hi.baidu.com/fujinwang/item/476907dfcc1b7af693a9742d
http://superlee0815.blog.163.com/blog/static/10575132120091585954516/


lrm-00109: could not open parameter file '/opt/oracle
将$ORACLE_BASE/admin /数据库名称/pfile目录下的init.ora.012009233838形式的文件copy到$ORACLE_HOME/dbs目录下 initoracle.ora即可
http://shuhui018125.blog.163.com/blog/static/7711050201012793636729/

猜你喜欢

转载自23497465-qq-com.iteye.com/blog/1997148