欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

报MEMORY_TARGETnotsupportedonthissystem故障解决

程序员文章站 2022-06-07 13:01:04
...

启库时报00845错误 查看告警日志: $tail -f /u01/app/oracle/diag/rdbms/testdb12/TestDB12/alert/log.xml $df -h 内存超出了,需要修改初始化参数文件中的参数: SQL create pfile fromspfile; $ vi$ORACLE_HOME/dbs/initTestDB12.ora; 对内存进行修改,参

启库时报00845错误

报MEMORY_TARGETnotsupportedonthissystem故障解决

查看告警日志:

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

$df -h

报MEMORY_TARGETnotsupportedonthissystem故障解决

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

SQL>create pfile fromspfile;

$vi$ORACLE_HOME/dbs/initTestDB12.ora;

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

报MEMORY_TARGETnotsupportedonthissystem故障解决

SQL>create spfile from pfile;

SQL>startup;