duplicate pluggable database pdb1 to cdb3 from active database ;
可以成功,但在OPEN这个PDB1时,报警文件中,总有提示
WARNING: Pluggable Database HEAMONITOR with pdb id - 3 is
altered with errors or warnings. Please look into
PDB_PLUG_IN_VIOLATIONS view for more details.
sql>select time,cause,message,status ,action from PDB_PLUG_IN_VIOLATIONS where con_id=3 order by 1
TIME CAUSE MESSAGE STATUS ACTION
--------------------------------------- ----------------- -------------------------------------------------- --------- ------------------------------
24-OCT-22 09.31.51.619406 PM OPTION Database option RAC mismatch: PDB installed version NULL. CDB installed version 19.0.0.0.0. PENDING Fix the database option in the PDB or the CDB
sql>select comp_name,version,status from dba_registry;
COMP_NAME VERSION STATUS
---------------------------------------- ------------------------------ ----------------------
...
Oracle Real Application Clusters 19.0.0.0.0 OPTION OFF
...