Author: SSWUG Research

Community

Getting a query plan

(Kenneth Fisher) Query plans are an essential tool when doing performance tuning. When looking at a query plan you should be aware that there are two different types of query plans. There are Estimated and Actual query plans (also called Execution Plans). Estimated and Actual query plans have the fo

Community

SPFILE for a CDB vs. a PDB

(Bobby Curtis) Recently, I have had conversations with users about Oracle Database 12c. One question that often comes up is, how does the database manage the parameters between a container database (CDB) and a pluggable database (PDB)? In order to answer this question, I had to work with my plugga