REQ - Pl/Sql Beautifier on SQL Text in Sessions Window

RobSteward

Member²
As the title suggests, I think it would be helpful if you could auto apply the Pl/Sql Beautifier to the SQL Text window in the Sessions Window. Even with the below query i have some statements that show up as one line.

select sql_text from v$sqltext_with_newlines
where address = hextoraw(:sql_address)
and hash_value = :sql_hash_value
order by piece
/* concatenate */

I also would like to see Syntax Highlighting if possible.
 
Back
Top