Oracle 19c Upgrade for EBS R12.2.4 - DBName Impact for Custom Scripts
We are upgrading to Oracle 19c for EBS 12.2.4 and encountering an issue.
After Upgrade: Database Dictionary Views: v$database.Name has the value of CDB_PROD; v$instance.instance_name has the value of CDBPROD; New view v$pdbs.name has the value of PROD
Issue: We have several custom scripts PL/SQL objects etc where we have specific logic if v$database.Name Is PROD, call process logic specific to Production environment else call process logic for non-prod environment.
Since the Value of v$database.Name has changed, all these scripts will process only non-prod logic in the production environment.