Sunday, June 19, 2011

Place Clear Cache Button On any Dasbhoard Page in OBIEE

<html>
<head>
<script type="text/javascript">
var v_scid="";
v_scid=saw.commandToURL.toString(1);
v_scid=v_scid.substr(v_scid.indexOf('_scid=')+5,v_scid.length);
v_scid=v_scid.substr(1,v_scid.indexOf('\"')-1);
//alert(v_scid);
function clearCache(){
saw.runThisURL('saw.dll?ManageSessions&_scid='+v_scid+'&Action=CloseAllCursors&Done=saw.dll%3fSessions',{ensureFreshUrl:true});return false;}
</script>
</head>
<body>
Close
</body>
</html>

Until Next Post ... :)

No comments:

Post a Comment