Add new comment
trc2sql.pl - Extract SQL Statements From Oracle 10046 Trace File
Submitted by dave on Fri, 10/14/2011 - 17:00
Purpose:
This Perl script will extract the SQL Statements out of an Oracle 10046 Trace File.
Usage:
trc2sql.pl < input.trc > output.sql
Source Code
GitHub Link : trc2sql.pl