Name

EXIT

Synopsis

EXIT [SUCCESS | FAILURE | WARNING | n | variable [COMMIT | ROLLBACK]

Commits all pending transactions (unless AUTOCOMMIT is set to OFF), passes a return code to the operating system, and exits SQL*Plus.

SUCCESS

Exits normally with a return code indicating success. This is the default.

FAILURE

Exits with a return code indicating failure.

WARNING

Exits with a return code indicating a warning.

n

Exits with a specific numeric return code.

variable

Exits with a user-defined or system variable whose value will be used as the return code.

COMMIT

Commits pending changes to the database before exiting.

ROLLBACK

Rolls back pending changes before exiting.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset