Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 11g: Customizing the OBIEE Home Link

Hello,
I have been trying to find ways to rename the OBIEE home link from: http://Host:7777/analytics/saw.dll?bieehome to "Data Portal" for example. How can I do that if feasible?
Thanks,
Noha
Answers
-
What do you call a "home link"? This?
0 -
Yes, The link to OBIEE home page. Instead of https://host:port/Analytics/saw.ddl?bieehome, I need to show "CIB Data Portal", just a text instead of the link.
0 -
You want to have the URL display a static text? What would be the point of that? I think you're a bit confused about requirements there. Maybe you mean the title tag displayed in the browser tab or the header name of the OBIEE header or something.
0 -
Hi,
Do you know how "internet" works, right?
To show your "CIB Data Portal" instead of the URL you must create your own browser ... (I'm sure you can compile your own version of a free browser to add a piece of code doing that).
More seriously the only thing crossing my mind now would be a Chrome extension detecting the URL and replacing it once the page is loaded.
That's not an OBIEE thing as you want to change the behavior of the browser ...
0 -
As the others have pointed out, you can't change the text just arbitrarily. But you can "prettify" the URL: a) Ask your network admins to create a DNS CNAME for 10.11.2.143 to "cib-data-portal" (you can't have spaces) b) Set up a web server listening on the default HTTP port 80 that would forward all requests to the backend port & application path That way users would then access OBIEE at http://cib-data-portal/
0 -
Thank you so much. This will do. Appreciated.
0 -
So all you were looking for is a custom domain for OBIEE and a proxy to hide the port number.
Different than
Noha Shaaban wrote:...need to show "CIB Data Portal", just a text instead of the link.
0 -
I doubt it but I guess he "settles" for that :-P
0