报ORA-00845:MEMORY_TARGET not supported on this system故障解决

启库时报00845错误


查看告警日志:

$tail -f /u01/app/oracle/diag/rdbms/testdb12/TestDB12/alert/log.xml

$df -h

报ORA-00845:MEMORY_TARGET not supported on this system故障解决_第1张图片

内存超出了,需要修改初始化参数文件中的参数值:

SQL>create pfile fromspfile;

$vi$ORACLE_HOME/dbs/initTestDB12.ora;

对内存值进行修改,参考如下图:

报ORA-00845:MEMORY_TARGET not supported on this system故障解决_第2张图片

SQL>create spfile from pfile;

SQL>startup

你可能感兴趣的:(oracle,MEMORY_TARGET)