码迷,mamicode.com
首页 >  
搜索关键字:memory_target    ( 65个结果
Oracle初始化参数之memory_target
一、引言: Oracle 9i引入pga_aggregate_target,可以自动对PGA进行调整; Oracle 10g引入sga_target,可以自动对SGA进行调整; Oracle 11g则对这两部分进行综合,引入memory_target,可以自动调整所有的内存,这就是新引入的自动内存管...
分类:数据库   时间:2015-01-29 11:53:44    阅读次数:246
centos 修改shm
Linux下,Oracle 11g的自动内存管理不能指定大于这个/dev/shm的总量内存。否则就会出现如下错误ORA-00845: MEMORY_TARGET not supported on this systemLinux环境下,挂载点 /dev/shm默认是系统内存的50%。根据Oracle...
分类:其他好文   时间:2015-01-26 11:46:22    阅读次数:198
ORA-00845: MEMORY_TARGET not supported on this system
[oracle@localhost ~]$ sqlplus / as sysdbaSQL> startupORA-00845: MEMORY_TARGET not supported on this system问题定位:安装数据库时或者修改了参数MEMORY_TARGET或者SGA_TARGET的...
分类:其他好文   时间:2015-01-11 17:43:39    阅读次数:205
Oracle 11g ORA-00845: MEMORY_TARGET not supported on this system
启动Oracle 11gR2后报错:ORA-00845rac1:/home/oracle> sqlplus / as sysdba;SQL*Plus: Release 11.2.0.3.0 Production onTue Feb 14 09:11:41 2012Copyright (c) 1982...
分类:数据库   时间:2015-01-04 15:10:13    阅读次数:232
oracle11g 手工艰苦步骤
#create oracle instance parametervi initkevin.ordb_name='kevin'memory_target=0sga_max_size=5Gsga_target=3Gpga_aggregate_target=1gprocesses = 150audit_...
分类:数据库   时间:2014-12-18 01:38:53    阅读次数:302
oracle11g 手工艰苦步骤
#create oracle instance parameter vi initkevin.or db_name='kevin' memory_target=0 sga_max_size=5G sga_target=3G pga_aggregate_target=1g processes = 150 audit_file_dest='/u01/app/oracle/admin/k...
分类:数据库   时间:2014-12-17 16:32:15    阅读次数:317
ORACLE - 系统参数调整
一、内存调整 oracle 11g中,ORACLE把SGA与PGA统一管理,总和为memory_target参数的设定,也就是MAX(SGA+PGA)=memory_target(相等也不行,PGA至少需要大概十几M内存),则无法进行startup nomount,但是修改SGA命令又需要至少在s....
分类:数据库   时间:2014-12-14 21:08:51    阅读次数:340
oracle启动报错ORA-00845: MEMORY_TARGET not supported on this system解决办法
oracle启动报错ORA-00845: MEMORY_TARGET not supported on this system 原因可能:ORACLE MEMORY_TARGET参数设置超过了oracle服务器本身内存、或超过了现在服务器空闲内存(就是oracle启动时无法获取设置的内存)   eg: oracle version:11gR2 OS version:RedHat 6.4...
分类:数据库   时间:2014-11-27 10:43:28    阅读次数:190
ORA-00845: MEMORY_TARGET not supported on this system
[oracle@huntdb~]$sqlplus"/assysdba" SQL*Plus:Release11.2.0.3.0ProductiononMonNov1718:39:112014 Copyright(c)1982,2011,Oracle.Allrightsreserved. Connectedtoanidleinstance. SQL>startup ORA-00845:MEMORY_TARGETnotsupportedonthissystem SQL>startupmount OR..
分类:其他好文   时间:2014-11-18 11:57:15    阅读次数:235
ORA-00845: MEMORY_TARGET not supported
Enabling Automatic Memory Management alter system set memory_max_target=50G scope=spfile; alter system set memory_target=50G scope=spfile; alter syste...
分类:其他好文   时间:2014-10-31 21:56:58    阅读次数:204
65条   上一页 1 ... 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!