RSA Identity Governance & Lifecycle Support will often request an AWR report from customers to assist with troubleshooting product issues, when customer-supplied database is being used and the customer has the appropriate licensing to generate AWR. The right to use AWR is part of the Oracle Diagnostics Pack. Customers should contact their DBA team to find out whether they are licensed to run AWR reports.
If a customer has the appropriate Oracle licensing to generate AWR reports for their customer-supplied database, the Diagnostics feature must be enabled in the Oracle database to be able to generate an AWR report. This can be verified by running the following SQL statement:
oracle@acm-710:~> sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Tue Feb 26 14:02:44 2019
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> show parameter CONTROL_MANAGEMENT_PACK_ACCESS;
NAME TYPE VALUE
------------------------------------ ------------- -------------------
control_management_pack_access string DIAGNOSTIC
SQL>