Skip to content

PL/SQL DECLARE blocks parse support #445

@marco-sanjuan

Description

@marco-sanjuan

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:
image

The same block runs fine on toad and sqldeveloper.

Thanks in advance!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions