Performance issue SQL Window v.11.0.3.1770

Benjamin L

Member²
When i use large SQLs, SQL window react's extrem slow on any keyboard interaction.
In 10.0.5.1710 reaction is fast.

For example, created a large with statement and try to type any SQL after this.

WITH x AS(
SELECT 1 val FROM DUAL UNION ALL
SELECT 2 FROM DUAL UNION ALL
SELECT 3 FROM DUAL UNION ALL
...
) Select * from x

In my case the with-part has abaout 2000 lines.

 
Can you go to Tools > Preferences > Editor and disable the "Highlight parentheses" option, and try again?
 
Back
Top