Urgent Help [message #62961] |
Sun, 29 August 2004 21:04 |
Gunasekaran D
Messages: 11 Registered: August 2004
|
Junior Member |
|
|
Hi,
when executing below queries system is saying "table or view does not exist", where i can find these table, they are not existing under sys.
GRANT SELECT ON SYS.DBA_BLOCKERS TO SELECT_CATALOG_ROLE
*
ERROR at line 1:
ORA-00942: table or view does not exist
GRANT SELECT ON SYS.DBA_DDL_LOCKS TO SELECT_CATALOG_ROLE
*
ERROR at line 1:
ORA-00942: table or view does not exist
GRANT SELECT ON SYS.DBA_DML_LOCKS TO SELECT_CATALOG_ROLE
*
ERROR at line 1:
ORA-00942: table or view does not exist
GRANT SELECT ON SYS.DBA_KGLLOCK TO SELECT_CATALOG_ROLE
*
ERROR at line 1:
ORA-00942: table or view does not exist
GRANT SELECT ON SYS.DBA_LOCK TO SELECT_CATALOG_ROLE
*
ERROR at line 1:
ORA-00942: table or view does not exist
Regards,
Guna
|
|
|
|
|
|
|