当前位置:  数据库>oracle

Oralce中的flash cache

    来源: 互联网  发布时间:2017-05-04

    本文导语: 使用条件:Linux或Solaris机器, AWR中建议doule buffer cache, db file sequential read是top wait event. 大小:2-10倍的buffer cache.不能小于2倍. 如果使用ASMM, 2-10倍的SGA_TARGET 两个参数:DB_FLASH_CACHE_FILESpecifies a list of paths and file names for the files to contain the ...

使用条件:
Linux或Solaris机器, AWR中建议doule buffer cache, db file sequential read是top wait event.

大小:
2-10倍的buffer cache.不能小于2倍. 如果使用ASMM, 2-10倍的SGA_TARGET

两个参数:
DB_FLASH_CACHE_FILE
Specifies a list of paths and file names for the files to contain the flash cache, in either the operating system file system or an Oracle Automatic Storage Management disk group. If a specified file does not exist, the database creates it during startup. Each file must reside on a flash disk device. If you configure the flash cache on a disk drive (spindle), performance may suffer. A maximum of 16 files is supported.

DB_FLASH_CACHE_SIZE
Specifies the size of each file in the flash cache. Each size corresponds with a file specified in db_flash_cache_file. The files and sizes correspond in the order that they are specified. An error is raised if the number of specified sizes does not match the number of specified files.
Each size specification must be less than or equal to the physical memory size of its flash disk device. The size is expressed as nG, indicating the number of gigabytes (GB). For example, to specify a 16 GB flash cache, set db_flash_cache_size value to 16G.

使用方法:
alter system set altdb_flash_cache_file = '/dev/raw/sda' scope=spfile;
alter system set db_flash_cache_size = 32G scope=spfile;

将db_flash_cache_size设为0 可以disable flash cache. 再设回来可以enable. 但不允许动态修改db_flash_cache_size的值.

对于RAC的环境, 需要在每个instance上面都设置以上两个参数 并且不能使用同一个file.


    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 寻找oralce7.3的driver
  • 与oralce数据库连接?
  • 在ORALCE中怎样取得天数的差值?
  • 安装oralce后如何启动database configuration assitant?
  • 请问用ORALCE建一个库,在网页上的连接直接访问这个库,怎么构建?100分
  • Oralce的环境变量设置,谢谢!!
  • 安装oralce报告硬盘空间不足...
  • 用oci连接oralce问题
  • 提取oralce当天的alert log的shell脚本代码
  • 在linux RedHat5.0 64bit下安装oralce 10g 为什么会出现这样的问题---急!
  • 设置oralce自动内存管理执行步骤
  • 请推荐一本讲unix/linux c/c++ 数据库DB2/Oralce/sysbase等 开发方面的书或资料
  • 刚装好了RH9,想再装Oralce 9i,想问一下关于空间分配的问题?
  • 请教:oralce的class12.zip应放在jbuild的哪个路径下才能被认可?
  • Oralce 归档日志开启与关闭示例
  • 安装Oralce问题,在线等待……
  • Oralce数据导入出现(SYSTEM.PROC_AUDIT)问题处理方法


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,