Table of Contents

SQL Plus - WHENEVER OSERROR

About

Performs the specified action (exits SQL*Plus by default) if an operating system error occurs (such as a file writing error).

In iSQL*Plus, performs the specified action (stops the current script by default) and returns focus to the Workspace if an operating system error occurs.

See also SQL Plus - WHENEVER SQLERROR

Syntax

WHENEVER OSERROR 
    { 
    EXIT [SUCCESS|FAILURE|n|variable|:BindVariable] [COMMIT|ROLLBACK] 
    | 
    CONTINUE [COMMIT|ROLLBACK|NONE]
    }

where: