Oracle Unplug an Encrypted PDB (ORA-46680: master keys of the container database must be exported) 20.01.2018 by Oracle Team By Franck Pachot . In the Oracle Database Cloud DBaaS you provision a multitenant database where tablespaces are encrypted. This means that when you unplug/plug the pluggable databases, you also need to export /import the encryption keys. You cannot just(…)
Cloud, Oracle Spectre and Meltdown on Oracle Public Cloud UEK – LIO 14.01.2018 by Oracle Team By Franck Pachot . In the last post I published the strange results I had when testing physical I/O with the latest Spectre and Meltdown patches. There is the logical I/O with(…)
Cloud, Oracle Spectre/Meltdown on Oracle Public Cloud UEK – PIO 13.01.2018 by Oracle Team By Franck Pachot . The Spectre and Meltdown is now in the latest Oracle UEK kernel, after updating it with 'yum update': [opc@PTI ~]$ rpm -q --changelog kernel-uek | awk '/CVE-2017-5715|CVE-2017-5753|CVE-2017-5754/{print $NF}' | sort | uniq -c 43 {CVE-2017-5715} 16(…)
Database management, Oracle RMAN debugging during catalog import 12.01.2018 by Marc Wagner In this post I would like to share how I have been able to troubleshoot and solve a catalog import issue using RMAN debug function. As we can see, the error message provided by RMAN is not very helpful. oracle@vmtestoradg1:/home/oracle/(…)
Database management, Oracle ORACLE 11g to 12c RMAN catalog migration 12.01.2018 by Marc Wagner This is a small migration demo of a 11g catalog (RCAT11G) to a new 12c catalog (RCAT12c). Demo databases environments have been easily managed thanks to DBI DMK tool. oracle@vmreforadg01:/home/oracle/ [RCAT11G] sqh SQL*Plus:(…)
Oracle Spectre and Meltdown, Oracle Database, AWS, SLOB 09.01.2018 by Oracle Team By Franck Pachot . Last year, I measured the CPU performance for an Oracle Database on several types of AWS instances. Just by curiosity, I've run the same test (SLOB cached reads)(…)
Database Administration & Monitoring, Database management, Development & Performance, Oracle Running the Oracle Client on a Raspberry Pi 09.01.2018 by Clemens Bleile What are the possibilities to use a Raspberry Pi computer as an Oracle client? Besides other things I’ll show a possibility in this Blog to run the fat/thick Oracle Client on a Raspberry Pi! REMARK: All examples below(…)
Oracle Keep your orapw password file secure 05.01.2018 by Oracle Team By Franck Pachot . This is a small demo I did when I've found a database password file (orapw) lying around in /tmp with -rw-rw-rw- permissions, to show how this is a bad idea. People think that the orapw file(…)
Oracle 12c Multitenant internals: PDB_PLUG_IN_VIOLATIONS 30.12.2017 by Oracle Team By Franck Pachot . In the previous post https://www.dbi-services.com/blog/12c-multitenant-internals-pdb-replay-ddl-for-common-users I've done some DDL on a common user to show how this is replayed later for PDBs that were not opened at that time. But what happens(…)
Oracle 12c Multitenant internals: PDB replay DDL for common users 29.12.2017 by Oracle Team By Franck Pachot . In multitenant, you can create common Users, Roles, and Profiles. You create them in CDB$ROOT, with the CONTAINER=ALL clause (which is optional because it is the only possible value when connected to CDB$ROOT) but they are(…)