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:
1414- The good plan is tested (automatically) by SPM and a SQL plan baseline is created
1515- Q1 now uses the good plan
1616
17+ ```
1718$ sqlplus / as sysdba [or connect to PDB ADMIN]
1819SQL> @@user
1920SQL> connect spmdemo/spmdemo
@@ -25,7 +26,16 @@ SQL> @@tab
2526-- Review/execute the following script
2627--
2728SQL> @@example
29+ ```
2830
2931Note that AWR is accessed. Check the Oracle Database License Guide for details.
3032
3133The 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