zoukankan      html  css  js  c++  java
  • REAL-TIME SQL MONITORING REPORT

    set trimspool on set trim on set pagesize 0 set linesize 32767 set long 1000000 set longchunksize 1000000 spool sqlmon_active.html select dbms_sql_monitor.report_sql_monitor( sql_id=>'1n482vfrxw014',type=>'active') from dual; spool off

    set trimspool on set trim on set pagesize 0 set linesize 32767 set long 1000000 set longchunksize 1000000 More Information on Real-Time SQL Monitoring can be found in the following documentation: • Oracle Database 12c: Database SQL Tuning Guide • Oracle Database 12c: Database PL/SQL Packages and Types Reference • Oracle Database 11g: Real-Time SQL Monitoring (oracle.com) CONNECT WITH US blogs.oracle.com/in-memory facebook.com/oracle twitter.com/db_inmemory oracle.com FOR MORE INFORMATION Contact: 1.800.ORACLE1 ORACLE BRIEF Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. 0116 spool sqlmon_active.html select dbms_sql_monitor.report_sql_monitor(type=>'active') from dual; spool off

  • 相关阅读:
    二叉树的层序遍历-102
    剑指offer 06 从尾到头打印链表
    替换空格:剑指offer05
    面试题16.11.跳水板----leetcode
    JVM——垃圾回收
    新生代Eden与两个Survivor区的解释
    JVM 1.8 永久代---元空间 的变动
    Git拉取项目避坑
    python-装饰器
    python-Queue
  • 原文地址:https://www.cnblogs.com/yaoyangding/p/13477245.html
Copyright © 2011-2022 走看看