Oracle OTBI Report View does not run for wider search
The only table/view I have been able to identify, that provides OTBI report usage statistics is the BIPUBLISHER_V view as provided by Oracle. This view consistently either fails or takes forever to complete (running the SQL select below) via scheduled report. The report is a simple select to count how many times a report has been used in a given time period. Regardless of time period, the report still fails.
Is this an issue with this view? Does anyone have the underlying tables in that view?
SQL below:
select
count(IAU_INITIATOR),
IAU_RESOURCE
from BIPUBLISHER_V
where 1=1
Tagged:
0