上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 57 下一页

2011年5月27日

2011年5月27日 朋友

摘要: 1. 看到同事的签名:想起去年五月在北京的时候,和姜兄通宵代码、泡面,放着王力宏的那几首歌....2010年的5月,我又在干什么? 今天有个朋友给我的blog 留言,恰好是2010年5月21日。 链接如下: 2010年5月21日 下雨了 http://blog.csdn.net/tianlesoftware/archive/2010/05/21/5613714.aspx 原来去年的5月我在那个啥....2. 昨天花了大半天的时间把DB 小优化了一下,简单的说,就是抓SQL,然后优化SQL。 由于XX 的原因,最近DB 有大量的等待事件,系统也反应比较慢。对一个表建了索引之后,cost 从1.4 阅读全文

posted @ 2011-05-27 15:11 spring3mvc学习笔记 阅读(127) 评论(0) 推荐(0) 编辑

2011年5月26日

Oracle ASH(Active Session History) 说明

摘要: 在Oracle 10g中,推出了一些与DB 性能相关的功能,比如AWR, ADDM, STA, 已经这篇讲的ASH(Active Session History)。 关于其他的几个功能说明,参考我之前的Blog: Oracle AWR 介绍 http://blog.csdn.net/tianlesoftware/archive/2009/10/16/4682300.aspx Oracle ADDM 自动诊断监视工具 介绍 http://blog.csdn.net/tianlesoftware/archive/2010/05/28/5630942.aspx 如何用 SQL Tuning Adv. 阅读全文

posted @ 2011-05-26 23:24 spring3mvc学习笔记 阅读(339) 评论(0) 推荐(0) 编辑

2011年5月25日

Oracle 判断 并 手动收集 统计信息 脚本

摘要: 一. 说明在之前的blog: Oracle Statistic 统计信息 小结 http://blog.csdn.net/tianlesoftware/archive/2009/10/15/4668723.aspx 里对统计信息的收集有说明, Oracle 的Automatic Statistics Gathering 是通过Scheduler 来实现收集和维护的。 Job 名称是GATHER_STATS_JOB, 该Job收集数据库所有对象的2种统计信息: (1)Missing statistics(统计信息缺失) (2)Stale statistics(统计信息陈旧) 该Job 是在数据库 阅读全文

posted @ 2011-05-25 20:31 spring3mvc学习笔记 阅读(229) 评论(0) 推荐(0) 编辑

异常宕机 Ora-00600 [Kccpb_sanity_check_2] 错误解决方法

摘要: 朋友说数据库异常宕机后,启动时报600错误。ora-00600:internal error code ,arguments:[kccpb_sanity_check_2],[3106],[3104],[0x000000000],[],[],[],[]在官网搜了一下,相关的说明如下:Cause [kccpb_sanity_check_2] indicates that the seq# of the last read block is higher than the seq# of the control file header block. This is indication of the 阅读全文

posted @ 2011-05-25 12:25 spring3mvc学习笔记 阅读(334) 评论(0) 推荐(0) 编辑

2011年5月24日

Heap-Organized table 和 Index-Organized table 说明

摘要: 官网的两个连接如下:Tables and Table Clustershttp://download.oracle.com/docs/cd/E11882_01/server.112/e16508/tablecls.htm#i20438Indexes and Index-Organized Tableshttp://download.oracle.com/docs/cd/E11882_01/server.112/e16508/indexiot.htm#CBBFIFAB这2个文章讲的比较详细,在这里我将一些内容粘贴出来。You can create a relational table with 阅读全文

posted @ 2011-05-24 21:29 spring3mvc学习笔记 阅读(384) 评论(0) 推荐(0) 编辑

2011年5月19日

根据 dba_errors 制定 数据库报警邮件

摘要: 一. dba_errors 表官网对这个表的说明如下:ALL_ERRORS:describes the current errors on the stored objects accessible to the current user.DBA_ERRORS:describes the current errors on all stored objects in the database.USER_ERRORS: describes the current errors on the stored objects owned by the current user. This view d 阅读全文

posted @ 2011-05-19 23:23 spring3mvc学习笔记 阅读(170) 评论(0) 推荐(0) 编辑

Oracle 单实例 迁移到 RAC 实例 -- 使用RMAN 异机恢复

摘要: Oracle 官网有关单实例迁移到RAC的一个步骤说明: How to Convert 10g Single-Instance database to 10g RAC using Manual Conversion procedure [ID 747457.1] http://blog.csdn.net/tianlesoftware/archive/2010/12/09/6065903.aspx RMAN 备份异机恢复 并创建新DBID http://blog.csdn.net/tianlesoftware/archive/2011/03/11/6240983.aspx一. 大致操作步骤如下: 阅读全文

posted @ 2011-05-19 16:19 spring3mvc学习笔记 阅读(260) 评论(0) 推荐(0) 编辑

2011年5月18日

How to Convert a Single-Instance ASM to Cluster ASM [ID 452758.1]

摘要: Applies to: Oracle Server - Enterprise Edition - Version: 10.2.0.1 to 11.1.0.6Information in this document applies to any platform.GoalThis document describes the procedures for converting from Oracle ASM 10g single-instance to Oracle Real Application Clusters (RAC). SolutionTo convert a single-inst 阅读全文

posted @ 2011-05-18 15:38 spring3mvc学习笔记 阅读(149) 评论(0) 推荐(0) 编辑

2011年5月16日

Upon startup of Linux database get ORA-27102: out of memory Linux-X86_64 Error: 28: No space left on device

摘要: Upon startup of Linux database get ORA-27102: out of memory Linux-X86_64 Error: 28: No space left on device [ID 301830.1]Applies to: Oracle Server - Enterprise Edition - Version: 9.2.0.4 to 11.2.0.2 - Release: 9.2 to 11.2Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opteron Architecture)x86 6 阅读全文

posted @ 2011-05-16 17:28 spring3mvc学习笔记 阅读(604) 评论(0) 推荐(0) 编辑

2011年5月12日

Oracle RAC ASM 实例 从10.2.0.1 升级到 10.2.0.4 说明

摘要: 一. 说明在官网看到一篇ASM 升级的文档,如下: How To Upgrade ASM from 10.2 to 11.1 (RAC) http://blog.csdn.net/tianlesoftware/archive/2011/04/25/6362083.aspx Unable To Open Database After ASM Upgrade From Release 11.1 To Release 11.2 http://blog.csdn.net/tianlesoftware/archive/2011/04/25/6362184.aspxRAC 下数据库的升级参考: Redha 阅读全文

posted @ 2011-05-12 23:31 spring3mvc学习笔记 阅读(346) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 57 下一页

导航