L126oma2:Non-cdb To Pdb With Different Block Size.
(Doc ID 2292824.1)
Last updated on JULY 22, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Goal
We are converting Non-CDB database to PDB database doing so we are getting the below error while trying to create the PDB.
SQL> create pluggable database <PDB_Name> using '<Path_Desc_File>/<Desc_File>.xml' source_file_directory='<Source_file_Path>' nocopy;
create pluggable database <PDB_Name> using '<Path_Desc_File>/<Desc_File>.xml' source_file_directory='<Source_file_Path>' nocopy
*
ERROR at line 1:
ORA-65176: system tablespace block size (16384) does not match configured block
sizes
When we checked we have block size on non-cdb is 16384 and for the cdb database is 8192.
Please let us know is there any other way of doing this.
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 |
References |