DataGuard主库增加联机日志
摘要:环境OS:RedHat linux 6.5DB:11.2.0.4 RAC +ASM需求:online redo增加日志组(一)信息采集show parameter standby(二)修改参数主库create pfile='/oracle/pfile_20150928.ora' from spfil...
阅读全文
posted @
2015-09-29 10:43
bwdata
阅读(425)
推荐(0)
external table
摘要:oracle提供外部表得以读取外部非结构化数据。oracle采用两种驱动方式读取外部表:oracle_loader和oracle_datapump,前者是默认方式。可以查询、连接、排序外部表中的数据,也可以创建视图或者同义词,但是,不能执行DML操作和创建索引,并且不支持虚拟列。不能使用analyz...
阅读全文
posted @
2015-02-28 16:26
bwdata
阅读(125)
推荐(0)
Oracle DataGuard延迟应用归档归档日志
摘要:DataGuard相关参数LOG_ARCHIVE_DEST_n中Delay参数可以用来指定重做日志抵达Standby备库 到 已抵达重做日志在备库上被应用 之间的时间延迟,单位为分钟。举例来说:LOG_ARCHIVE_DEST_1='SERVICE=stby DELAY=120'其中的DELAY=1...
阅读全文
posted @
2014-09-17 14:57
bwdata
阅读(950)
推荐(0)
index unusable
摘要:数据库巡检时发现数据库在搜集统计信息时发现有索引unusable,Tue Sep 09 22:52:07 CST 2014GATHER_STATS_JOB encountered errors. Check the trace file.Tue Sep 09 22:52:07 CST 2014Err...
阅读全文
posted @
2014-09-10 10:22
bwdata
阅读(528)
推荐(0)
表碎片
摘要:SQL>SELECTTABLE_NAME,(BLOCKS*8192/1024/1024)-(NUM_ROWS*AVG_ROW_LEN/1024/1024)"DatalowerthanHWMinMB"FROMUSER_TABLESWHEREtable_name='T1';TABLE_NAMEDatal...
阅读全文
posted @
2014-08-15 17:06
bwdata
阅读(189)
推荐(0)
RAC中LMON LMS LMD 3个进程
摘要:在RAC中,LMON LMS LMD三个进程,不断的同其他进程进行通信,LMS负责管理、传输数据块,以支持cache fusion,LMD负责管理enqueue,LMON负责监控整个RAC的监控状况、数据库注册到css或从css中解除。
阅读全文
posted @
2014-08-13 10:01
bwdata
阅读(1851)
推荐(0)
关于并行执行(parallel executing)的认识
摘要:Parallel Execution,主要应用与OLAP系统中提高执行效率。PX的执行机制是当发起一个并行操作时,创建一个进程如QC,协调并行服务器进程的信息传递,并行协调进程将需要操作的数据集按照并行执行数分成若干单元,并将数据单元分别分给并行服务器进程进行处理,处理完毕后,将结果集传递给并行协调...
阅读全文
posted @
2014-08-12 18:10
bwdata
阅读(299)
推荐(0)
关于DRM的理解
摘要:DRM:Dynamic Resource management,或者称Dynamic Resource Master,使用后者更易帮助初学者理解。此概念是在10g引进的。oracle RAC 的每个实例都有自己的SGA,存储了最近使用的缓存。RAC使用DRM的机制来确保数据的一致性,并通过使用ca...
阅读全文
posted @
2014-08-12 09:22
bwdata
阅读(597)
推荐(0)
12.1中_gby_hash_aggregation_enabled 设置为FALSE
摘要:在12.1.1中,通过apintbal.sql将_gby_hash_aggregation_enabled设置为FALSE。具体参考Note 396009.1 for Database Initialization Parameters for Oracle Applications Release...
阅读全文
posted @
2014-08-07 09:49
bwdata
阅读(562)
推荐(0)
什么是ORA-600错误
摘要:ora-600错误是oracle软件内部发现存在不一致或者非预期的情形时,oracle内核发出的告警,该错误不一定是BUG,也有可能是由操作系统、资源紧张、硬件问题等原因导致的。ora-600错误后会有一系列的方括号,里面是一些参数,这些参数有可能是数字、有可能是字母,这些参数在分析处理ORA-60...
阅读全文
posted @
2014-08-07 09:28
bwdata
阅读(2139)
推荐(0)
What is an ORA-600 Internal Error? (文档 ID 146580.1)
摘要:ORA-600 errors are raised from the kernel code of the Oracle RDBMS software when an internal inconsistency is detected or an unexpected condition is m...
阅读全文
posted @
2014-08-07 09:16
bwdata
阅读(229)
推荐(0)
Introduction to 600/7445 Internal Error Analysis (文档 ID 390293.1)
摘要:In this DocumentPurposeTroubleshooting StepsReferencesApplies to:Oracle Database - Enterprise Edition - Version 8.1.7.4 to 11.2.0.3 [Release 8.1.7 to ...
阅读全文
posted @
2014-08-06 17:29
bwdata
阅读(356)
推荐(0)
Customer Introduction to ORA-7445 Errors (文档 ID 211909.1)
摘要:In this DocumentPurposeScopeDetailsReferencesApplies to:Oracle Database - Enterprise Edition - Version 7.0.16.0 to 11.2.0.2 [Release 7.0 to 11.2] Info...
阅读全文
posted @
2014-08-06 17:27
bwdata
阅读(340)
推荐(0)
Master Note for Diagnosing ORA-7445 and Related Core Dumps (文档 ID 1092855.1)
摘要:In this DocumentDetailsActionsConcepts/DefinitionsDiagnosing (starting point is Note 7445.1)Additional ResourcesCommunity: Incident (600-7445) Analysi...
阅读全文
posted @
2014-08-06 16:39
bwdata
阅读(257)
推荐(0)
Bloom filters 布隆过滤器
摘要:在ITPUB上看到有人写到同一条语句连续执行两次,得出的结果截然不同,数据本身没有发生变化,关掉dynamic_sampling功能,多次查询结果是正常的。究竟是为什么?oracle通过内部函数使用布隆过滤对并行JOIN进行过滤。但是布隆过滤的精确度是依赖hash函数的好坏以及使用的hash函数数量...
阅读全文
posted @
2014-08-06 15:45
bwdata
阅读(351)
推荐(0)
ORA-600 [729] "UGA Space Leak" (文档 ID 31056.1)
摘要:Note: For additional ORA-600 related information please read Note:146580.1PURPOSE: This article discusses the internal error "ORA-600 [729]", what ...
阅读全文
posted @
2014-08-05 14:27
bwdata
阅读(397)
推荐(0)
Procwatcher: Script to Monitor and Examine Oracle DB and Clusterware Processes (文档 ID 459694.1)
摘要:Applies to:Oracle Database - Enterprise Edition - Version 10.2.0.2 to 12.1.0.1 [Release 10.2 to 12.1] Linux x86 HP-UX PA-RISC (64-bit) IBM AIX on POWE...
阅读全文
posted @
2014-08-05 12:03
bwdata
阅读(527)
推荐(0)
TECH: Getting a Stack Trace from a CORE file on Unix (文档 ID 1812.1)
摘要:修改时间:2013-4-8类型:BULLETINIntroduction~~~~~~~~~~~~ This short article aims to explain how to get a stack trace from a core dump produced b...
阅读全文
posted @
2014-08-05 11:48
bwdata
阅读(222)
推荐(0)
Diagnostic Tools Catalog (文档 ID 559339.1)
摘要:Diagnostic Tools Catalog (文档 ID 559339.1)
阅读全文
posted @
2014-08-05 11:39
bwdata
阅读(155)
推荐(0)
How to Analyze Problems Related to Internal Errors (ORA-600) and Core Dumps (ORA-7445) using My Oracle Support (文档 ID 260459.1)
摘要:Oracle Database - Enterprise Edition - Version 8.1.7.4 and later Information in this document applies to any platform. **Checked for relevance 06-Apr-...
阅读全文
posted @
2014-08-04 09:15
bwdata
阅读(266)
推荐(0)