Host
Last updated
Last updated
Transformation for this command is pending
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>
This case is functionally equivalent.
The HOST
command is replaced by the !system
command.
HOST dir *.sql
!system dir *.sql
No Known Issues.
No related EWIs.