Showing posts with label oracle logo. Show all posts
Showing posts with label oracle logo. Show all posts

Tuesday, June 17, 2014

OBIEE 11g : Changing Oracle Logo from Login/Home Page


In OBIEE 11g we can change the oracle logo from login page as well as home page.
For custom skin changes we have already deployed ‘TestSkin’.
Plese refer ,

OBIEE 11g: Deploying & Developing a Custom Skin Part 1

OBIEE 11g: Deploying & Developing a Custom Skin Part 2


1. Changing Oracle Logo from Login Page-

Oracle logo appearing on login page is located at below location,

<instances>/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/sk_TestSkin/login/

The logo image located at this location is oracle_logo.png”.
So we simply need to replace this image with the logo that we need to put.
Rename new logo as “oracle_logo”
Logo should have same size as of Oracle logo i.e. 119x25

2. Changing Oracle Logo from Home Page-

Oracle logo appearing on home page is located at below location,

<instances>/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/sk_TestSkin/B_mozila_4/

We need to follow same steps as we followed to change logo from login page.
The logo image located at this location is oracle_logo.png”.
So we simply need to replace this image with the logo that we need to put.
Rename new logo as “oracle_logo”
Logo should have same size as of Oracle logo i.e. 119x25

Once done restart presentation services and you will see the changed logos on login as well as home page.