SQL Plus - (EXIT|QUIT) command
About
Commits or rolls back all pending changes, logs out of Oracle, terminates SQL*Plus and returns control to the operating system.
Articles Related
Syntax
{EXIT|QUIT} [SUCCESS|FAILURE|WARNING|n|variable|:BindVariable] [COMMIT|ROLLBACK]
where:
the first block [SUCCESS|FAILURE|WARNING|n|variable|:BindVariable] define the
exit code that can be:
SUCCESS
FAILURE
WARNING
n: an integer
-
-
the second block [
COMMIT|ROLLBACK] defines the transaction termination action to do.