File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 15
15
-- You can get the SQL_HANDLE from DBA_SQL_PLAN_BASELINES
16
16
--
17
17
-- More info:
18
- -- SQL Plan Baselines - DBMS_SPM in EE licenses - see http://jonathanlewis.wordpress.com/2011/01/12/fake-baselines/
18
+ -- SQL Plan Baselines - DBMS_SPM in EE licenses
19
+ -- - https://jonathanlewis.wordpress.com/2011/01/12/fake-baselines/
20
+ -- DBMS_SPM basic baseline use is included in Oracle EE in 11g+ and SE from 18c+
21
+ -- - https://blogs.oracle.com/optimizer/does-the-use-of-sql-plan-management-and-the-dbmsspm-database-package-require-a-tuning-or-diagnostic-pack-license
22
+ --
19
23
-- ------------------------------------------------------------------------------------------------------
20
24
SET SERVEROUT ON SIZE 1000000
21
25
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ DEF sql_handle=&1
4
4
-- as this is what DBMS_XPLAN reports as used... (so no manual lookup from plan_name -> sql_handle
5
5
-- is needed)
6
6
7
+ -- You can get the SQL_HANDLE from DBA_SQL_PLAN_BASELINES
8
+
9
+ -- DBMS_SPM basic baseline use is included in Oracle EE in 11g+ and SE from 18c+
10
+ -- https://blogs.oracle.com/optimizer/does-the-use-of-sql-plan-management-and-the-dbmsspm-database-package-require-a-tuning-or-diagnostic-pack-license
11
+
7
12
SET SERVEROUT ON SIZE 1000000
8
13
9
14
DECLARE
You can’t perform that action at this time.
0 commit comments