A script-enabled browser is required for this page to function properly.

EXEC_SQL predefined built-in exceptions

Procedure/Exception/Function

Description

EXEC_SQL.INVALID_CONNECTION

An invalid connection handle is passed.

EXEC_SQL.PACKAGE_ERROR

Any general error. Use EXEC_SQL. LAST_ERROR_CODE and EXEC_SQL.LAST_ERROR_MESG to retrieve the error.

EXEC_SQL.INVALID_COLUMN_NUMBER

The EXEC_SQL.DESCRIBE_COLUMN procedure encountered a column number that does not exist in the result set.

EXEC_SQL.VALUE_ERROR

The EXEC_SQL.COLUMN_VALUE encountered a value that is different from the original value retrieved by EXEC_SQL.DEFINE_COLUMN.

See also

About the EXEC_SQL built-in package

EXEC_SQL built-in package

EXEC_SQL built-in package examples

Changing the primary database connection

Connection and cursor handles

Copying data between two databases

Retrieving result sets from queries or non-Oracle stored procedures

About built-in packages