Claus Pedersen
Member³
When I execute program code that genereates output by calling dbms_output.put_line it seems to be very slow when I connect to remote databases (for instance via VPN).
The program unit finishes as normal and PLD reports the elapsed time, but the hour glass is still active and the program first responds to user input again when all lines have been sent to output.
This could sometimes take several minutes when the amount of output exceeds a couple of hundred lines.
SQL*Plus does the job considerably faster. Is this problem related to PLD or does the source of the problem lie elsewhere?
The program unit finishes as normal and PLD reports the elapsed time, but the hour glass is still active and the program first responds to user input again when all lines have been sent to output.
This could sometimes take several minutes when the amount of output exceeds a couple of hundred lines.
SQL*Plus does the job considerably faster. Is this problem related to PLD or does the source of the problem lie elsewhere?