see "Explain Plan Window bug" from 09-05-2007 09:26.
In the middle of a package I select the following:
and then F5. The Explain Plan Window appears with a error.
The "INTO l_count" is outcommented badly.
In the middle of a package I select the following:
Code:
WITH t1 AS (SELECT * FROM dual)
SELECT COUNT(*)
INTO l_count
FROM t1
;
The "INTO l_count" is outcommented badly.