Version History
See whats new in SQLGate!
SQLGate for Oracle Developer 10.3.1.0
2025.11.04
Improvements
- Improved execution of PL/SQL blocks even if the last character is "/" and not after a newline.
The example below is executable.declare
begin
DBMS_OUTPUT.PUT_LINE('SQLGate for Oracle');
end;/
