Hello!
When we go to a trace tab after execution of the statement we can see that PSD runs such query for EVERY line of trace (table plsql_trace_events):
It is extremally slow
Thank you
When we go to a trace tab after execution of the statement we can see that PSD runs such query for EVERY line of trace (table plsql_trace_events):
SQL:
select text from sys.dba_source
where type = :unit_type
and owner = :unit_owner
and name = :unit_name
and line = :unit_line
It is extremally slow
Thank you