SET STATs
SET STATs [ON | OFF]
This command determines whether isql displays various statistics about each SQL command executed.As usual, failing to pass a parameter results in the current setting being toggled.
This command is independent of the [isql-set-per-table-stats] command.
SQL> set stats on;
SQL> select count(*) from employee;
COUNT
=====================
42
Current memory = 19570960
Delta memory = 0
Max memory = 19652528
Elapsed time = 0.001 sec
Buffers = 2048
Reads = 0
Writes = 0
Fetches = 48