PL/SQL (MOSC)

MOSC Banner

recent migration issues when PLSQL code accesses dbms_sys_sql

edited Apr 23, 2009 1:56AM in PL/SQL (MOSC) 3 commentsAnswered
Our db was recently migrated to 10.2.0.4 with the latest patches but it appears there was an issue with grants that caused the following issue to occur. 

ORA-00942: table or view does not exist
ORA-06512: at "SYS.DBMS_SYS_SQL", line 909
ORA-06512: at "SYS.DBMS_SQL", line 39
ORA-06512: at "IRSS.PKG_SYSTEMADMIN", line 3577
ORA-06512: at line 31
 
It appears a grant or synonym was lost so that a certain table or view is no longe accessible.  I do not know what table or view is being called at line 909 of the DBMS_SYS_SQL package because it's encrypted.  Anyone have any idea?

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