12C關於CDB、PDB的官方解釋
官方文件
CDB:container database 容器資料庫
An Oracle Database installation that contains at least one PDB. A PDB appears to an Oracle Net client as a traditional Oracle database. Every Oracle database is either a CDB or a non-CDB.
一種至少包含一個PDB的Oracle資料庫。 對於Oracle Net客戶端,PDB似乎是傳統的Oracle資料庫。 每個Oracle資料庫都是CDB或non-CDB。
PDB:pluggable databases 可插拔資料庫
In a multitenant container database (CDB), a portable collection of schemas, schema objects, and nonschema objects that appears to an Oracle Net client as a traditional Oracle database (non-CDB).
在多租戶容器資料庫(CDB)中,一個schemas,schemas物件,nonschema物件的可移植集合,對於Oracle Net客戶端來說,它們是傳統的Oracle資料庫(非CDB)。
Container
A container is a collection of schemas, objects, and related structures in a multitenant container database (CDB). Within a CDB, each container has a unique ID and name.
容器是多租戶容器資料庫(CDB)中模式,物件和相關結構的集合。 在CDB中,每個容器都有唯一的ID和名稱。
Current Container
For a given session, the current container is the one in which the session is running.The current container can be the CDB root, an application root, or a PDB.
Each session has exactly one current container at any point in time. Because the data dictionary in each container is separate, Oracle Database uses the data dictionary in the current container for name resolution and privilege authorization.
對於給定的會話,當前容器是執行會話的容器。當前容器可以是CDB根目錄,應用程式根目錄或PDB。
每個會話在任何時間點都只有一個當前容器。 由於每個容器中的資料字典是分開的,Oracle資料庫使用當前容器中的資料字典進行名稱解析和特權授權。
CDB中最高層container被稱為CDB$ROOT,用來建立其他PDB的模板PDB被稱為PDB$SEED,CDB中可以用PDB$SEED建立多個PDB。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30126024/viewspace-2675575/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 12C關於CDB、PDB建立AWR的方法和總結
- 12C關於CDB、PDB引數的區別和總結
- 12C多租戶關於CDB、PDB的常用SQL語句SQL
- 12C關於CDB、PDB 臨時temp表空間的總結
- 12C關於CDB、PDB 回滾undo表空間的總結
- 12C關於CDB、PDB 日誌檔案redo log的總結
- 【12c cdb pdb】實驗
- oracle 12c PDB隨CDB啟動和連結PDB的方式Oracle
- 【BAK_ORACLE】Oracle 12c之CDB與PDB的備份與恢復(三)CDB與PDB的備份方式Oracle
- 【ASK_ORACLE】Oracle 12c之CDB與PDB的備份與恢復(一)什麼是CDB與PDB?Oracle
- Oracle 12C 中CDB和PDB的引數檔案管理Oracle
- Oracle 12c系列(七) | Non-CDB轉換為PDBOracle
- oracle 12c中CDB和PDB的備份還原實驗Oracle
- 12C把non-CDB的單庫匯入到CDB裡面當成PDB的方法
- 4.3.2.2 關於CDB Root和PDB$SEED檔案的名稱和位置
- 【CDB】Oracle CDB/PDB常用管理命令Oracle
- 12C針對cdb全備與 PDB執行不完全恢復(基於SCN)
- 12C關於CDB、PDB線上移動資料檔案、線上重新命名資料檔案的操作說明
- 【RECO_ORACLE】Oracle 12c之CDB與PDB的備份與恢復(四)PDB的幾種恢復方式Oracle
- 2.6.2 Overview of Flashback PDB in a CDBView
- oracle 12c 針對cdb的差異0備與對pdb進行恢復Oracle
- ORACLE 12C pdb受限解決思路Oracle
- 2.2.1 關於CDB的特性
- 1.3.2.2.2 通過Non-CDB(非CDB模式)建立PDB模式
- CDB和PDB關於使用者建立和使用者許可權區別
- Oracle 12c no-CDB轉換為CDBOracle
- 4.1 關於建立CDB
- 3.1.2 CDB和PDB的職責分離
- 12c pdb基本操作
- 1.3.2.2.2. 通過Non-CDB(非CDB模式)建立PDB模式
- Oracle 12c 手動建立CDB和非CDBOracle
- 1.1.1. 關於CDB中的容器
- 4.3.2.4 關於CDB UNDO模式模式
- oracle 19c CDB vs pdb 建立Oracle
- Oracle 12c系列(二)|PDB的建立Oracle
- oracle 12c non-cdb升級成cdb模式Oracle模式
- 【CDB】怎樣修改PDB的記憶體引數記憶體
- 4.3.1 關於使用DBCA建立CDB