My Oracle Support Banner

PDB Refreshable Clone Hitting ORA-00311 Error (Doc ID 2732810.1)

Last updated on NOVEMBER 07, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 19.8.0.0.0 and later
Information in this document applies to any platform.

Symptoms

NOTE: In the images and/or the document content below, the user information and data used represents fictitious data from the Oracle sample schema(s) or Public Documentation delivered with an Oracle database product.  Any similarity to actual persons, living or dead, is purely coincidental and not intended in any manner.

"ORA-00311: cannot read header from archived log" error when cloning a refreshable PDB or when running a refresh command for a cloned PDB.

Error:
SQL> ALTER PLUGGABLE DATABASE <PDB_NAME> REFRESH;
ALTER PLUGGABLE DATABASE <PDB_NAME> REFRESH
*
ERROR at line 1:
ORA-00311: cannot read header from archived log
 

SQL> CREATE PLUGGABLE DATABASE <PDB_NAME> FROM <SOURCE_PDB_NAME>@<DB_LINK> REFRESH MODE EVERY 2 MINUTES KEYSTORE IDENTIFIED BY "****";
CREATE PLUGGABLE DATABASE <PDB_NAME> FROM <SOURCE_PDB_NAME>@<DB_LINK> REFRESH MODE EVERY 2 MINUTES KEYSTORE IDENTIFIED BY "****"
*
ERROR at line 1:
ORA-00311: cannot read header from archived log

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.