Skip to main content

Posts

Showing posts with the label 12c Container database

Create Oracle 12c Database using DBCA - 12c Container Database & pluggable Database

In this article I am going to test new options introduced in Oracle Database 12cR1. Oracle introduced 2 new  type of databases  in this release "Container Database" and "Pluggable Database" . This is one of the major new change introduced from this release. I believe for this feature only Oracle has changed the naming convention of its release from letter "g" to "c" as this feature is completely compatible with the concept what we call as a "CLOUD". Here I am going to demonstrate the following points:  Container Database & pluggable Database  Using DBCA to create container database  Using DBCA to create pluggable database  Managing pluggable database Container Database & Plug gable Database:  - Container database is the root database to which all pluggable database belongs. Here Oracle used same concept as of Solaris Zones. There will be two types of zones in solaris Global zone and non-global zone. Global zon...