From 4305d84b4c9aae6f63b140e388de40d9105f3226 Mon Sep 17 00:00:00 2001 From: nigelbayliss Date: Tue, 8 Oct 2019 18:21:37 +0100 Subject: [PATCH 1/2] update readme --- optimizer/spm_fix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimizer/spm_fix/README.md b/optimizer/spm_fix/README.md index 3cbc5d74..7f434a6e 100644 --- a/optimizer/spm_fix/README.md +++ b/optimizer/spm_fix/README.md @@ -12,7 +12,7 @@ Create the user, create the tables and then run "example.sql". It works as follo - We drop the histograms and this induces a poor plan for Q1 - SPM is initiated and it finds the previous good plan - The good plan is tested (automatically) by SPM and a SQL plan baseline is created -- Q1 now uses the good plan +- Q1 now uses the good plan! ``` $ sqlplus / as sysdba [or connect to PDB ADMIN] From 8389a58ffb24599c7084470b87d15ec2b82b1265 Mon Sep 17 00:00:00 2001 From: nigelbayliss Date: Tue, 8 Oct 2019 18:25:06 +0100 Subject: [PATCH 2/2] update readme --- optimizer/spm_fix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimizer/spm_fix/README.md b/optimizer/spm_fix/README.md index 7f434a6e..3cbc5d74 100644 --- a/optimizer/spm_fix/README.md +++ b/optimizer/spm_fix/README.md @@ -12,7 +12,7 @@ Create the user, create the tables and then run "example.sql". It works as follo - We drop the histograms and this induces a poor plan for Q1 - SPM is initiated and it finds the previous good plan - The good plan is tested (automatically) by SPM and a SQL plan baseline is created -- Q1 now uses the good plan! +- Q1 now uses the good plan ``` $ sqlplus / as sysdba [or connect to PDB ADMIN]