zoukankan      html  css  js  c++  java
  • sqlhc.sql使用

    INSTRUCTIONS

    1. Login to the database server and set the environment used by the Database Instance
    2. Download the "sqlhc.zip" archive file from the top of this document and extract the contents to a suitable directory/folder
    3. Connect into SQL*Plus as SYS, a DBA account, or a user with access to Data Dictionary views and simply execute the "sqlhc.sql" script. It will request to enter two parameters:

      1. Oracle Pack License (Tuning, Diagnostics or None) [T|D|N] (required)
        If site has both Tuning and Diagnostics licenses then specify T (Oracle Tuning pack includes Oracle Diagnostics)

      2. A valid SQL_ID for the SQL to be analyzed.  

    For Example:

    # sqlplus / as sysdba
    SQL> START sqlhc.sql "T" djkbyr8vkc64h
  • 相关阅读:
    开发入门
    Web开发的四个域
    JSP语法
    JSP入门
    变量的作用范围
    面向对象
    C#编译执行过程
    css3的渐变、背景、过渡、分页
    css3选择器总结
    css3基础选择器
  • 原文地址:https://www.cnblogs.com/yaoyangding/p/15725768.html
Copyright © 2011-2022 走看看