Recent content by VladislavsJ

  1. V

    OUT OF MEMORY select * from my_table.

    select * from my_table; By default trying to fetch all records from table. If there are a lot of records in my_table -> you will receive OUT OF MEMORY error.
  2. V

    Character / in templates

    v.15.0.4.2064 Used workaround with 4 slashes, e.g. like: BEGIN NULL; END; // //
  3. V

    Character / in templates

    Hello! PL/SQL developer Version 14.0.6.1988 (64 bit) and also trying with Version 15.0.0.2047 Beta (64 bit) template looks like: BEGIN NULL; END; // BEGIN NULL; END; // ------------ Result is without 2nd slash: ------------ BEGIN NULL; END; / BEGIN NULL; END...
Back
Top