In some installations the context menu containing the Run utPLSQL test menu item is shown with a delay of some seconds.
The main contributor to the delay is the query on all_synonyms, which is executed more than once.
Short term solution is to use dba_synonyms when possible. Long term solution is provided by utPLSQL/utPLSQL#571, which makes the lookup of the utPLSQL schema unnecessary.
In some installations the context menu containing the
Run utPLSQL testmenu item is shown with a delay of some seconds.The main contributor to the delay is the query on
all_synonyms, which is executed more than once.Short term solution is to use
dba_synonymswhen possible. Long term solution is provided by utPLSQL/utPLSQL#571, which makes the lookup of the utPLSQL schema unnecessary.