Enables or disables echoing of user input to the standard output file.
Scope |
 |
SQLAudit Only
SQLAudit Syntax |
 |
SQLAudit >> SE[T] ECHO_[ALL] { OFF ON } SQLAudit >> SE[T] ECHO_[ALL] Option setting (OFF/ON) >> { OFF ON }
Parameters |
 |
- OFF or ON
respond OFF to disable echoing your input to the standard output;
respond ON to enable echoing your input to the standard output.
Description |
 |
This command is used to enable or disable echoing of user input to the
standard output file. This option is primarily useful in executing
commands from a batch script or job stream.
OFF or ON can be entered as part of the command line, or they can be
entered in prompt mode.
The default setting for this option is OFF (user input will not be echoed
to the standard output file).
Authorization |
 |
No authorization is required to use this command.
Example |
 |
SQLAudit >> set echo_all on
SQLAudit >> set echo_all
Option setting (OFF/ON) >> off
SQLAudit >>
|