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.
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...