DBE_SQL_UTIL.create_remote_hint_sql_patch
create_remote_hint_sql_patch creates hint SQL patches on a specified CN and returns whether the execution is successful, as described in Table 1.
Only the initial user, sysadmin, opradmin, and monadmin have the permission to call it.
| Parameter | Type | Description |
|---|---|---|
| node_name | IN text | Destination node name. |
| patch_name | IN name | Patch name. |
| unique_sql_id | IN bigint | Global unique ID. |
| hint_string | IN text | Hint text. |
| 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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.