Running SQL Developer 21.2.1.
I am fairly new to 19c (19.10) multitenant and noticed something unusual with how SQL Developer displays the password verify function when the version in the PDB differs from the one in the CDB.
OWNER OBJECT_NAME CON_ID
---------- ------------------------- ----------
SYS ORA12C_VERIFY_FUNCTION 1
SYS ORA12C_VERIFY_FUNCTION 4
When logged in to the CDB, in the object tree view there is one entry for ORA12C_VERIFY_FUNCTION and the corresponding code matches the version in the CDB.
When logged in to the PDB, there are two (duplicate) entries in the tree view, both with the same name and both displaying the version of the function deployed to the PDB.
Is this a SQL Developer issue, or is it inadvisable to have a different verify function in the PDB?
Regards,
Doug