Saturday, 12 September 2015

PLS-00201: identifier 'AWRRPT_INSTANCE_LIST_TYPE' must be declared

When I execute awrgrpt.sql to get globel RAC report then got an below errors:
ERROR at line 15:
ORA-06550: line 15, column 11:
PLS-00201: identifier 'AWRRPT_INSTANCE_LIST_TYPE' must be declared
ORA-06550: line 15, column 11:
PL/SQL: Item ignored
ORA-06550: line 47, column 24:
PLS-00320: the declaration of the type of this expression is incomplete or
malformed
ORA-06550: line 48, column 4:
PL/SQL: ORA-00904: : invalid identifier
ORA-06550: line 46, column 4:
PL/SQL: SQL Statement ignored
Solution:
CONNECT / AS SYSDBA
GRANT ALL ON awrrpt_instance_list_type TO <user>;

No comments:

Post a Comment