SET TIMING ON|OFF;
Switches display of the time needed for execution of a SQL statement on or off.
SQL_EXA> set timing on;SQL_EXA> create table tx(a DECIMAL);
Timing element: 1
Elapsed: 00:00:00.313