SYS.GRANTED_ROLES
Please see below comparison of a data dictionary object in two different 11g versions. I am trying to find an explanation.
SQL*Plus: Release 11.2.0.3.0 Production on Tue Apr 30 08:41:13 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> show user
USER is "SYS"
SQL> desc sys.granted_roles
ERROR:
ORA-04043: object sys.granted_roles does not exist
SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 30 08:41:53 2013
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
SQL*Plus: Release 11.2.0.3.0 Production on Tue Apr 30 08:41:13 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> show user
USER is "SYS"
SQL> desc sys.granted_roles
ERROR:
ORA-04043: object sys.granted_roles does not exist
SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 30 08:41:53 2013
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
0