了解Maclean Liu|向Maclean Liu提问 Oracle ALLSTARS 全明星(群内有多位Oracle高级售后support,N位OCM和ACE) QQ群 # QQ群号:23549328 # 已经升级到 2000人群,空位多多。欢迎有一定基础的Oracle骨友加入,现在入群需要经过Maclean的技术面试,欢迎面试,请加QQ号:47079569 为好友参加面试 2群基础群 适合刚入门的同学,会共享最佳入门实践和资料 QQ群 # QQ群号:171092051 # 已经升级到 500人的超级群,空位多多,无需面试

2009年3月7日

Histograms: An Overview

摘要: NOTE: This article was originally created for version 7.3. Conceptually the ideas presented arethe same as in later versions but implementation details may have changed or havebeen enhanced.Histograms... 阅读全文

posted @ 2009-03-07 09:05 Oracle和MySQL 阅读(182) 评论(0) 推荐(0) 编辑

2009年3月5日

How to trigger ORA-00600,ORA-7445 by manual

摘要: Sometime we'd like to trigger ORA-00600/7445 internal errors for testing purpose, But it's not easy if you don't know a little trick like below:declarea exception;pragma exception_init(a,-600);beginra... 阅读全文

posted @ 2009-03-05 03:28 Oracle和MySQL 阅读(190) 评论(0) 推荐(0) 编辑

2009年1月13日

Script to show Active Distributed Transactions

摘要: 该脚本可以用于显示活跃的分布式事务(Distributed Transactions from dblink),可以协助诊断dblink远程事务: REM distri.sqlcolumn origin format a13column GTXID format a35column LSESSION format a10column s format a1column waiting format... 阅读全文

posted @ 2009-01-13 05:24 Oracle和MySQL 阅读(238) 评论(0) 推荐(0) 编辑

1970年1月1日

intro Two-Phase Commit(2PC)

摘要: As the name Implies, 2PC coperates in two phases: a voting phash and a decision phase . The basic idea is that the coordinator asksall articipants whether they are prepared to commit the transaction. ... 阅读全文

posted @ 1970-01-01 08:00 Oracle和MySQL 阅读(161) 评论(0) 推荐(0) 编辑

11g新特性--自适应游标共享

摘要: 使用绑定变量降低了分析SQL语句所需分配的共享内存量,因为绑定变量对于相同(或类似)SQL语句的多次执行重用单个游标。因为绑定变量减少了分析时间和内存使用,从而提高了数据库的性能和可伸缩性。特别是在具有大量并发用户时更是如此。初始化参数cursor_sharing确定哪些SQL语句可共享相同的游标。设置cursor_sharing参数为exact规定只有相同的SQL语句才能共享一个游标。设置它为F... 阅读全文

posted @ 1970-01-01 08:00 Oracle和MySQL 阅读(185) 评论(0) 推荐(0) 编辑

ORA-00600:[ksnpost:ksnigb]内部错误一例

摘要: 一套10.2.0.3上的single instance系统,日志中出现以下记录:ORA-00600: internal error code, arguments: [kolaslGetLength-1], [], [], [], [], [], [], []ORA-00600: internal error code, arguments: [ksnpost:ksnigb], [], [], [... 阅读全文

posted @ 1970-01-01 08:00 Oracle和MySQL 阅读(347) 评论(0) 推荐(0) 编辑

rac CJQO library cache lock

摘要: 前2天发现某客户rac数据库中一实例中频繁出现library cache lock等待,且均是同一session中出现这种等待,通过查询视图发现对应为Oracle的后台进程CJQ0; CJQ0为Oracle中检测自动执行作业(job or scheduler)队列的进程,一般情况下均处于空闲等待"rdbms ipc message"中。library cache lock是Oracle中著名的DD... 阅读全文

posted @ 1970-01-01 08:00 Oracle和MySQL 阅读(5070) 评论(0) 推荐(0) 编辑

Internal Error ORA-07445:memset()+116] [SIGSEGV]

摘要: From Alert logfile*********************Wed May 27 13:11:47 2009Errors in file /u01/app/oracle/admin/proa021/udump/proa021_ora_9533.trc:ORA-07445: exception encountered: core dump [memset()+116] [SIGSE... 阅读全文

posted @ 1970-01-01 08:00 Oracle和MySQL 阅读(174) 评论(0) 推荐(0) 编辑

About transaction lock and V$lock view

摘要: 你大概习惯了日常检视v$lock视图,了解实例中的锁定了阻塞情况,v$lock是一个非常有用的视图,每个dba都爱用他,我们来看看下面的例子:SQL> drop table youyus;Table droppedSQL> create table youyus as select rownum t1 from dual connect by level update youyus set t1=... 阅读全文

posted @ 1970-01-01 08:00 Oracle和MySQL 阅读(134) 评论(0) 推荐(0) 编辑

Zenoss Announces Monitoring for VMWare's Cloud Director

摘要: 它也可能预示着另一个云计算的一个里程碑,我们不少关于云监控的风声。Zenoss的今天宣布,其将成为第一家针对Vmware vcloud提供独立的监控服务和服务解决方案的公司。 阅读全文

posted @ 1970-01-01 08:00 Oracle和MySQL 阅读(79) 评论(0) 推荐(0) 编辑

导航