HTP Output speedup request

Worker

Member³
In PL/SQL Developer version 16.0 you made DBMS Output faster by using bulk processing via dbms_output.get_lines. Can you please do something similar for HTP output as well by using htp.get_page instead of htp.get_line? Currently getting HTP output from a remote database is very slow.
 
Last edited:
That's great! I ran a test window that says "Executed in 0.065 seconds" but in 16.0.4 would then hang for 15 seconds. Now in 16.0.5 there is no hang and the HTP Output tab is immediately populated with the correct output.

Thank you!
 
Last edited:
Back
Top