Updated on 2024-08-20 GMT+08:00

DBE_SQL_UTIL.create_abort_sql_patch

create_abort_sql_patch is a function used to create abort SQL patches. It returns whether the execution is successful, as described in Table 1.

Only the initial user, sysadmin, opradmin, and monadmin have the permission to call this API.

Table 1 DBE_SQL_UTIL.create_abort_sql_patch input parameters and return values

Parameter

Type

Description

patch_name

IN name

Patch name.

unique_sql_id

IN bigint

Global unique ID.

description

IN text

Patch description. The default value is NULL.

enabled

IN bool

Specifies whether the patch takes effect. The default value is true.

result

OUT bool

Specifies whether this operation is successful.