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!
Hi,
I am having issue in viewing Dashboard with Publisher Report as I can access Dashboard with Answers for my users under BI_Analyst
Is there any setting i need to modify for Publisher Integration??
Any ideas??
Thank you in advance.
make sure your data dictionary stats are up to date
Thanks, this was the issue.
begin dbms_stats.gather_fixed_objects_stats; dbms_stats.gather_dictionary_stats;end;
begin
dbms_stats.gather_fixed_objects_stats;
dbms_stats.gather_dictionary_stats;
end;
It helped, I'm going the schedule this.