Oracle 19C archivelog 还是不可以pdb级别设置, standby db可以

Where to configure Archive Log mode for multitenant structures - CDB or PDB (Doc ID 2284641.1)

Applies to:

Oracle Database - Enterprise Edition - Version 12.1.0.1 and later

Oracle Database Cloud Schema Service - Version N/A and later

Oracle Database Exadata Express Cloud Service - Version N/A and later

Oracle Database Exadata Cloud Machine - Version N/A and later

Oracle Cloud Infrastructure - Database Service - Version N/A and later

Information in this document applies to any platform.

Goal

Running 12c database and need to configure archive log, shall we configure it in PDB or CDB?

Solution

All PDBs share the same redo log files, so it's not possible to enable archivelog mode only for a specific PDB.

All PDBs share the archivelog mode of CDB.

Remember that PDBs themselves don't have a dedicated instance (processes and memory areas) so they share CDB's ones.

Configuring of archivelog mode should be implemented in CDB.

For more details on how to configure this feature, please refer to below doc:

Managing Archived Redo Log Files

http://docs.oracle.com/database/121/ADMIN/archredo.htm#ADMIN008

相关推荐
naumy2 小时前
sqlalchemy
sql
kimble_xia@oracle3 小时前
SQL 笔记
java·数据库·oracle
chimchim663 小时前
StarRocks导入数据-使用 Broker Load 进行异步导入
大数据·sql
Lris-KK3 小时前
【Leetcode】高频SQL基础题--1341.电影评分
sql·leetcode
疯狂的Alex4 小时前
2010-2022 同等学力申硕国考:软件工程简答题真题汇总
数据库·oracle·软件工程
Qlittleboy4 小时前
tp5的tbmember表闭包查询 openid=‘abc‘ 并且(wx_unionid=null或者wx_unionid=‘‘)
数据库·sql·php
markfeng84 小时前
一文搞懂MySQL字符集
sql·mysql
小白不想白a5 小时前
【MySQL】常用SQL语句
数据库·sql·mysql
liuguizi8 小时前
中联报表数据源向Oracle视图数据源的平滑转换
oracle