Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Oracle Database Managing Multitenant Architecture
Rating: 3.6 out of 5(12 ratings)
89 students

Oracle Database Managing Multitenant Architecture

Oracle Multitenant Database
Created byRajeev Raj
Last updated 4/2025
English

What you'll learn

  • Learn to manage Oracle Multitenant Database
  • Oracle Multitenant Architecture
  • Oracle Multitenant Database with deep learning
  • Oracle Database
  • Understand Oracle Database Multitenant Architecture
  • New Features 18c, 19c and 21c for Multitenant Architecutre
  • Oracle Database Backup
  • RMAN Backup and Recovery
  • Oracle Database Upgrade

Course content

12 sections51 lectures25h 7m total length
  • Introduction and Oracle License Overview58:46

    Explore Oracle database multitenant architecture and licensing options, from personal edition and standard edition two to enterprise edition, including data guard, management packs, and in-memory features.

  • Oracle Architecture Overview48:18
  • Oracle Architecture (Database Buffer Cache)12:07

    Explore how the database buffer cache in Oracle stores copies of data blocks, uses LRU to keep frequently accessed blocks in memory, and leverages flash storage to optimize reads.

  • Oracle Architecture (Redo Log Buffer)17:02
  • Oracle Architecture In Memory and Process8:52
  • Oracle Architecture (Background Process)58:09
  • Oracle Architecture (Storage Architecture)43:38
  • CDB and PDB Database38:53

    Discover the new multitenant features by creating a container CDB with pluggable PDBs, selecting templates, and configuring memory management to balance SGA and PGA.

  • Cloning a PDB Using DBCA in Silent Mode19:53

    Clone a pluggable database (PDB) using DBCA in silent mode, configure a common remote user, grant privileges, and verify listener connectivity for seamless multitenant administration.

  • Duplicate CDB Using DBCA in Silent Mode29:28

    Learn how to duplicate a CDB using DBCA in silent mode, including naming conventions, host considerations, and steps to create a secondary CDB efficiently.

  • Relocate PDB to Another CDB Using DBCA in Silent Mode13:37
  • Demo CDB and PDB 21c1:34:58

    Demonstrates Oracle multitenant architecture by connecting to CDB and PDBs in 21c, configuring services, and managing PDBs via startup, shutdown, and open states.

Requirements

  • RDBMS Knowledge
  • Oracle Database Admin

Description

This course is design for understand Oracle Database Multitenant Architecture

We will covers all aspects of the multitenant architecture and the components of an Oracle multitenant container database and its regular and application pluggable databases. You  will learn why and how to create and manage a multitenant container database and its regular and application pluggable databases, with storage structures appropriate for the business applications. You practice cold and hot cloning, plugging unplugged pluggable databases in multitenant container databases using various methods.

You will also learn how to create common and local users and administer database security to meet your business requirements by using encryption, Database Vault and auditing and you will learn how to create a database deployment in the Cloud.


The multitenant architecture will help bussines to use multiple database in one instance.

Multitenant Database consolidation is the process of consolidating data from multiple databases into one database on one computer. Starting in Oracle Database 12c, the Oracle Multitenant option enables you to consolidate data and code without altering existing schemas or applications.

Starting in Oracle Database 21c, a multitenant container database is the only supported architecture. In previous releases, Oracle supported non-container databases (non-CDBs).


CDB

A CDB contains one or more user-created PDBs and application containers.

At the physical level, a CDB is a set of files: control file, online redo log files, and data files. The database instance manages the files that make up the CDB.


PDBs

A PDB is a portable collection of schemas, schema objects, and nonschema objects that appears to an application as a separate database.

At the physical level, each PDB has its own set of data files that store the data for the PDB. The CDB includes all the data files for the PDBs contained within it, and a set of system data files that store metadata for the CDB itself.


Who this course is for:

  • Professional DBA
  • Database Administrator
  • Oracle DBA
  • DBA