You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: optimizer/spm_plan_control/SE/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Based on <a href="https://blogs.oracle.com/optimizer/using-sql-plan-management-t
4
4
5
5
The example_se.sql calls "proc_se.sql" (proc_se.sql is essentially the same as ../proc2.sql)
6
6
7
-
Scripts create utility procedures called "set_my_plan" and "add_my_plan" (see proc_se.sql) that allows you to take a SQL execution plan from a test query and apply it to an application query.
7
+
Scripts create utility procedure called "add_my_plan" (see proc_se.sql) that allows you to take a SQL execution plan from a test query and apply it to an application query.
8
8
9
-
Example output is shown in example.lst.
9
+
Example output is shown in example_se.lst.
10
10
11
11
Note that example_se.sql creates a new user called SPM_TESTU.
0 commit comments