标题: Resetting Pluggable Database Incarnation [打印本页] 作者: 刘泽宇 时间: 2024-7-14 17:25 标题: Resetting Pluggable Database Incarnation 目标:
Is it possible to reset the database incarnation for an individual PDB?
能否对独立的pdb重置数据库incarnation
验证:
Attempting to do so will result in an RMAN error:
RMAN> reset pluggable database <DB_NAME> to incarnation 6;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of reset database command at 04/21/2016 07:39:20
RMAN-05108: Command is not supported for pluggable database
结论:不能重置pdb的incarnation
No, it is not possible to reset the incarnation of an individual PDB.