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

相关推荐
常常有11 小时前
MySQL 底层执行原理:输入SQL语句到两阶段提交
数据库·sql·mysql
海市公约13 小时前
一条SQL查询的完整旅程:MySQL执行流程深度解析
sql·mysql·数据库优化·执行计划·连接器·查询缓存·sql执行原理
这个DBA有点耶13 小时前
COUNT进阶:超大表的近似计数与HyperLogLog
数据库·sql·程序人生·学习方法·dba·改行学it
Yushan Bai14 小时前
EXADATA X5数据库一体机节点login: failure forking: Cannot allocate memory问题处理
数据库·oracle·vr
徐sir(徐慧阳)15 小时前
ORACLE RAC GI目录下crfclust.bdb文件过大问题处理
数据库·oracle
淘矿人17 小时前
【AI大模型】AI 大模型推理平台完整测评:8 家主流聚合服务对比分析
人工智能·sql·gpt·学习·github·php
阿坤带你走近大数据19 小时前
Oracle中的OGG介绍
数据库·oracle
宋浮檀s19 小时前
SQL注入基础+DVWA搭建
数据库·sql·安全·网络安全
Amarantine、沐风倩✨19 小时前
Oracle 性能排查:通过 V$LONG_EXEC_SQLS 快速定位慢 SQL
数据库·sql·oracle