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

相关推荐
养生技术人4 分钟前
Oracle OCP认证考试题目详解082系列第45题
运维·数据库·sql·oracle·开闭原则·ocp
BD_Marathon1 小时前
【MySQL】SQL的分类
数据库·sql·mysql
Hello.Reader2 小时前
Flink 作业测试依赖、MiniCluster、DataStream 与 Table/SQL 上手
大数据·sql·flink
孟意昶11 小时前
Spark专题-第三部分:性能监控与实战优化(3)-数据倾斜优化
大数据·分布式·sql·spark
倔强的石头10618 小时前
【金仓数据库】ksql 指南(一) 连接本地 KingbaseES 数据库与基础交互
数据库·oracle·kingbasees·金仓数据库·ksql
养生技术人1 天前
Oracle OCP认证考试题目详解082系列第54题
数据库·sql·oracle·运维开发·database·开闭原则·ocp
编程充电站pro1 天前
SQL 子查询与多表 JOIN 用法大全(速查版)
数据库·sql
Dersun1 天前
mysql数据库学习之常用函数(五)
数据库·sql·学习·mysql·ai编程
krielwus1 天前
Oracle 11g R2 物理冷备
数据库·oracle
木心操作1 天前
nodejs动态创建sql server表
前端·javascript·sql