Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

sharing report on a website as a public report without authetication

Received Response
1
Views
1
Comments
User_428ZJ
User_428ZJ Rank 1 - Community Starter

hello,

I am very new to the OBIEE. I am working with version 12.2.1.4.0. I have a requirement to embed the report i created on OBIEE on our website and have it available to public as a public information report. please help me understand if its possible and how can we do this.

Thank you,

Mubassir. 

Tagged:

Answers

  • For some obvious reasons you don't really want to embed something delivered directly from OBIEE in your website. Just because your OBIEE will be hacked or taken down in 10 minutes.

    I also doubt you want to run a query on OBIEE for every single user on your website, your analysis is probably a daily or hourly or whatever other time frame analysis which can be refreshed only from time to time.

    For this kind of needs you have various options detailed in https://docs.oracle.com/middleware/12213/biee/BIEIT/index.html .

    Webservices for example are a good way of doing things, or agents and a piece of script to store the result of the agent etc.

    The key point is anyway to not have a direct link between users on your site and OBIEE, you better have a "thing" in between to isolate and protect your OBIEE.