fork download
  1. BEGIN
  2. dbms_output.put_line('hello world');
  3. end;
  4. /ere
Success #stdin #stdout #stderr 0.01s 5280KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "dbms_output": syntax error
Error: near line 3: cannot commit - no transaction is active
Error: near line 4: near "/": syntax error