PDB_PLUG_IN_VIOLATIONS Reported When There is NO Violation (Doc ID 2821022.1)
(Doc ID 2823986.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.11.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Plug in violations are reported, even after they are resolved.
$ sqlplus / as sysdba
set markup html on
spool /tmp/pdb_violations.html
show pdbs
select * from pdb_plug_in_violations order by time desc;
spool off
exit
OR using txkChkPDBCompatability.pl
script for EBS databases.
NAME CAUSE TYPE STATUS
---------- -------------------- ---------- ----------
MESSAGE
------------------------------------------------------------------------------------------------------------------------------------------------------
FINR12D VSN not match ERROR PENDING
PDB's version does not match CDB's version: PDB's version 12.1.0.2.0. CDB's version 19.0.0.0.0.
FINR12D OPTION ERROR PENDING
Database option MGD mismatch: PDB installed version 12.1.0.2.0. CDB installed version NULL.
FINR12D OPTION ERROR PENDING
PDB's version is lower than CDB/application root and PDB has more components than the CDB or application root, plug in is not allowed.
The above are examples, but this applies to all violations.
The violations are still reported, even after they have been resolved.
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 |