Prompt
Last updated
Last updated
Transformation for this command is pending
The
PROMPT
command sends the specified message or a blank line to the user's screen. If you omit a text,PROMPT
displays a blank line on the user's screen. (Oracle SQL Plus User's Guide and Reference)
PRO[MPT] [text]
!print [text]
The PROMPT
command is replaced by the !print
command.
This case is functionally equivalent.
PROMPT
PROMPT text
PROMPT db_link_name = "&1"
!print
!print text
!print db_link_name = "&1"
No Known Issues
No related EWIs.