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 数据库连接认证方式详解
数据库·oracle
盗理者3 小时前
AI Agent 技能分享|从零实现 MCP Server,让 Agent 安全读取数据库
数据库·oracle
TELL5216 小时前
帮我生成对应的sql 以及数据库-deepseek提示词
数据库·sql
oradh8 小时前
Oracle ADRCI 诊断数据工具总结
数据库·oracle·adrci
今天AI了吗8 小时前
从 LLM 到 Agent Skill:把 AI 底层概念串起来
数据库·人工智能·sql·深度学习·神经网络·算法·机器学习
陈卿诺语9 小时前
MySQL错误-this is incompatible with sql_mode=only_full_group_by完美解决方案
sql·mysql·adb
xfhuangfu9 小时前
Oracle 19c 本地索引分区变为 UNUSABLE 后的空间占用验证
数据库·oracle
杨云龙UP9 小时前
Oracle ASH 报告详解:与 AWR 的区别、使用场景及生成方法
linux·运维·服务器·数据库·oracle
测试运维日常笔记9 小时前
PostgreSQL 数据库磁盘空间占用排查手顺
数据库·postgresql·oracle
步行cgn10 小时前
MyBatis 动态 SQL 完全指南
sql·tomcat·mybatis