温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

怎样去 trace sql*net

发布时间:2020-07-26 13:23:11 来源:网络 阅读:230 作者:心神cgr 栏目:关系型数据库
怎样去 trace sql*net 
在sqlnet.ora中添加如下参数
TRACE_LEVEL_CLIENT=16
TRACE_DIRECTORY_CLIENT=/oracle/app/product/11.2.0/db/network/admin
TRACE_FILE_CLIENT=client
TRACE_UNIQUE_CLIENT=ON
TRACE_TIMESTAMP_CLIENT=ON

产生的文件位于
$ORACLE_BASE/diag/client/user_oracle/host_$NUMBER/trace

使用trcasst 分析sql*net的trace文件
[oracle@11g trace]$ trcasst -h   

Trace Assistant Utility: Version 11.2.0.3.0 Production on March 2, 2019 12:11:11 AM

Copyright (c) 2001, 2011, Oracle.  All rights reserved.


TNS-04301: Trace Assistant Usage error: Invalid options. 

Usage : trcasst [options] <filename> 
      [options]  default values are -odt -e0 -s
      <filename>  always last argument
    -o[c|d][u|t][q]  Net Services and TTC information
      [c]  Summary of Net Services information
      [d]  Detailed Net Services information
      [u]  Summary of TTC information
      [t]  Detailed TTC information
      [q]  SQL commands (used together with u)
    -s  Statistics 
    -e[0|1|2]  Error information, default is 0
      [0]  Translate NS error numbers
      [1]  Error translation
      [2]  Error numbers without translation
    -l[a|i <connection_id>]  Connection information
      [a]  List all connections in a trace file
      [i <connection_id>]  Decode a specified connection


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI