Defines the current editor.
Scope |
 |
SQLAudit Only
SQLAudit Syntax |
 |
SQLAudit >> SE[T] ED[ITOR] EditorName SQLAudit >> SE[T] ED[ITOR] Editor Name or // to STOP command >> EditorName
Parameters |
 |
- EditorName
Name of the editor which you wish to use.
Description |
 |
This command is used to define the current editor to be used by
SQLAudit. The current editor can then be invoked by using the EDITOR
command.
The default setting for this option is /usr/bin/vi.
Authorization |
 |
No authorization is required to use this command.
Example |
 |
SQLAudit >> set editor /bin/ed
SQLAudit >> set editor
Current Editor: /bin/ed
Enter Editor Name or '//' to keep current Editor
Editor Name or '//' to STOP command >> /usr/bin/vi
Current Editor: /usr/bin/vi
SQLAudit >>
|