Content deleted Content added
m →Command types: #* -{{samp}} |
|||
Line 7:
# [[PL/SQL]] blocks
# SQL*Plus internal commands, for example:
#
#
# Comments
# External commands prefixed by the ! char
Line 20:
where the Oracle user <code>scott</code> has the password <code>tiger</code>. SQL*Plus then presents a prompt with the default form of:
Interactive use can then start by entering a SQL statement (terminated by a semicolon), a PL/SQL block, or another command. For example:
|