网管联盟 | 网管论坛 | 网管u家 | 网管博客 | 网管软件 | 网管求职 | 小游戏 | 网管搜索 | 网管原创 | 网管聚合 | 网管读摘 | 网管焦点 | 世界素材 | 会员投稿 | 会员中心 
中国网管联盟
Windows Linux Cisco 网络技术 数据库 黑客攻防 DotNet Java PHP 认证 新闻资讯 服务器 存储资讯 网络设备 网管学堂 技术专题 焦点 网吧频道
 当前位置: > bitsCN.com > 数据库技术 > Oracle > 备份与恢复 > Oracle 未写入文档的参数介绍  

Oracle 未写入文档的参数介绍

2003-12-19  作者:BitsCN整理  来源:中国网管联盟  点评 投稿 收藏


  有许多的的未写入文档的参数其实在实际应用中也是委重要的,有时当你遇到一个corrupt,你去问oracle,oracle也许会说这个无能为力了,其实他们是有办法的,这其中就有这些内部参数的作用。
  
  1、你用sys连入oracle,执行如下的sql语句,你可以看到有哪些未写入文档的参数
  
   select
  
    a.ksppinm "Parameter",
  
    a.ksppdesc "Description",
  
    b.ksppstvl "Session Value",
  
    c.ksppstvl "Instance Value"
  
   from
  
    x$ksppi a,
  
    x$ksppcv b,
  
    x$ksppsv c
  
   where a.indx = b.indx
  
    and a.indx = c.indx
  
    and a.ksppinm like '/_%' escape '/'
  
   order by 1
  
  2、也并不是所有的都是有用的,有些还是有害的,下面介绍14个有用的。
  
  3、美国著名oracle专家Rich Niemiec有14个特别喜欢的undocument parameter,我把原文引入如下:
  
   a、_ALLOW_RESETLOGS_CORRUPTION -- May be only way to start a db backed up
   网管联盟bitsCN_com
  open without setting backup on tablespaces, will result in unsupported system. See the
  
  detailed section for how to use this in a recovery situation.
  
   b、_CORRUPTED_ROLLBACK_SEGMENTS -- Only way to startup with corrupted public
  
  rollback segments. Can be used without fear of desupport.
  
   c、_ALLOW_READ_ONLY_CORRUPTION – Allows you to open a database even if it has
  
  corruption. This should only be used to export as much data from a corrupted database
  
  as is possible before recreating a database. You should not use a database for normal
  
  use that has been opened in this manner as it will not be supported.
  
   d、_SPIN_COUNT -- Sets the number of spins a process will undergo before trying to get a
  
  latch. If CPU is not fully loaded a high value may be best, for a fully loaded CPU a
  
  smaller value may help. Usually defaults to 2000. Can be changed without fear of
   网管u家u.bitsCN.com
  desupport. This parameter flips from being undocumented to documented depending on
  
  database version.
  
   e、_LOG_ENTRY_PREBUILD_THRESHOLD – This parameter was documented at one
  
  time, now it is undocumented. It is the minimum size of entry in blocks that will be prebuilt
  
  for redo log entries, usually set to 30.
  
   f、_LATCH_SPIN_COUNT -- Shows how often a latch request will be taken
  
   g、_DB_BLOCK_WRITE_BATCH – This parameter was documented at one time, but is now
  
  undocumented. It is the number of blocks that the db writers will write in each batch,
  
  defaults to 512 or DB_FILES*DB_FILE_SIMULTANEOUS_WRITES/2 up to a limit of ¼
  
  of the value of DB_BLOCK_BUFFERS.
  
   h、_CPU_COUNT – This is another parameter that flips from undocumented to
  
  documented. Should be set automatically but on some platforms it doesn't work, set to
  
  the number of CPUs. This determines several other parameters. 网管网www_bitscn_com
  
   i、_INIT_SQL_FILE -- This is the initialization SQL script run by Oracle when a db is
  
  created. This should be sql.bsq, if you change it, you may not be supported.
  
   j、_TRACE_FILES_PUBLIC -- Changes the privileges on trace files such that everyone can
  
  read them. Should be OK to change at will.
  
   k、_FAST_FULL_SCAN_ENABLED -- Enables fast full index scans (or disables them) if
  
  only indexes are required to resolve the queries. Change this at will.
  
   l、_CORRUPT_BLOCKS_ON_STUCK_RECOVERY -- Can sometimes get a corrupted db
  
  up, you probably won't be supported if done without Oracle supports blessing, if you use
  
  it, immediately export the tables you need and rebuild the db.
  
   m、_ALWAYS_STAR_TRANSFORMATION -- Helps to tune data warehouse queries if you
  
  have a properly designed data warehouse.
  
   n、_SMALL_TABLE_THRESHOLD -- Sets the size of table considered a small table, a small

网管网www_bitscn_com


  
  table is automatically pinned into the buffers when queried. Defaults to 2% in Oracle9i
  
  

TAGs   介绍   参数   文档   to   the   be   of   is   This   you   it   if   will      
 上一篇:双机容错方案   下一篇:KDD-数据库中的知识发现
相关文章列表
Oracle 未写入文档的参数介绍 评论:
loading.. 评论加载中…
评论:请自觉遵守互联网相关政策法规,评论不得超过250字。

验证码: 注册用户
本类热门排行:
1.扫盲行动之:如何刻录ISO文件!(附多媒
2.如何使用iso文件?
3.简单的Oracle存储过程的创建方法
4.Oracle冷备份的不完全恢复
5.在LINUX下配置DNS
6.Oracle数据库备份与恢复的三种方法
7.设置TOMCAT PATH,CLASSPATH变量
8.linux下如何搜索文件?
9.专家在线:全面介绍恢复Oracle数据库
10..bz2文件如何解压缩
最新推荐文章:
1.容灾项目需要注意的几大问题
2.系统损坏情况下恢复 Oracle 10g 数据库
3.使用RMAN进行基于表空间的恢复
4.Oracle数据库常见错误操作及解决方案
5.专家在线:全面介绍恢复Oracle数据库
6.包含复制环境的数据库迁移
7.FLASHBACK TABLE对全文索引的影响
8.在Flashback数据库上获得较高可用性
9.Oracle数据库备份与恢复的三种方法
10.Oracle常用数据字典
网管论坛交流:
·不疯魔不成活
·令你大开眼界的真正标准化机房,已整理重
·为赈灾,女孩舍身拍“裸照”
·Windows Server 2003服务器群集创建和配
·exchange2k3全套官方资料
·双儿一周岁了。。。特殊的礼物来啦。。
·存储备份技术版块守则
·无盘技术交流区守则
·DOS命令基础大全之命令详解<作者吐血
·Windows XP 操作系统默认设置需要注意的