Whenever oserror

Transformation for this command is pending

Description

The WHENEVER OSERROR command Performs the specified action (exits SQL*Plus by default) if an operating system error occurs. (Oracle SQL Plus User's Guide and Reference)

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

Snowflake does not support the use of this command and does not have any that might resemble its functionality. At the time of transformation, an EWI will be added.

1. Whenever oserror command

Oracle

WHENEVER OSERROR EXIT

SnowSQL (CLI Client)

-- ** MSC-WARNING - MSCEWI3... - THE SQL*PLUS COMMAND IS NOT CURRENTLY SUPPORTED BY SNOWFLAKE. **
--WHENEVER OSERROR EXIT

The code for the EWI is not defined yet.

Known Issues

No Known Issues.

No related EWIs.

Last updated