zabel-xyz / plsql-language

plsql-language for vscode
MIT License
78 stars 28 forks source link

DBMS_OUPUT.PUT_LINE on Run #84

Closed raskyer closed 4 years ago

raskyer commented 4 years ago

Hello,

I've configure my Oracle DB Connection and I have a PL/SQL script that contains some : DBMS_OUTPUT.PUT_LINE('...');

But in the ouput I can't find those lines. Is it normal ? Is there a way to display them ?

{"install":"OracleDB already installed","init":"oracleDB work"} {}

Thanks !