Re: What happened to SQL*Developer SQL Formatter?

  • From: John Thomas <jt2354@xxxxxxxxx>
  • To: elmaris@xxxxxxxxx, gogala.mladen@xxxxxxxxx
  • Date: Thu, 05 Nov 2015 09:21:09 +0000

Doesn't work well though.

trailing / left hanging and long lines in SELECT or WHERE clause are not
broken up so they are readable.

I like the plain and simple
FUNCTION
(
FUNC2
(
column_name
)
)

... but have found no way of configuring SQL Dev formatter to do this. For
example, the CASE statements are OK, but what happened with the functions
on the SELECT list?

SELECT end_time, wait_class#, (time_waited_fg)/(intsize_csec/100), (
time_waited) /(intsize_csec/100), 0
FROM v$waitclassmetric
UNION ALL
SELECT end_time, -1, SUM(
CASE
WHEN metric_name = 'CPU Usage Per Sec'
THEN value
ELSE 0
END) fg, SUM(
CASE
WHEN metric_name = 'Background CPU Usage Per Sec'
THEN value
ELSE 0
END) bg, SUM(
CASE
WHEN metric_name = 'Average Active Sessions'
THEN value
ELSE 0
END) dbt
FROM v$sysmetric
WHERE group_id = 2
AND metric_name IN ('Background CPU Usage Per Sec', 'CPU Usage Per Sec',
'Average Active Sessions')
GROUP BY end_time
ORDER BY end_time, wait_class# /

Regards

John

On Thu, 5 Nov 2015 at 07:08 Maris Elsins <elmaris@xxxxxxxxx> wrote:

Hi,

It' s still there in SQL Developer 4.x, you can find it by right-clicking
the SQL text in the SQL sheet or hitting Ctrl+F7.


---
Maris Elsins
@MarisElsins <https://twitter.com/MarisElsins>
www.facebook.com/maris.elsins



On Thu, Nov 5, 2015 at 7:56 AM, Mladen Gogala <gogala.mladen@xxxxxxxxx>
wrote:

In version 3.x, there was a SQL Formatter in the "Edit" menu. One
keystroke would reformat horribly tangled SQL monsters. In the version 4.x,
this very useful feature is gone. Why was that done? Who decided to throw
this out and why?
Regards

--
Mladen Gogala
Oracle DBA
http://mgogala.freehostia.com

--
//www.freelists.org/webpage/oracle-l




Other related posts: