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(…)
Oracle Drop PDB including datafiles may keep files open 25.12.2017 by Oracle Team By Franck Pachot . I like that Oracle drops the datafiles from the operating system when we remove them from the database (with drop tablespace or drop pluggable database) because I don't like to have orphean files remaining in the(…)
Oracle 12c Multitenant Internals: compiling system package from PDB 22.11.2017 by Oracle Team By Franck Pachot . When I explain the multitenant internals, I show that all metadata about system procedures and packages are stored only in CDB$ROOT and are accessed from the PDBs through metadata links. I take an example with(…)
Oracle Multitenant internals: INT$ and INT$INT$ views 05.11.2017 by Oracle Team By Franck Pachot . This month, I'll talk - with lot of demos - about multitenant internals at DOAG conference. The multitenant dictionary architecture starts with a simple idea: system metadata and data are(…)
Oracle Multitenant dictionary: what is consolidated and what is not 05.11.2017 by Oracle Team By Franck Pachot . The documentation says that for Reduction of duplication and Ease of database upgrade the Oracle-supplied objects such as data dictionary table definitions and PL/SQL packages are represented only in the root. Unfortunately,(…)
Oracle Database is more than persistence. It is shared. My thoughts about Microservice Database. 22.10.2017 by Oracle Team By Franck Pachot . The development teams often see the database as a 'persistence layer' only. And sometimes it is mentioned that the database is always the cause of the problems, especially when implementing continuous integration and trying to be(…)
Oracle Autonomous Database 08.10.2017 by Oracle Team By Franck Pachot . Larry Ellison has announced Oracle 18c to be the Autonomous Database, the no-human labor, and self-driven, database. Here is a quick recap of what it is behind the marketing words. My opinion only.
Oracle Am I a DBA 3.0 or just an SQL*DBA? 24.09.2017 by Oracle Team By Franck Pachot . There are currently a lot of new buzz words and re-namings which suggest that our DBA role is changing, most of them escorted with a #cloud hashtag. Oracle Technology Network is now called Oracle Developer Community.
Oracle Wrong result with multitenant, dba_contraints and current_schema 23.09.2017 by Oracle Team By Franck Pachot . Multitenant architecture is not such a big change and this is why I recommend it when you start a project in 12c or if you upgrade to 12.2 - of course after thoroughly testing your application.