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

相关推荐
早日退休!!!1 天前
《数据结构选型指南》笔记
数据结构·数据库·oracle
xcLeigh1 天前
KES数据库性能优化实战
数据库·sql·性能优化·sql优化·数据性能
阿坤带你走近大数据1 天前
怎么查看当前oracle库下的表空间temp大小或者默认大小
数据库·oracle
猫的玖月1 天前
(一)MY SQL概述
数据库·sql
\xin1 天前
pikachu自编SQL(POST)
java·数据库·sql
hljqfl1 天前
Oracle存储结构
数据库·oracle
m0_716255001 天前
批处理一道例题+答案解析+批处理知识点总结 | 批处理高频易错场景 + 正确写法对照表
数据库·oracle
俺不要写代码1 天前
数据库:DML
数据库·oracle
Irene19911 天前
Oracle 中:为什么 from 子查询后面需要一个别名
数据库·oracle
杨云龙UP1 天前
Oracle数据库启动失败:ORA-29701、ORA-01565、ORA-17503故障处理记录_20260429
linux·运维·数据库·oracle·centos