SQLTXPLAIN (SQLT - sqltrcanlzr.sql) bug?
Hi Everyone!
I hope I'm writing to the good place. In the days I started to use the features of the SQLT, mainly the sqltrcanlzr.sql for create readable output from *.trc files.
During the analyzation I found some ORA errors and lot of them are connected to TRCA$P.sql:2999 (parse_STAT) procedure.
The STAT lines look like:
STAT #140506762219232 id=1 cnt=1 pid=0 pos=1 obj=95 op='TABLE ACCESS BY INDEX ROWID VIEW$ (cr=3 pr=0 pw=0 str=1 time=26 us cost=2 size=8 card=1)'
in my case, and the mentioned procedure didn't prepared for this situation when the line contains str=1 part. Should I modify any config? Is this still supported?