File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ It works as follows:
14
14
- The good plan is tested (automatically) by SPM and a SQL plan baseline is created
15
15
- Q1 now uses the good plan
16
16
17
+ ```
17
18
$ sqlplus / as sysdba [or connect to PDB ADMIN]
18
19
SQL> @@user
19
20
SQL> connect spmdemo/spmdemo
@@ -25,7 +26,16 @@ SQL> @@tab
25
26
-- Review/execute the following script
26
27
--
27
28
SQL> @@example
29
+ ```
28
30
29
31
Note that AWR is accessed. Check the Oracle Database License Guide for details.
30
32
31
33
The test creates two tables T1 and T2 - use a test database
34
+
35
+ DISCLAIMER:
36
+ <br />-- These scripts are provided for educational purposes only.
37
+ <br />-- They are NOT supported by Oracle World Wide Technical Support.
38
+ <br />-- The scripts have been tested and they appear to work as intended.
39
+ <br />-- You should always run scripts on a test instance.
40
+
41
+
You can’t perform that action at this time.
0 commit comments