Skip to Main Content

Analytics Software

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!

Permissions

998460Aug 27 2013 — edited Sep 4 2013

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.

This post has been answered by GeoC on Sep 1 2013
Jump to Answer

Comments

thatJeffSmith-Oracle
Answer

make sure your data dictionary stats are up to date

Marked as Answer by LPNO · Sep 27 2020
LPNO

Thanks, this was the issue.

begin

    dbms_stats.gather_fixed_objects_stats;

    dbms_stats.gather_dictionary_stats;

end;

It helped, I'm going the schedule this.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details