Database management Oracle 12cR2: exchange partition deferred invalidation 29.05.2017 by Oracle Team By Franck Pachot . In a previous post I introduced the new 12cR2 feature where some DDL operations can use the same rolling invalidation than what is done with dbms_stats. On tables, DDL deferred invalidation is(…)
Database management Which privilege for CREATE PLUGGABLE DATABASE from DB LINK? 29.05.2017 by Oracle Team By Franck Pachot . When cloning a PDB from a remote CDB you need to define a database link to be used in the CREATE PLUGGABLE DATABASE … FROM …@… command. The documentation is not completely clear about the(…)
Database management 12cR2 needs to connect with password for Cross-PDB DML 26.05.2017 by Oracle Team By Franck Pachot . In a previous post, I explained that Cross-PDB DML, executing an update/delete/insert with the CONTAINERS() clause, seems to be implemented with implicit database links. Connecting through a database link requires a password(…)
Database Administration & Monitoring, Database management, Oracle Workaround for bug 19566227/20563128 doing Cross Platform Migration (MOS Note 1389592.1) 24.05.2017 by Clemens Bleile In a project I have to move an Oracle 11.2.0.4-DB (around 7TB in size) from Sparc Solaris (called Source in the remainder of this Blog) to Linux x86-64 (called Target in the remainder of the Blog). I.e. a platform migration(…)
Database management, Oracle random “ORA-01017: invalid username/password” in 12cR2 16.05.2017 by Oracle Team By Franck Pachot . Since 12cR2 is out, we give our 12c new feature workshop with hands-on exercises on 12.1 and 12.2 releases. When I gave it last month, I had a small problem when doing(…)
Database management 12cR2 Cross-container DML – insert into container() 13.05.2017 by Oracle Team By Franck Pachot . Multitenant has been introduced in 12.1.0.1 with the goal to share resources but isolate data. However, having all PDBs in the same root may be convenient to manipulate data in multiple PDBs. In the first patchset,(…)
Database Administration & Monitoring, Database management, Development & Performance Oracle 12cR2 : Optimizer Statistics Advisor 08.05.2017 by Joël Cattin The Optimizer Statistics Advisor is a new Advisor in Oracle 12.2. The goal of this Advisor is to check the way you gather the statistics on your database, and depending on what is found, it will makes some recommendations(…)
Database management Can you open PDB$SEED read write? 07.05.2017 by Oracle Team By Franck Pachot . If you are in multitenant, you probably already felt the desire to open the PDB$SEED in READ WRITE mode. Can you open PDB$SEED read write yourseld? Yes and No. Should you open PDB$SEED read write yourself?(…)
Database management 12c nologging and Data Guard 03.05.2017 by Oracle Team By Franck Pachot . The title sounds weird because Data Guard synchronisation is based on the redo stream, so it makes no sense to do nologging operations on the primary. And this is the reason why we set FORCE LOGGING(…)
Database management 12cR2 partial PDB backup 01.05.2017 by Oracle Team By Franck Pachot . I had a recent question about the following mention from the 12cR2 Multitenant book, about Partial PDB backups: . Here is an example in 12.2 with local undo to illustrate the(…)