how to analyze a trc file for ORA-1000 (maximum open cursors exceeded)
Hello all,
as described in Doc ID 18591.1 (https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=364048503278265&id=18591.1 ) I set
ALTER SYSTEM SET EVENTS '1000 trace name errorstack level 3';
to get I trace file when a session hits limit of open cursors.
Now I have a trace file with a lot of text... and now? [ As I want to learn something for myself, opening an SR is not an option :-) ]
What do I have to search for to find out which statement/operation/... caused the issue or had the most open cursors?