Hi again :)
I'm trying to execute a PL/SQL script but script executor is throwing a unexpected error.
The test script is this (extracted from oracle site)
DECLARE
l_message VARCHAR2 (100) := 'Hello World!';
BEGIN
DBMS_OUTPUT.put_line (l_message);
END;
The result is:

The same block runs fine on toad and sqldeveloper.
Thanks in advance!
Hi again :)
I'm trying to execute a PL/SQL script but script executor is throwing a unexpected error.
The test script is this (extracted from oracle site)
DECLARE
l_message VARCHAR2 (100) := 'Hello World!';
BEGIN
DBMS_OUTPUT.put_line (l_message);
END;
The result is:

The same block runs fine on toad and sqldeveloper.
Thanks in advance!