TRCANLZR (TRCA): SQL_TRACE/Event 10046 Trace File Analyzer - Tool for Interpreting Raw SQL Traces (NO LONGER SUPPORTED - Use SQLTXPLAIN sqltrcanlzr.sql)
(Doc ID 224270.1)
Last updated on MAY 09, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 9.2.0.1 and laterGen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.
Purpose
Trace Analyzer, also known as TRCANLZR or TRCA, is depracated tool provided by Oracle Server Technologies Center of Expertise - ST CoE. TRCA inputs one or several SQL trace(s) generated by Event 10046 and outputs a diagnostics report in two formats (html and text). These reports are commonly used to diagnose processes performing poorly.
The functionality provided by TRCANLZR is now included in SQLTXPLAIN as a script sqltrcanlzr.sql. A standalone installation of TRCANLZR is not supported.
TRCA identifies expensive SQL out of the provided trace(s), then it connects to the database and collects their explain plans, Cost-based Optimizer CBO statistics, metadata, configuration parameters, and similar elements that influence the performance of the process being analyzed.
For best output results TRCA must be installed and used in the same system and database where the trace is generated. Understanding that installing TRCA in a production system is not always possible, TRCA is capable of analyzing a trace using a different system.Refer to the included instructions for details.
Troubleshooting Steps
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Troubleshooting Steps |
Discuss TRCANLZR Installation Issues! |
References |