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

相关推荐
chxii1 小时前
MyBatis 动态 SQL,通过 XML (如 <if>、<foreach> 等)实现灵活的 SQL 拼接。
xml·sql·mybatis
z***75155 小时前
PostgreSQL 查看数据库及表中数据占用空间大小
数据库·postgresql·oracle
曾经的三心草6 小时前
Mysql
数据库·mysql·oracle
laplace01236 小时前
数据库-MySQL-02
数据库·mysql·oracle
百***66176 小时前
SQL Server 创建用户并授权
数据库·oracle
wangjialelele6 小时前
详解mysql命令行操作与语言链接
c语言·数据库·c++·mysql·oracle
riderxin6 小时前
【20251101】mysql基本命令复习
数据库·mysql·oracle
合作小小程序员小小店7 小时前
桌面开发,在线%幼儿教育考试管理%系统,基于eclipse,java,swing,mysql数据库
java·数据库·sql·mysql·eclipse·jdk
朝新_8 小时前
Spring事务和事务传播机制
数据库·后端·sql·spring·javaee
施嘉伟11 小时前
解决 Oracle 11g Data Guard ORA-16047 的实战经验
数据库·oracle