Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ASH Report always displays "No data exists for this section of the report" in all its sections.

User_A7RKTJan 29 2020 — edited Jan 30 2020

Hi guys,

It's Oracle 12c R2 for Linux x86.

I am producing ASH reports and the reports always display "No data exists for this section of the report" in all its sections, no matter what date or time or duration I set for it.

Thanks in advance!

define dbid = '';

define inst_num = '';

define report_type = 'html';

define begin time

define begin_time ='01/29/20 08:00:00'

define duration = 30; -- in minutes

define report_name = '/media/sf_extdisk/ash_report.html';

define slot_width = '';

define target_session_id = '';

define target_sql_id = '';

define target_wait_class = '';

define target_service_hash = '';

define target_module_name = '';

define target_action_name = '';

define target_client_id = '';

define target_plsql_entry = '';

define target_container = '';

@ $ORACLE_HOME/rdbms/admin/ashrpti.sql

This post has been answered by User_A7RKT on Jan 30 2020
Jump to Answer
Comments
Post Details
Added on Jan 29 2020
6 comments
2,615 views