Oracle Multitenant, PDB, ‘save state’, services and standby databases 05.02.2018 by Oracle Team By Franck Pachot . Creating - and using - your own services has always been the recommendation. You can connect to a database without a service name, though the instance SID, but this is not what you should do. Each(…)
Database Administration & Monitoring, Oracle Migrate Windows VM with more than 4 Disks from VMware to OVM 02.02.2018 by Thomas Rein Suppose you got an OVA image created on VMware and the VM contains more than 4 Disks and you have to migrate this machine from VMware to OVM. As first step you import the OVA into the OVM in(…)
Oracle Result Cache: when *not* to use it 29.01.2018 by Oracle Team By Franck Pachot . I encountered recently a case where result cache was incorrectly used, leading to high contention when the application encountered a peak of load. It was not a surprise when I've seen that the function was called(…)
Oracle Testing Oracle SQL online 27.01.2018 by Oracle Team By Franck Pachot . Want to test some DDL, a query, check an execution plan? You need only a browser. And you can copy-paste, or simply link, your test-case in a forum, a tweet, an e-mail, a tweet. Here is(…)
Oracle Explain Plan format 24.01.2018 by Oracle Team By Franck Pachot . The DBMS_XPLAN format accepts a lot of options, which are not all documented. Here is a small recap of available information. The minimum that is displayed is the Plan Line Id, the Operation, and the Object(…)
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:(…)