Public Synonym With Name JOB Replaced At The Time Of 11G Upgrade.
(Doc ID 1965619.1)
Last updated on MARCH 05, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterOracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
Before 11.2.0.4.1 upgrade:
Definition of public synonym JOB is as below.
CREATE PUBLIC SYNONYM JOB FOR FXM_OWNER.JOB;
During the upgrade process the definition is changed to
CREATE OR REPLACE PUBLIC SYNONYM "JOB" FOR "SYS"."JOB".
why the definition of the public synonym changed and is there any bug related to this change.
Changes
Upgrade to 11.2.0.4
CREATE PUBLIC SYNONYM JOB FOR FXM_OWNER.JOB;
During the upgrade process the definition is changed to
CREATE OR REPLACE PUBLIC SYNONYM "JOB" FOR "SYS"."JOB".
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 |