Database Administration & Monitoring 12c Multitenant internals: AWR tables and views 13.03.2016 by Oracle Team By Franck Pachot . I received a question about multitenant. AWR tables are often raised as an example of Object Links because automatic workload repository is stored only in CDB$ROOT. However, neither the views DBA_HIST... nor the tables WRH$_... are(…)
Database Administration & Monitoring 12c multitenant: Cursor sharing in CDB 12.03.2016 by Oracle Team By Franck Pachot . In multitenant, there are two goals: consolidation within the same container database and isolation of pluggable databases. I see multitenant consolidation as an extension of schema consolidation. What is not possible in schema consolidation, such as(…)
Database Administration & Monitoring Conversion to Flex ASM with asmca takes 5 minutes 11.03.2016 by Oracle Team By Franck Pachot . In 12c Oracle recommands Flex ASM. You can opt for it at Grid Infrastructure installation, but it's very easy to convert to it later from asmca. It has to configure(…)
Database Administration & Monitoring Pre-warming the buffer cache in PostgreSQL 11.03.2016 by Daniel Westermann When a database gets shutdown for patching, operating system maintenance or other reasons you completely lose the contents of the buffer cache. No surprise. Memory is not persistent. Wouldn’t it be nice to load the most important tables to the(…)
Database Administration & Monitoring Any reason to change the C## common user prefix? 10.03.2016 by Oracle Team By Franck Pachot . In 12.1.0.1 the common user prefix was set to C## by an underscore parameter. In 12.1.0.2 it's a documented parameter and you can change it. But is there any reason for that?(…)
Database Administration & Monitoring Resource Manager plan from OEM vs. command line 10.03.2016 by Oracle Team By Franck Pachot . You are rather GUI or command line? Let's compare what you can do with them when you want to create a Resource Manager plan, and what is missing in the GUI.
Database Administration & Monitoring Transactional DDL 09.03.2016 by Daniel Westermann When you are working on Oracle you probably learned that each DDL does an implicit commit in the background. There is no way to have DDLs wrapped in a real transaction (with the exception of the “create schema” command which(…)
Database Administration & Monitoring Easy transport of SQL Tuning Sets with OEM 08.03.2016 by Oracle Team By Franck Pachot . When you want to transport a SQL Tuning Set between production and test for example, you have to pack it into a table, then export the table, import it into the target database, and unpack the(…)
Database Administration & Monitoring Install PL/JAVA in Postgres Plus Advanced Server 9.5 07.03.2016 by Daniel Westermann While doing a project at a customer we came to a point where we needed to install pl/java into Postgres Plus Advanced Server 9.5. If you follow the official documentation you will probably fail(…)
Database Administration & Monitoring GTT in Exadata are eligible to SmartScan 07.03.2016 by Oracle Team By Franck Pachot . I wanted to check if Exadata predicate offloading can occur on Global Temporary Tables. Actually, I thought it did not and I was wrong. I was ready to post that as an hypothesis for(…)