fork download
  1. declare
  2. begin
  3. name varchar(20):='dnyanu';
  4. dbms_output.put_line(name);
  5. end;
Success #stdin #stdout #stderr 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "declare": syntax error
Error: near line 4: near "dbms_output": syntax error
Error: near line 5: cannot commit - no transaction is active