How to seed n clear cache of obiee

Hi,
Is it possible to seed n clear cache of obiee 10g using pl/sql code? wht are other method except ibot to seed cache?
ETL is based on pl/sql..so how to manage cache after etl load?
Thanks,

OBIEE has NQCMD utility to handle the cache best. Use this utility to Purge & Seed the cache. You will have to copy the report sql which you want to seed into a text pad and use that as source to NQCMD utility to run query and populate the cache entry.
Purging is very easy here...and same goes for seeding.
Like SeedTableCache.txt which will have your SQL scripts. Once this is used via NQCMD which can be scheduled using Job Manager or any other job.
nqcmd -d AnalyticsWeb -u Administrator -p Administrator -s c:\obiee\SeedTableCache.txt
Refer
http://obiee101.blogspot.com/2008/03/obiee-manage-cache-part-1.html
Hope this helps

Similar Messages

  • How to enable OHS compression/cache for OBIEE

    Hi i have installed OHS (11.1.1.7) and webcache on OBIEE 11.1.1.7. Does any one know how to enable/configure compression/cache for OBIEE analytics? Also how to validate if compression is working?

    Hi Anke,
    all tables that have been created in V9.7 with attribute COMPRESS YES will be compressed statically .
    db2 " select count(*) , rowcompmode from syscat.tables group by rowcompmode "
    After the upgrade to 10.5 all tables created with attribute COMPRESS YES will get rowcompmode='A' but old tables created with V9.7 will stay with rowcompmode='S' .
    You can change tables from  rowcompmode='S' to rowcompmode='A' via  ALTER TABLE . After this all new pages or old pages that are touched will be adaptively compressed. But old pages that are not touched will only be static compressed. To get all pages of an existinbg table adaptive compressed you need to move data. For example with DB6CONV.
    Regards
                   Frank

  • OBIEE 11g: how to automate browser clearing cache

    Hi,
    We upgraded OBIEE 10g to 11g the implementation includes EBS SSO ( which works in 10g).
    the SSO functions OK meaning when we login from ERP Bussiness selection responsibilities to the OBIEE dashboard page we can access it and the login succeed.
    The thing is that when we change the responsibility to another responsibility the Application role of the user does not updated and the old role ( the user get again the first role that was assigned in the first login ) meaning the role was not changed with the new responsibility.
    I think that browser cache find OBIEE session and connect to the session without call /* valueof(NQ_SESSION.ACF) */ APP_SESSION.validate_icx_session('valueof(NQ_SESSION.ICX_SESSION_COOKIE)')
    So, to automate browser clearing cache ?
    Thank you

    Thank you Veeresh,
    I think this situation is due to a feature of Weblogic
    "+The browser caches user credentials and frequently re-sends them to the server automatically. This can give the appearance that WebLogic Server sessions are not being destroyed after logout or timeout. Depending on the browser, the credentials can be cached just for the current browser session, or across browser sessions.+"
    [http://docs.oracle.com/cd/E23943_01/web.1111/e13711/thin_client.htm#i1033402].
    I understand the advantage that helps to not make the login process more unnecessary. But I have to disable the feature, otherwise the end-user will not be able to change permission on BI /ERP responsibility and will have totally close the browser. The question is how to disable it (Weblogic feature) ?
    Thank you,
    Ark

  • Command line to clear cache?

    JRE 1.4.2_04
    I need to clear the cache on about 2000 machines and would prefer not to visit each one physically. Is there a command line parameter I can feed to jpicpl32.exe to trigger the cache clear? I've seen several threads asking about this but it does not seem to have been addressed as other solutions were found. However, I have no access to the server side of the application, so my only option is to clear the cache.
    can this be done?

    Hi,
    OBIEE Cursor Cache clear from Dashboard Java Script
    OBIEE Cursor cache is normally cleared from the Administration - Manage Sessions Screen...
    Here is a way that a piece of java can be embedded into a dashboard and call an xframe so you cant see it being called and clear the OBIEE Cursor cache - Presentation cache in effect.
    1. Just insert a text box into Dashboard - Tick the "Contains HTML Markup"
    2. Paste the script below into the text box
    <script language="javascript">
    document.write(
    "<iframe width=0px height=0px src=" +
    document.location.href.match(/^[^?]+/) +
    "?ManageSessions" +
    document.location.href.match(/&_scid=[^&]+/) +
    "&Action=CloseAllCursors&Done=saw.dll%3fSessions',{ensureFreshUrl:true});return false;')></iframe>"
    </script>
    Voila - when ever you click on the dashboard or refresh it the cursor cache will get cleared.
    Please refer the below links for more information on this.
    What Is Presentation Services Cache In Fact?
    http://prolynxuk.com/blog/?p=496
    how to seed n clear cache of obiee
    http://obiee101.blogspot.in/2008/03/obiee-manage-cache-part-1.html
    How to clear the cache daily automatically
    http://obiee10grevisited.blogspot.in/2012/02/cache-in-obiee.html
    Award points it is useful.
    Thanks,
    Satya

  • How to clear cache in oracle without bouncing apache,

    Hi guys,
    Can any one please suggest how to clear cache without apache bounce....
    Thanks in advance

    Thanks for your reply....
    I have done controller extension ,through personalization i have added the new controller path to the seeded page............
    But now i need the actual controller instead of my new custom controller for this i have firstly disabled Personlization for my user then i went to that page i have clicked on 'Inherit'() option ,then again i have enabled personalization ...now when i open that page itz still pointing to the custom controller path instead of the original controller......
    Help me to solve this issue without Apache bounce....
    Edited by: 912808 on Mar 21, 2012 6:19 AM

  • How do I clear cache and cookies on my ipad

    How do I clear cache and cookies on my ipad?  I was told to do this when I was trying to download ebooks to ibooks and kindle

    Settings/safari/clear history;clear cookies and data

  • How to clear Cache in Safari?

    I found this solution to clear Cache in Safari on the community pages.
    Does it work? I hope the Safari developers with confirm.
    How to clear Cache in Safari
    ~Bee Delaware
    Jan 3, 2013 7:34 PM
    Quit Safari.
    Click out on your desktop somewhere to get Finder menu on the top menu bar.  Then look over to the right, and select the "Go" menu while holding down the "Option"button.  You will then see an option for "Library" right under your home folder on that list.
    That is your hidden Users Library.  Open that Library, go down to Caches.  Open that, and then look for apple.com.Safari.  Take that file to the trash.
    Restart Safari.
    I tried it, I do not know what the consequences are yet

    It''s a bit drastic, but that clears Safari cache. There's another way of clearing the cache:
    1. Open Safari, go to Safari menu (on the menu bar) > Preferences > Advanced, and tick "Show Develop menu in menu bar".
    2. Close Preferences, and go to Develop menu > Delete cache

  • How to clear cache for items after submitting the page ?

    db11gxe , apex 4.0 , firefox 24 ,
    hi all ,
    i have a non enterable pop-up lov and a report in the same page , and i search with the pop-up item , but the problem is when i click the search button ,
    the value in the pop-up is not deleted , and sure i want it cleared after i search ? how to do so ?
    thanks

    Surely, when you click the search button, the value in your item is required by the report (as a parameter).
    Create a button (RESET) with a branch back to the same page and use the clear cache in the branch
    Gus

  • In Tools, Options, there is a checkbox that states "ask me before clearing cache" I do not want to be asked. How do I get that box unchecked?

    In Tools, Options, there is a checkbox that states "ask me before clearing cache". It was checked by Firefox not me. I do not want to be asked. How do I get that box unchecked?

    You are using a very old version of Firefox that is no longer supported.
    You should upgrade to the latest Firefox 3.6 version from [http://www.mozilla.com]. Let me know if this fixes the issue.

  • How to clear caches using lion

    how to clear caches using lion

    There are a number of 3rd-party apps that will delete caches, among other things.  The free OnyX is a good one.
    But, as a brody says, it's usually not a good idea to do that unless you're sure it's needed. 

  • How to clear cache in weblogic server 10.3

    Hi,
    I am using web logic to handle cache ? How can i clear cache using web logic Mbeans?

    which cache are you talking about? Coherence cache?
    Or maybe you are talking about code cache, as explained here http://wlatricksntips.blogspot.com/2010/07/clearing-cache-for-weblogic-instance.html ?

  • How to clear cache after mime object is updated?

    Hi Expert,
        I create a mime object (such as "test1.jpg") in mime repository.
       In web dynpro, I add two UI elements: a formatted text edit and a File-Upload "Insert Image",
       after I click the File-Upload "Insert Image",
       I select an image file (such as test2.jpg) from local directory, and upload the content of the image file to mime object(test1.jpg) in mime repository.
       at the same time, I insert a line into formatted-text-edit as "<img src="/SAP/Public/.../test1.jpg" />".
       I double click the mime object (test1.jpg), its content has changed as test2.jpg,
       however, formatted-text-edit still displays the content of test1.jpg.
       When I mannually clear the cache of IE, and refresh the web, Formatted-text-edit display the content of test2.jpg.
      It's obvious that the cache of http server isn't cleared.
      How to clear cache after mime object is updated?
      Any suggestions are welcomed.
      Thank you.
    Best Regards,
    Derek
    P.S. the source code:
    lv_url = '/SAP/BC/WebDynpro/SAP/ZENHANCE_IA/test1.jpg'.
      lo_mine_rep = cl_mime_repository_api=>get_api( ).
      lo_mine_rep->put(
        EXPORTING
          i_url     = lv_url
          i_content = lv_file_string ).
    Edited by: Derek Zhao on Sep 20, 2010 6:21 AM

    Hi Derek,
    Have you tried the method INVALIDATE_ICM_CACHE of class CL_MIME_REPOSITORY_API ?
    Regards,
    Anand

  • How to clear Cache in SAP BW

    Hi All,
    i changed 1 .js file in mime repository, but the changes are not getting reflected when i run 1 of the WAD templates. it still picks the old .js file. i guess there is some problem related to clearing of cache memory.
    Any ideas about how to clear cache in BW?
    Thnx in advance
    Godhuli

    Hi Godhuli,
    You can call transaction <b>RSRCACHE</b> and you can delete all; In OSS Note 456068, you can find all the issues related to this kind of problem
    You can also refer oss notes 679609,779015 for OLAP cache invalidation.
    Awarding points is the way of saying thanks in SDN!!!
    Regards,
    Balaji

  • How to clear cache for file server

    Hi All,
    I want to know that how to clear the cache in solaris using commands.
    What is the ip connection cache file?
    Please share your knowledge with me.
    Thanks in anticipation.
    Regards
    Anup

    All this info applies to
    Portal version 9.0.2.6.18
    I found that there is portlet called "clear cache",
    under provider portal tools. This when placed on a tab can clear the cache of that tab for a user.
    I found this as a work around for the API.
    Harish

  • How to clear cache during development?

    I don't want Flash to store the video and image files it pulls in when I test publish the swf. Somewhere it's keeping those files in cache, making it impossible to test a realistic download situation ( such as loading indicators, buffering bars, etc ) because the 'loading' file is immediately available in its entirety due to being stored in cache.
    Anyone know how to control the caching behavior?
    I am using:
    Adobe Flash CS5
    Windows XP PRo

    When you pull content in from the Web, what type of files and how is it done? Are you testing in a browser?
    If you see a "loading" bar for a video, I'd say it's being cached in a Web browser cache...
    When you work "with a clear cache", how did you clear the cache?
    Have you checked your Web browser cache before and after testing to see if the file is in the browser cache?
    In FF you can check by typing "about:cache" in the address bar. In IE, it's a little harder in the new version but in XP you could view directly into the cache.
    All that being said, I pupose you could add a time/date component to the file name so that your file always need new data, something like used in news-tickers, etc.
    xmlData.load("news_ticker.xml?blarg="+new Date().getTime());
    which requires a new time and date appended to this particular xml file, hence always requireing a new version of the file to be loaded.
    Perhpas you could adapt that approach.
    Best wishes,
    Adninjastrator

Maybe you are looking for

  • I need to download all my emails from an html server account and archve them on my PC. How?

    I have a paid email account on Spamcop, which will be shut down in a few days. I want to download all my emails, inbox and sent-mail, to my PC and archive them -- before deleting them from the server. I currently have a "mirror" of the server in Thun

  • Sort by Creation Date and TIME!

    I need to sort hundreds of images taken by three photographers and on six different cameras. I sort by Image Date, but it keeps each photographers images together, seems to sort by DATE only, then by file name. I have used iView Media Pro to sort thi

  • HTTP 403 Forbidden in SM59 for a RFC type H

    Hi Experts, I have created a RFC destination on SM59 in PI type H pointing to my ECC box. This is for inbound abap proxies scenarios. When I run a connection test in SM59 I got 403 - Forbidden. These are the config parameters in my RFC dest.: TAB Tec

  • I use js change the sequence of options, JSF go through lifecycle, why?

    Hi,All When I use javascript change the sequence of options, JSF go through Restore View, Apply Request Value, Process Validations, Render Response four lifecycle. why? <f:view> <head> <script> function moveDown()      var selObj = document.getElemen

  • Exchange 2013 Journaling Best practices

    I am using native Exchange 2013 Journaling for journal all external messages for all users. The size of journal mailbox is very huge. I am looking for best practices for journaling in terms of journal mailbox size? Journal database size? Do I need to