Host
Transformation for this command is pending
Description
The
HOST
command executes an operating system command without leaving SQL*Plus. (Oracle SQL Plus User's Guide and Reference)
HO[ST] [command]
!system <command>
1. Set with simple variable assignment
This case is functionally equivalent.
The HOST
command is replaced by the !system
command.
Oracle
HOST dir *.sql
SnowSQL (CLI Client)
!system dir *.sql
Known Issues
No Known Issues.
Related EWIs
No related EWIs.
Last updated