Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
sharing report on a website as a public report without authetication

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.
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.
0