Table with same name as SYS TYPE after upgrade
Have an inhouse enterprise application currently running 9.2.0.5 with a table called JOB in the main schema. Public synonyms (I know I know...) are used to allow externally authenticated users to reference those tables without prefixing the schema name (plus there are a couple of other schemas from which they may need to access tables and the public synonyms cover those too).
After upgrading to 11g we started getting ORA-04044 on queries in the application and discovered it was because the public synonym for JOB now points to a TYPE in the SYS schema (looks like it's for the DBMS_SCHEDULER stuff).
After upgrading to 11g we started getting ORA-04044 on queries in the application and discovered it was because the public synonym for JOB now points to a TYPE in the SYS schema (looks like it's for the DBMS_SCHEDULER stuff).
0