#查看用户cursor的使用情况 col sid for a9999999999 col osuser for a20 col machine for a20 col num_curs for a9999999999 select o.sid,osuser,machine,count(*) num_curs from v$open_cursor o , v$session s where username ='&username' and o.sid=s.sid group by o.sid…
  Rolling Cursor Invalidations with DBMS_STATS.AUTO_INVALIDATE (文档 ID 557661.1) 转到底部 In this Document   Purpose   Scope   Details   Cursor Invalidations on Gathering Statistics prior to Oracle10g   Cursor Invalidations with Oracle10g and AUTO_INVALID…
Best Practices and Recommendations for RAC databases with SGA size over 100GB (文档 ID 1619155.1) APPLIES TO:Oracle Database - Enterprise Edition - Version 11.2.0.3 and laterInformation in this document applies to any platform.PURPOSE The goal of this…
Questions and Answers 1) 我能用更高版本的 Oracle 还原或复制旧版本的数据库吗? 2) 我能在两个不同的补丁程序集之间进行还原或复制吗? 3) 我能在同一操作系统的不同版本之间进行还原或复制吗? 4) Oracle 的位(bit)级别(32 位或 64 位)不匹配时,可以进行还原或复制吗? 5) 可以将更高版本的备份还原到较早版本的 Oracle 吗? 6) 我能在两个不同的平台之间还原或复制我的 RMAN 备份吗,例如 Solaris 到 Linux? 适用于:…
针对数据泵导出 (expdp) 和导入 (impdp)工具性能降低问题的检查表 (文档 ID 1549185.1) 文档内容 适用于: Oracle Database – Enterprise Edition – 版本 10.1.0.2 到 12.1.0.2 [发行版 10.1 到 12.1]本文档所含信息适用于所有平台 用途 本文档提供了有关使用数据泵导入导出工具传输数据时所遇到的性能相关问题的可能原因. 适用范围 本文的目标受众是 Oracle10g 和 Oracle11g 数据库的用户,并…
the article from :http://m.blog.itpub.net/31393455/viewspace-2130875/ Script to Collect Log File Sync Diagnostic Information (lfsdiag.sql) (文档 ID 1064487.1)In this Document Purpose Requirements Configuring Instructions Script Sample Output References…
OERR: ORA-1410 "invalid ROWID" Master Note / Troubleshooting, Diagnostic and Solution (文档ID 1410.1) 了解ORA-­1410错误 ORA-1410表示rowid无效. 当操作引用表中没有相应行的ROWID时,会抛出此错误. 什么是ROWID? rowid是一种允许直接访问行的结构. rowid包含有关对象编号,它所在的数据文件,块编号以及块内的插槽编号的信息. Oracle 8和更高版本具…
1 概述 这是基于开源的sphinx全文检索引擎的架构代码分析,本篇主要描述index索引服务的分析.当前分析的版本 sphinx-2.0.4 2 index 功能 3 文件表 4 索引文件结构 4.1 spa 文件 存储文档属性,在extern文档信息存储模式下使用. spa文件格式 => 属性值存储 item item item item item docid attr0 attr1 attr mva(spm file position) - spa文件格式 => 在文件的末尾存储每个属性…
数据库 PSU,SPU(CPU),Bundle Patches 和 Patchsets 补丁号码快速参考 (文档 ID 1922396.1)…
数据库 PSU,SPU(CPU),Bundle Patches 和 Patchsets 补丁号码快速参考 (文档 ID 1922396.1) 文档内容   用途   详细信息   Patchsets   PSU, SPU(CPU), Bundle Patches   12.1.0.1   11.2.0.4   11.2.0.3   11.2.0.2   11.2.0.1   11.1.0.7   11.1.0.6   10.2.0.5   10.2.0.4   10.2.0.3   10.2.0…