spool c:\test.log; set termout off; set echo on; TIMING START test1; ALTER TABLE test MODIFY ( a not null, b not null ); COMMIT; TIMING STOP test1; spool off; /