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.
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.