My Oracle Support Banner

Creating A New PDB In A Local CDB By Clone From A Remote PDB (Doc ID 2948752.1)

Last updated on MAY 26, 2023

Applies to:

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

Goal

getting the following error message when doing some of the final steps cloning a PDB from a remote CDB.
Both the command and the error message are just below:

SQL> create pluggable database pdb1 from pdb2@clone_link;
create pluggable database pdb1 from pdb2@clone_link
*
ERROR at line 1:
ORA-65294: PDB's compatible parameter value (19.0.0.0.0) is higher than CDB's
compatible parameter value (12.1.0.2.0).

In the local CDB 

SQL> sho parameter compatible

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
compatible string 12.1.0.2


on the PDB
========

SQL> show parameter compatible

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
compatible string 19.0.0.0
noncdb_compatible boolean FALSE
SQL>
 

Solution

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
Goal
Solution


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