Thursday, March 20, 2014

OBIEE 11G: Remove The "Powered By Oracle" Logo


To remove the "Powered By Oracle" logo, edit Oracle_BI1\BIfoundation\web\msgdb\messages\standardviewtemplates.xml would be to replace:

<WebMessage name="kmsgPoweredByAnchor"><HTML><a href="http://www.oracle.com/technology/products/bi/index.html" target="_blank"><img border="0" src="<sawm:fileMap path="siebelbug.gif"/>" alt="<sawm:messageRef name="kmsgProductGeneral"/>" /&gt;</a></HTML></WebMessage>

With this:

<WebMessage name="kmsgPoweredByAnchor"></WebMessage>


No comments:

Post a Comment