WARNING: This web is not used anymore. Please use PDBService.SQLTraceAnalysis instead!
 

SQL Trace Access and Analysis: OraSRP

This page shortly describes a package to deploy and analyze SQL trace files for DBAs and developers. This package is a valid alternative to the simpler approach: sql trace + tkprof + mail results.

Package overview

Orasrp, a freeware package written in python (by Egor Starostin) with following goals:
  • publish trace files for access via a web browsers
  • process sql trace files (see event 10046 and/or DBMS_MONITOR for more info on how to activate sql tracing)
  • advanced analysis of sql trace files (more advanced than tkprof, for example)

Sample Orasrp setup

  1. Download the software (see below for binary and python source versions)
  2. unzip under $HOME/scripts/orasrp
  3. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/scripts/orasrp; export PATH=$PATH:$HOME/scripts/orasrp
  4. (optional) create password-authenticated user
    • cd to the UDUMP directory. Example: cd /ORA/dbs00/oracle/admin/DBNAME/udump
    • create user (optional) . Example: htpasswd -c .htpasswd luca
    • run orasrp listening on a chosen port. optionally define a keyword on the trace files. Example:
nohup orasrp -d $PWD --port 2502 --pattern=luca    &
  • Note: on RAC orasrp should be run on multiple nodes
    Note: different port numbers can be used to run orasrp simultaneously for different users.
    Note: add --htpasswd to the command line enforce user/pass authentication

Instructions to get started:

  • the session parameter tracefile_identifier is needed to add the pattern defined above to the trace files. Example: alter session set tracefile_identifier='luca';
  • activate sql tracing trace. Example: exec dbms_monitor.SESSION_TRACE_ENABLE;
  • point a browser to htp://webserver:port (2502 in the example above). For rac multiple sessions are needed, one for each node.

Download from these links:

Topic attachments
I Attachment History Action Size Date Who Comment
Compressed Zip archivezip orasrp-linux.zip r1 manage 1219.7 K 2006-05-03 - 17:14 LucaCanali ORASRP, SQL trace analyzer, binary version for Linux
Compressed Zip archivezip orasrp-src.zip r1 manage 30.1 K 2006-05-03 - 17:14 LucaCanali ORASRP, SQL trace analyzer, python source
Compressed Zip archivezip orasrp-windows.zip r1 manage 1514.5 K 2006-06-05 - 11:15 LucaCanali ORASRP, SQL trace analyzer, binary version for Windows
Edit | Attach | Watch | Print version | History: r10 < r9 < r8 < r7 < r6 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r10 - 2007-02-16 - LucaCanali
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    PSSGroup All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback