Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
  Phone
  252-431-0050
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

    Privacy Policy

 

 
 

How to enable SQLNET.ORA tracing 

Article by Rampant Author Brian Carr

  1. Make a directory on the client machine called c:\trace
  2. Add the following lines to the sqlnet.ora file on the client:
    • trace_level_client = 16
    • trace_file_client = cli
    • trace_directory_client = c:\trace
    • trace_unique_client = on
    • trace_timestamp_client = on
    • trace_filelen_client = 100
    • trace_fileno_client = 2
    • log_file_client = cli
    • log_directory_client = c:\trace\log
    • tnsping.trace_directory = c:\trace\trace
    • tnsping.trace_level = admin
  3. When you are finished be sure to remove the lines from the sqlnet.ora file.

Note: Ensure the C:\ drive on the client machine has sufficient free space.

 

 

 

   

 Copyright © 1996 -2011 by Burleson Enterprises. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks