DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: trace file

  1. #1
    Join Date
    Feb 2000
    Posts
    142
    Hi,
    I wnted to know what exactly does a trace file do? Does it only report errors? Please help.

    Thanks.

  2. #2
    Join Date
    Aug 2001
    Posts
    390
    you can backup the controlfile to trace for recovery purpose

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Typically, when you are talking about a trace file, you are talking about a SQL Trace. The Trace file will contain the queries being executed as well as timing information. To view this trace file in a readable format, you will probably use tkprof.
    Jeff Hunter

  4. #4
    Join Date
    Feb 2000
    Posts
    142
    I have a trace file which I was asked to look at. I am not sure for what.
    Does it show any errors?


  5. #5
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    No, typically a SQL Trace file will not show errors.
    Jeff Hunter

  6. #6
    Join Date
    Feb 2000
    Posts
    142
    then what does it show?

  7. #7
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    The Trace file will contain the queries being executed as well as timing information. To view this trace file in a readable format, you will probably use tkprof.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width