November 2004
Intermediate to advanced
584 pages
15h 29m
English
SET TIME — Not available in iSQL*Plus
The TIME setting controls whether SQL*Plus displays the current time with each command prompt.
SET TI[ME] {OFF | ON}Is the command, which may be abbreviated SET TI.
Keeps the time from being displayed with the prompt. This is the default setting.
Causes the time to be displayed as part of each prompt.
The following example shows the effect of issuing a SET TIME ON command:
SQL> SET TIME ON
22:44:41 SQL>Read now
Unlock full access