Enterprise Manager Reports
Information Publisher Reports
Enterprise Manager reports are accessed using:
Enterprise -> Reports -> Information Publisher Reports
The Information Publisher Reports page does not require any management packs
The following is a complete list of Information Publisher reports
supplied by Oracle in EM 12.1.0.4
- Cisco
- Cisco Switch
- Network Information
- System Health
- Compliance
- Descriptions
- Compliance Group Library Summary
- Compliance Standard Library Summary
- Compliance Standard Rule Summary
- Results
- Compliance Group evaluation Summary
- Compliance Standard Result Details
- Compliance Standard Result Summary
- Target with Lowest AVG COMPLIANCE SCORE
- Deployment and Configuration
- Alerts
- IP Address Activity (Detailed) Report
- IP Address Activity (Summary) Report
- User Activity Summary Report
- Application Server Configuration
- Application Server Clusters Configuration
- Application Server Targets Configuration
- Oracle HTTP/HTTPS Traffic
- Client Configurations
- Client Compliance Summary
- Client Configurations Summary
- Hardware
- Hardware Summary
- Hardware Summary (Group)
- Linux Operating System Patching
- Non-Compliant Packages
- Non-Compliant Packages (Host)
- Patchable Linux Groups Compliance
- Patchable Linux Hosts Compliance
- Operating System
- Operating System Summary
- Operating System Summary (Group)
- Oracle Database Configuration
- Database Instance Overview
- Oracle Database Configuration Summary
- Oracle Database Software
- Oracle Database Software Summary
- Oracle Database Software Summary (Group)
- Oracle Database Topology
- Oracle Real Application Cluster (RAC) Database Topology
- Oracle Fusion Middleware Software
- Oracle Fusion Middleware Software Summary
- Oracle Fusion Middleware Software Summary (Group)
- Oracle Home Patch Advisories
- Affected Oracle Homes (Host)
- Aggregated Patching History
- Applicable Interim Patches
- Applicable Interim Patches (Host)
- Applied Interim Patches (Host)
- Applied Patchsets
- Applied Patchsets (Host)
- Security Recommendations: Affected Oracle Homes Report
- Security Recommendations: Unaffected Oracle Homes Report
- Patching Automation Reports
- EM Deployable Patch Plan Execution Summary
- EM FMW Target Patchability Report
- EM Target Patchability Report
- Enterprise Manager Setup
- Agent
- Management Pack Access
- Plug-in Inventory
- Feature and License Pack Usage
- License Pack Usage
- License Pack Usage (Target)
- License Pack Usage Summary
- Monitoring
- Aggregate Targets
- Alerts
- 20 Most Common Alerts
- 20 Most Common Alerts (Target)
- Alerts History
- Alerts History (Group)
- Alerts History (Target)
- Outstanding Alerts
- Outstanding Alerts (Group)
- Outstanding Alerts (Target)
- Availability History
- Availability History (Group)
- Availability History (Redundancy Group)
- Availability History (System)
- Availability History (Target)
- BPEL Performance Reports
- BPEL Activity Statistics
- BPEL Pending Instance Statistics
- BPEL Worst Performing Instance Statistics
- Dashboards
- Service Level Agreement Dashboard
- Services Monitoring Dashboard
- Services and SLAs Dashboard
- System Monitoring Dashboard
- Enterprise Manager Health
- Agents Clock Synchronization Offset
- Agents In Questionable State
- Agents Restarted
- Broken Targets
- EM Services Dashboard
- Job System Diagnostic Report
- Job Usage Report
- Loader Statistics
- Targets Not Uploading Data
- JBoss Application Server Performance
- JCA Resource Statistics
- Resource Usage
- Transaction Statistics
- Web Application Statistics
- LDAP Directory Server
- User Operation Statistics
- OID Service
- Directory Server Replication Queue Statistics
- Root Cause Analysis
- Most Significant Component Impacts for a Target
- Most Significant Component Impacts for all Targets
- SOA Performance Reports
- Composite Pending Instance Statistics
- Composite Worst Performing Instance Statistics
- Service Level Agreements
- Service Tests
- Service Test Details
- Service Tests Summary by Beacon
- Service Tests Summary by Test
- Target Status Diagnostics Reports
- Target Status Diagnostics Report: Agent-based targets
- Target Status Diagnostics Report: Repository-based targets
- Templates
- Monitoring Template Apply History (last 7 days)
- Targets associated with a Monitoring Template through a Template Collection
- Targets with prevent override settings associated with a Monitoring Template through a Template Collection.
- Security
- Database Privileges
- DBA Group Membership
- DBA Group Membership (Database)
- Permission and Ownership
- Permission and Ownership (Database)
- Permission and Ownership (Windows Database)
- Permission and Ownership (Windows)
- Privileges Granted to PUBLIC
- Privileges Granted to PUBLIC (Database)
- Privileges Granted with Administrative or Grant Options
- Privileges Granted with Administrative or Grant Options (Database)
- System Packages with Public Execute Privileges
- System Packages with Public Execute Privileges (Database)
- Tablespace Ownership
- Tablespace Ownership (Database)
- User Privileges Summary
- User Privileges Summary (Database)
- Users and Roles with Access to Key Objects (Database)
- Users and Roles with Access to Key Objects (Group)
- Users and Roles with Critical Privileges
- Users and Roles with Critical Privileges (Database)
- Users and Roles with Powerful Privileges
- Users and Roles with Powerful Privileges (Database)
- Users and Roles with Powerful Roles
- Users and Roles with Powerful Roles (Database)
- Database Targets
- Oracle Database Failed Logins
- Oracle Database Failed Logins (Group)
- Oracle Database Successful Logins
- SYS User Operations
- VPD and OLS Policies
- All Policy Administrators
- All Tables with OLS Policies
- All VPD Policies
- Storage
- Oracle Database Space Issues
- Segments with Row Chaining Issues
- Tablespace Free Space (MB) Alerts
- Tablespace Space Used (%) Alerts
- Tablespaces with Problem Segments
- Tablespaces with Reclaimable Space
- Oracle Database Space Usage
- Oracle Database Space Usage (Group)
- Oracle Database Tablespace Daily Space Usage
- Oracle Database Tablespace Monthly Space Usage
- Oracle Databases With Tablespace Space Used (%) Alert Enabled for Undo or Temporary Tablespaces (Group)
Reports are divided into categories and sub-categories
For example the Broken Targets report can be executed using:
Monitoring -> Enterprise Manager Health -> Broken Targets
In the above Monitoring is the category and Enterprise Manager
Health is the sub-category. Broken Targets is the report title.
Repository Tables
The following repository tables contain the Information Publisher report
definitions
- MGMT_IP_ELEM_DEFAULT_PARAMS
- MGMT_IP_ELEM_PARAM_CLASSES
- MGMT_IP_ELEM_TARGET_TYPES
- MGMT_IP_EMAIL_REPORT
- MGMT_IP_PURGE_POLICY
- MGMT_IP_REPORT_DEF
- MGMT_IP_REPORT_DEF_ELEMENTS
- MGMT_IP_REPORT_DEF_JIT_TYPES
- MGMT_IP_REPORT_ELEM_DEF
- MGMT_IP_REPORT_ELEM_IMAGE
- MGMT_IP_REPORT_ELEM_PARAMS
- MGMT_IP_REPORT_ELEM_TARGETS
- MGMT_IP_SQL_STATEMENTS
- MGMT_IP_STORED_REPORT
MGMT_IP_REPORT_DEF
Each report has a row in MGMT_IP_REPORT_DEF. This table contains the ID
for the category, sub-category, report title and description.
Column Name |
Data Type |
Notes |
REPORT_GUID | RAW(16) |   |
SCHEDULE_GUID | RAW(16) |   |
SCHEDULE_ENABLED | NUMBER(1) |   |
STORE_ENABLED | NUMBER(1) |   |
PURGE_POLICY_GUID | RAW(16) |   |
TITLE_NLSID | VARCHAR2(100) |   |
DESCRIPTION_NLSID | VARCHAR2(500) |   |
OWNER | VARCHAR2(256) |   |
CATEGORY_NLSID | VARCHAR2(100) |   |
SUB_CATEGORY_NLSID | VARCHAR2(100) |   |
LAST_PUBLISHED_UTC | DATE |   |
LAST_EDIT_TIME_UTC | DATE |   |
LAST_EDIT_BY | VARCHAR(256) |   |
IS_JIT_TARGET | NUMBER(1) |   |
IS_JIT_MULTI_TARGET | NUMBER(1) |   |
ADD_TOC | NUMBER(1) |   |
PUBLISH_TO_PUBLIC | NUMBER(1) |   |
SYSTEM_REPORT | NUMBER(1) |   |
CUSTOM_REPORT_BEAN_CLASS | VARCHAR(500) |   |
INTERNAL_ONLY | NUMBER |   |
PACK_NAME | VARCHAR(64) |   |
STYLE | VARCHAR(64) |   |
SHOW_NAVIGATION | NUMBER(1) |   |
PRODUCT_NAME | VARCHAR2(100) |   |
COMPONENT_NAME | VARCHAR2(100) |   |
VERSION | VARCHAR2(100) |   |
GENERATE_CONTEXT | NUMBER(1) |   |
HELP_TOPIC_ID | VARCHAR2(256) |   |
Each row in MGMT_IP_REPORT_DEF is joined several times to MGMT_MESSAGES
to select the taxt for category, sub-category, title and description in the
local language.
The following query is used to extract this data (formatted for readability)
SELECT
report_guid,
system_report,
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = category_nls
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
),
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = category_nls
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
),
category_nls
)
) category ,
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = sub_category_nls
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
),
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = sub_category_nls
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
), sub_category_nls
)
) sub_category ,
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = description_nls
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
),
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = description_nls
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
), description_nls
)
) description ,
last_published_utc,
reports_filter_title,
reports_filter_owner
FROM
(
SELECT DISTINCT
rd.report_guid,
rd.system_report,
rd.category_nlsid category_nls,
rd.sub_category_nlsid sub_category_nls,
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = rd.title_nlsid
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
),
NVL
(
(
SELECT message FROM mgmt_messages
WHERE message_id = rd.title_nlsid
AND subsystem = 'REPORTS'
AND language_code = 'en'
AND country_code = ' '
), rd.title_nlsid
)
) reports_filter_title,
rd.description_nlsid description_nls,
rd.owner reports_filter_owner,
rd.last_published_utc last_published_utc
FROM MGMT_IP_REPORT_DEF rd
WHERE rd.internal_only = 0
)
ORDER BY
category,
sub_category,
reports_filter_title,
system_report DESC,
reports_filter_owner,
report_guid;