Updated on 2024-06-03 GMT+08:00

DBE_SQL_UTIL.show_sql_patch

show_sql_patch is a function used to display the SQL patch corresponding to a specified patch name and return the running result, as described in Table 1.

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

Table 1 DBE_SQL_UTIL.show_sql_patch input parameters and return values

Parameter

Type

Description

patch_name

IN name

Patch name.

unique_sql_id

OUT bigint

Global unique ID.

enabled

OUT bool

Determines whether the patch takes effect.

abort

OUT bool

Determines whether the value is AbortHint.

hint_str

OUT text

Hint text.