Chinaunix首页 | 论坛 | 博客
  • 博客访问: 508307
  • 博文数量: 101
  • 博客积分: 1635
  • 博客等级: 上尉
  • 技术积分: 1282
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-05 01:51
文章分类

全部博文(101)

文章存档

2019年(2)

2018年(16)

2013年(14)

2012年(69)

我的朋友

发布时间:2018-10-23 11:29:47

++++++++++session1++++++++++++SQL> oradebug setmypidStatement processed.SQL> oradebug event 10046 trace name context forever,level 12;Statement processed.SQL> alter database open;Database altered.SQL> oradebug close_traceStatement processed.SQL> oradebug tracefile_name/u01/app/oracle/d.........【阅读全文】

阅读(1987) | 评论(0) | 转发(0)

发布时间:2018-10-22 13:32:47

启动到nomount状态startup nomount;查看后台的核心进程 ps -ef|grep -v grep|grep ora_跟踪后台核心进程strace -fr -o /tmp/10552.log -p 10552 --dbw0strace -fr -o /tmp/10554.log -p 10554 --lgwrstrace -fr -o /tmp/10556.log -p 10556 --ckptstrace -fr -o /tmp/10558.log -p 10558 --smonstrace -fr -o.........【阅读全文】

阅读(2051) | 评论(0) | 转发(0)

发布时间:2018-10-18 11:21:01

oradebug setmypidALTER SESSION SET EVENTS 'immediate trace name controlf level 3';oradebug close_traceordebug tracefile_name***************************************************************************DATABASE ENTRY***************************************************************************&.........【阅读全文】

阅读(1816) | 评论(0) | 转发(0)

发布时间:2018-10-16 13:19:38

 *** 2015-09-06 14:59:44.702DUMP OF CONTROL FILES, Seq # 3181 = 0xc6d V10 STYLE FILE HEADER:        Compatibility Vsn = 186647552=0xb200400 --:表示具体的版本号 11.2.0.4        Db ID=2293327052=0x88b164cc, Db Name='ORACLEOG':表示数据库的dbid号&.........【阅读全文】

阅读(2532) | 评论(0) | 转发(0)

发布时间:2018-10-15 10:08:57

在oracle中存在很多种scn,但是,只有如下几种是我们比较关注的。commit scn/cleanout scndatabase scn/on disk scn/thread scn/datafile checkpoint scn/start scnoffline scn/online scnresetlogs scnstop scnlow/high scn下面我们通过实验来展示,描述上述几种scn:++++++commit scn/cleanout scnSQL> create t.........【阅读全文】

阅读(5874) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册