Frank Menne
Member
Hello !
I often use the Profiler function in the
PL/SQL Developer. Very good tuning tool.
Im my Projects I very often use Dynamic SQL.
So a huge amount of processing time is spent
in the DBMS_SQL module. But this information
is rather useless for me. I need the content
of the dynamic statement or at least the line
in my own procedure which causes the dynamic
statement.
Any Idea how to get this information / how to
modify my code, etc... ???
I often use the Profiler function in the
PL/SQL Developer. Very good tuning tool.
Im my Projects I very often use Dynamic SQL.
So a huge amount of processing time is spent
in the DBMS_SQL module. But this information
is rather useless for me. I need the content
of the dynamic statement or at least the line
in my own procedure which causes the dynamic
statement.
Any Idea how to get this information / how to
modify my code, etc... ???