全部博文(101)
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间:2018-10-18 11:21:01
oradebug setmypidALTER SESSION SET EVENTS 'immediate trace name controlf level 3';oradebug close_traceordebug tracefile_name***************************************************************************DATABASE ENTRY***************************************************************************&.........【阅读全文】
发布时间: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号&.........【阅读全文】
发布时间: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.........【阅读全文】