Idea v.4

AlienZzzz

Member²
Be Cool if i Can add in Test Windows My Tabs with Sql Queres.
Example, i create table a_logging and use pragma autonomous_transactions insert some debug or log values to this table.
and i create in test window my tab MyLogging, and i get RealTime Dbms_OutPut =))))

Can You Make this powerfull feature in next version
=)
 
Version 6.0 will include something similar. You can define your own SQL or PL/SQL "utilities" that can quickly be invoked for any session (not just the Test Window). The SQL result set or dbms_output (if any) will be displayed in a separate window.
 
And Can i Customize some color Sheme of queres///
example, select status from a_logging (in setup, i can set if status is 'OK' - row in white color,if status is 'ER' - row in red color)
 
Back
Top