When defining and triggering the following Code Template, the Variables dialog is displayed, prompting for a value for “:”.
When I confirm the dialog, I get a warning: Parameter ‘’ not found
Can you reproduce this?
BEGIN
FOR c IN (
**
)
LOOP
NULL;
END LOOP;
dbms_output.put_line( ': ’ );
END;