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

  • 相关阅读:
    multer实现图片上传
    multer使用
    前端常用网址收集
    MySQL连表查询
    express相关操作
    小程序多列选择器的使用
    给小程序picker添加年月日时分秒
    DB中的null在js中的显示结果
    IDEA快捷键
    springboot导jar包并部署运行
  • 原文地址:https://www.cnblogs.com/yaoyangding/p/13477245.html
Copyright © 2011-2022 走看看