Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Syed Saad Ali

Oracle ACE Pro

Oracle Solution Architect

Oracle E-Business Suite

Oracle Cloud Infrastructure

Oracle Fusion Middleware

Oracle Database Administration

Oracle Weblogic Administration

Blog Post

Tkprof – Convert Trace .trc to Readable

Tkprof – Convert Trace .trc to Readable

Tkprof – Convert Trace .trc to Readable 

 

tkprof <file.trc> <file.tkprof> explain=<apps_user>/<pswd>

Where,

  •  tkprof: is command
  • <file.trc>: is file name of trace file with location (if currently not in same directory)
  • <file.tkprof>: is output file name
  • explain= <apps_user>/<pswd>: provide apps user name and password.

Example:

  • tkprof /tmp/oracle.trc /tmp/output.tkprof explain=apps/****

 

 

Related Posts
Write a comment