Database Administration (MOSC)

MOSC Banner

Table with same name as SYS TYPE after upgrade

edited Oct 14, 2009 5:20PM in Database Administration (MOSC) 4 commentsAnswered
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).

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center