首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 笔记本电脑 | 北大青鸟 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
中国IT实验室Oracle频道
中国IT教育
Google
首页 入门基础 安装配置 体系架构 PLSQL 备份恢复 性能调优 开发技术 资讯动态 考试认证 下载 专题 讨论
您现在的位置: 中国IT实验室 >> Oracle >> 资讯动态 >> 正文

Oracle11g的新特性:自动内存管理

Oracle11g已知的将要推出的新特性之一是-自动内存管理

Oracle在Oracle9i中引入了自动PGA调整;在Oracle10g中引入了自动SGA调整;而在11g中,通过设置一个参数,Oracle可以自动调整所有的内存使用,这被称为自动内存管理(Automatic Memory Management).
如果这项功能被缩写为AMM,那么Oracle已经有了:

ASSM
ASM
AMM
AUM
ADDM
AWR
......

这一新引入的参数据说是:MEMORY_TARGET

那么Oracle在内存管理方面已经有了一下主要几个TARGET:
SGA_TARGET
PGA_AGGREGATE_TARGET
MEMORY_TARGET

而MEMORY_TARGET 这个参数将最终将DBA从内存管理中解放出来。

英文原文如下:

MEMORY_TARGET specifies the Oracle system-wide usable memory. The database tunes memory to the the MEMORY_TARGET value, reducing or enlarging the SGA and PGA as needed.

In a text initialization parameter file, if you omit the line for MEMORY_MAX_TARGET and include a value for MEMORY_TARGET , the database automatically sets MEMORY_MAX_TARGET to the value of MEMORY_TARGET . If you omit the line for MEMORY_TARGET and include a value for MEMORY_MAX_TARGET , the MEMORY_TARGET parameter defaults to zero. After startup, you can then dynamically change MEMORY_TARGET to a non-zero value, provided that it does not exceed the value of MEMORY_MAX_TARGET .

我们只能说Oracle越来越自动化了,在易用性方面,Oracle一直不懈的努力的确惹人瞩目。

-The End-

【责编:Chuan】

中国IT教育

相关产品和培训
文章评论
 友情推荐链接
 认证培训
 专题推荐

 ·诱人的奶酪 J2ME手机开发技术
 ·Oracle外键及外键约束修改行为
 ·开源软件测试工具学习专题
 ·JSP Web开发 入门基础到高手进阶教程
 ·JavaFX—是Java桌面的新希望么?
 ·安全至上 .NET开发安全策略
 ·测试用例设计之道-测试用例学习专题
 ·面向Java开发人员的Scala指南
 ·Java设计模式之实例详解
 ·Oracle数据库11g 面向DBA和开发人员的重要新特性
 今日更新
 社区讨论
 博客论点
 频道精选
 Oracle频道相关导航