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

相关推荐
词却8 小时前
数据库基础:DQL 数据查询语言
数据库·oracle
昌原的儿子LEO9 小时前
Linux IO多路复用与SQLite数据库核心知识点总结
linux·数据库·oracle
坐吃山猪10 小时前
【多线程】Semaphore使用
java·数据库·oracle·多线程
姜太小白11 小时前
【Oracle】记排查sh脚本调用SQL执行卡顿的排查总结
数据库·sql·oracle
镜舟科技13 小时前
为什么 Text-to-SQL 总是停在 Demo?
数据库·sql·demo·text-to-sql·镜舟科技·mip·语义视图
人生苦短12813 小时前
Oracle RAC 日常管理+排错命令大全
数据库·oracle
大牧师14 小时前
TypeORM 学习教程
数据库·sql·学习·node.js·orm·nest.js·typeorm
数智启示录16 小时前
PostgreSQL 执行计划实战(第 9 篇):SQL 和索引没变,计划为什么突然慢一百倍
数据库·经验分享·sql·postgresql·面试
额额额对了16 小时前
Linux 数据库开发实战:使用 C 语言与 SQLite3 构建轻量级终端词典
linux·数据库·oracle
润乾软件17 小时前
SQLazy:从事件表中查出下一组的开始时刻
sql·sqlazy