diff --git a/docs/user_manual/quick_starts/en-US/chapter_07_diagnosis_and_tuning/05_management_execution_plan.md b/docs/user_manual/quick_starts/en-US/chapter_07_diagnosis_and_tuning/05_management_execution_plan.md index f733e7197..49bf9101b 100644 --- a/docs/user_manual/quick_starts/en-US/chapter_07_diagnosis_and_tuning/05_management_execution_plan.md +++ b/docs/user_manual/quick_starts/en-US/chapter_07_diagnosis_and_tuning/05_management_execution_plan.md @@ -1336,7 +1336,7 @@ CREATE [OR REPLACE] OUTLINE ON ; WHERE col1 = 4 AND col2 = 6 ORDER BY 2 TO SELECT * FROM tbl1 WHERE col1 = 4 AND col2 = 6 ORDER BY 2; ``` -> **Notice** +> **Note** > > When you specify `target_stmt`, you must ensure that `stmt` exactly matches `target_stmt` when hints are removed. @@ -1419,7 +1419,7 @@ DROP OUTLINE otl_t1_full; CREATE OUTLINE otl_t1_idx_c2 ON "ED570339F2C856BA96008A29EDF04C74" USING HINT /*+ INDEX(t1 idx_c2)*/ ; ``` -> **Notice** +> **Note** > > - A hint is specified in the `/*+ xxx*/` format. > @@ -1648,4 +1648,4 @@ Here are some examples: ```sql ALTER OUTLINE otl2 ON SELECT /*+ USE_NL(tbl2) MAX_CONCURRENT(1) */ * FROM t WHERE c1 = ?; - ``` \ No newline at end of file + ```