SQL_OUTLINE
Records statement plan information. After planmgmt_options is set, sql_hash and plan_hash are generated for statements that meet conditions and plans are saved to this system catalog.
- This system catalog's schema is dbms_om.
- This system catalog cannot be modified or deleted externally. Otherwise, functions related to plan management may be abnormal.
- The system catalog cannot clear itself automatically. When you enable auto-extracting and saving outlines through plan management, monitor the catalog's usage carefully. This prevents cluster issues due to high space consumption.
|
Column |
Type |
Description |
|---|---|---|
|
outine_name |
Text |
Name of an outline. The value starts with outline_. |
|
sql_hash |
Text |
sql_hash of the actual SQL statement that generates the plan. The value starts with sql_. |
|
plan_hash |
Text |
plan_hash of the plan. The value starts with plan_. |
|
create_time |
Timestamp with time zone |
Time when the outline is generated. |
|
outline_version |
Numeric |
Version number of the outline.
NOTE:
The supported hint types vary depending on the outline version. The details are as follows:
|
|
outline |
Text |
Outline string automatically generated by the plan. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot