Oracle PL/SQL Tutorial/SQL PLUS Session Environment/prompt
prompt This is a demonstration.
SQL>
SQL> pause Hit the [Enter] key...
Hit the [Enter] key...
SQL> accept x number -
> prompt "Enter a value for x: "
Enter a value for x:
SQL> define x
DEFINE X = 0 (NUMBER)
SQL>