码迷,mamicode.com
首页 >  
搜索关键字:oradebug    ( 26个结果
【ORACLE】DUMP转储 redo log , undo段及table段
1.1 使用oradebug --启动任务 oradebug setmypid --设置dump文件的名称标示 alter session set tracefile_identifier=undo --查看dump文件 SQL> oradebug tracefile_name; c:\opt\oracle\product\10.2.0\admin\rundb\udump\rundb...
分类:数据库   时间:2015-01-30 15:57:27    阅读次数:278
使用 10046 查看执行计划并读懂 trace 文件
查看 sql 执行计划的方法有许多种, 10046 事件就是其中的一种. 与其他查看 sql 执行计划不同, 当我们遇到比较复杂的 sql 语句, 我们可以通过 10046 跟踪 sql 得到执行计划中每一个步骤的逻辑读, 物理读以及花费的时间等. 这种细粒度的跟踪对于我们分析 sql 性能尤其有用. 一般来说, 使用 10046 事件得到 sql 执行计划的步骤如下: 1. 激活当前 s...
分类:其他好文   时间:2014-12-20 12:58:15    阅读次数:323
oradebug推进scn
有时候我们遇到如下错误: ORA-01092: ORACLE instance terminated. Disconnection forced ORA-00600: internal error code, arguments: [2662], [0], [5685940], [0], [5685970], [4194432], [], [], [], [], [], [] Process I...
分类:其他好文   时间:2014-11-11 12:43:16    阅读次数:264
数据文件offline 时oracle 干了那些事?
SQL> oradebug setmypid Statement processed. SQL> oradebug unlimit Statement processed. SQL>  oradebug event 10046 trace name context forever ,level 12; Statement processed. SQL> alter database ...
分类:数据库   时间:2014-09-30 13:29:39    阅读次数:359
手动模拟获取latch
手动模拟获取latch 随意dump一个latches结构文件: SQL> oradebug dump latches 10 ORA-00074: no process has been specified SQL> oradebug setmypid Statement processed. SQL> oradebug dump latches 10 Statement pro...
分类:其他好文   时间:2014-06-11 06:25:18    阅读次数:328
sqlplus中使用oradebug定位 alter session 10046事件产生的trace文件
[root@HXZG~]#su-oracle [oracle@HXZG~]$sqlplus/assysdba SQL>select*fromv$version BANNER ------------------------------------------------------------------------------------------- OracleDatabase11gEnterpriseEditionRelease11.2.0.3.0-64bitProduction PL/SQL..
分类:数据库   时间:2014-06-02 04:13:34    阅读次数:299
26条   上一页 1 2 3
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!