Purge Cache from Admin tool

Hi Experts,
I am using security filters for groups. I am devolving my S&V. when ever I am changing my conditions it is not reflecting. I think I have issue with cache. When ever I am taking query from log always where condition is showing previous table which one I used two days ago.
My question is how can purge cache from security filters ? I don’t want keep any cache for any user.
Please let me know. Thanks for your time.

Hi user10441472,
Hi,
When you setup your session variable for your row level security, are you doing row-wise initialization? If so, did you remember to un-check the Use caching box?
If that is your problem, follow these steps to fix it
1) Open the RPD as Administrator
2) Go to Manage -> Variables
3) Double click on your initialization block
4) Click on the edit target button
!http://i47.tinypic.com/ddzwjt.png!
5) Un-check the Use Caching check box
!http://i48.tinypic.com/2qi01sm.png!
The other thing you can do is completely disable caching on your physical tables. Do the follow to do this:
1) Open your RPD as Administrator
2) Double click on a physical table
3) Un-check Cachable
!http://i47.tinypic.com/1r7xcp.png!
A final place you can turn off caching is a report.
1) Open you Answer report
2) Click on the advanced tab
3) Check the Bypass presentation service cache
!http://i48.tinypic.com/xaqclc.png!
Good luck and if you found this post useful, please award points!
Best regards,
-Joe

Similar Messages

  • OBIEE : Newly created rpd file not showing in the online mode in Admin tool

    Hi,
    I have recently installed OBIEE 10.1.3.4.2 and Oracle XE databse in a Windows XP (Professional version 2002 Service Pack 3) virtual machine on my Windows 7 machine.
    1) I have create an rpd file in Admin tool (all three layers). But I can only load this rpd file in offline mode, not in online mode.
    a)Saved the file sanjay1.rpd in c:\OracleBI\server\Repository directory
    b)Updated the c:\OracleBI\server\config\NQSConfig.ini (commented out the existing Star entry and replaced it with Star = sanjay1.rpd, DEFAULT;),
    c)Modified the C:\OracleBIData\web\config\instanceconfig.xml and made change to the CatalogPath entry (<CatalogPath>C:/OracleBIData/web/catalog/sanjay1</CatalogPath>)
    d)Stopped and restarted OC4J, “Oracle BI Presentation Server” and “Oracle BI Server” services.
    But I am still not able to load sanjay1.rpd in the Admin tool in the online mode. It is showing up only in the offline mode. What do I need to do load the file in the online mode.
    2)The existing Start entry in NQSConfig.ini was Star = samplesales.rpd, DEFAULT before I updated it. But samplesales.rpd is not showing up in online mode either. When I am selecting File/Open/Online a popup is coming up with title "Open Online AnalyticsWeb" and prompting to enter Administrator password. I would like to know why samplesales.rpd was not showing up in online mode and where is AnalyticsWeb coming from.
    Thanks
    Sanjay

    Dear Muram,
    Is did not work.
    1)Wihile the servers were running I opened the rpd in offline mode. It displayed the message the file can only be opened in the Read-Only mode. I accepted the message, opened the file and clsoed it and exited from Admin tool. I stopped the 2 services “Oracle BI Presentation Server” and “Oracle BI Server” in that order, and restrated them in the reverse order. In the admin tool it is still showing in the offline mode only
    2)I have as such no interest in AnalyticsWeb that is showing in the online mode. I did not create it, it must have been installed along with OBIEE. But I am curious where it is coming from. Because A)There is no rpd file for AnalyticsWeb in the Repository Directory B)Before I edited the NQSConfig.ini the default setting was samplesales.rpd. So AnalyticsWeb was never included in the NQSConfig.ini file C) samplesales.rpd was included in the NQSConfig.ini once, but it never showed up online.
    Thanks
    Sanjay

  • Oracle RAC with Admin tools

    Hello!
    I use Weblogic Server 10.3.2. I have a portal application and I want to manage the content with Portal Administration Console from admin-tools.war . Admin-tools is a part of my portal application. I eclipse I check for my ear project on Project Facets : Admin Console, Admin Framework, Portal Application Services, Portal Customizations Framework.
    I have a cluster with two servers. As a database I use Oracle 10 with two instances : instance 1, instance 2. I have created my domain with wizard and I checked RAC Multidatasources.
    All datasources and multidatasources are targeted to my weblogic cluster, also where is deployed my app and Portal Administration Console ( admin-tools.war).
    I use the multidatasources :
    Multidatasource Name : cgDataSource JNDI:      cgDataSource     Load-Balancing     
    Oracle Driver for data sources cgDataSource-rac0, cgDataSource-rac1 : oracle.jdbc.xa.client.OracleXADataSource
    MultiDataSource Name : cgDataSource-nonXA     JNDI : cgDataSource-nonXA      Load-Balancing     Oracle Driver:
    Oracle driver for datasources from multidatasource : oracle.jdbc.OracleDriver . Supports Global Transaction
    Name : p13nDataSource
    JNDI : p13n.trackingDataSource,p13n.sequencerDataSource,cm.sequencerDataSource,p13n.leasemanager,p13n.dataSyncDataSource,p13n.entitlementsDataSource,p13n.jobManagerDataSource,p13n.quiescenceDataSource,p13n.credentialsDataSource     Load-Balancing     
    Oracle driver for datasources from multidatasource: oracle.jdbc.OracleDriver .
    !!DOESN'T Supports Global Transaction!!
    Name: portalDataSource     
    JNDI : weblogic.jdbc.jts.commercePool contentDataSource contentVersioningDataSource portalFrameworkPool     Load-Balancing     
    Oracle driver for datasources from multidatasource: oracle.jdbc.OracleDriver .
    Supports Global Transaction
    Name: portalDataSourceAlwaysXA     
    JNDI : portalFrameworkPoolAlwaysXA     Load-Balancing     
    Oracle driver for datasources from multidatasource: oracle.jdbc.xa.client.OracleXADataSource
    Name: portalDataSourceNeverXA JNDI: portalFrameworkPoolNeverXA
    Oracle driver for datasources from multidatasource: oracle.jdbc.xa.client.OracleXADataSource
    But when I try to add a content, after a server restart, I receive the following error :
    <Error> <PortalAdminTools> <sun1> <Server-0> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1289472419642> <BEA-415097> <A RepositoryException was thrown: java.sql.BatchUpdateException: ORA-00001: unique constraint (WEBLOGIC_PORTAL_PROD.PK_CM_PROPERTY) violated
    com.bea.content.RepositoryException: java.sql.BatchUpdateException: ORA-00001: unique constraint (WEBLOGIC_PORTAL.PK_CM_PROPERTY) violated
         at com.bea.content.internal.server.common.dbaction.Batcher.processWithRetries(Batcher.java:148)
         at com.bea.content.internal.server.common.dbaction.Batcher.processAnyRemainingItems(Batcher.java:86)
         at com.bea.content.repo.internal.server.dao.PropertyDao.insert(PropertyDao.java:383)
         at com.bea.content.repo.internal.server.persister.JDBCNodePersister.createNode(JDBCNodePersister.java:148)
         at com.bea.content.repo.internal.server.logic.NodeOpsLogic.create(NodeOpsLogic.java:227)
         at com.bea.content.repo.internal.server.bean.NodeOpsBean.create(NodeOpsBean.java:106)
         at com.bea.content.repo.internal.server.bean.RepoNodeOps_ehgg7y_ELOImpl.create(RepoNodeOps_ehgg7y_ELOImpl.java:323)
         at com.bea.content.repo.internal.client.common.Node.create(Node.java:123)
         at com.bea.content.spi.internal.NodeOpsImpl.createNode(NodeOpsImpl.java:823)
         at com.bea.content.spi.internal.ExtendedNodeOpsImpl.createNodeWithNodeTypeAndObjectClassAndWorkflow(ExtendedNodeOpsImpl.java:81)
         at com.bea.content.federated.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestInterfaceVersionWrapper.java:72)
         at $Proxy457.createNodeWithNodeTypeAndObjectClassAndWorkflow(Unknown Source)
         at com.bea.content.federated.internal.filter.logging.NOPSLoggingFilter.createNodeWithNodeTypeAndObjectClassAndWorkflow(NOPSLoggingFilter.java:111)
         at com.bea.content.federated.internal.delegate.NodeLogic.createNodeWithType(NodeLogic.java:275)
    Caused By: java.sql.BatchUpdateException: ORA-00001: unique constraint (WEBLOGIC_PORTAL.PK_CM_PROPERTY) violated
         at oracle.jdbc.driver.DatabaseError.throwBatchUpdateException(DatabaseError.java:629)
         at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:9447)
         at oracle.jdbc.driver.OracleStatementWrapper.executeBatch(OracleStatementWrapper.java:211)
         at weblogic.jdbc.wrapper.PreparedStatement.executeBatch(PreparedStatement.java:191)
    What is the problem? Please tell me if you need more details about my configuration and problem.

    This issue is beyond simple WLS JDBC. I suggest opening a WLS portal bug.

  • Javahost Error : BI Admin Tool : nQSError 60001 and 77029

    Hi everyone,
    I'm trying to create a new repository using Oracle BI Admin Tool.
    Oracle BI server is in a remoot Unix machine, and I installed Oracle BI Admin Tool Client in my windows 7 machine.
    At the second step of Create New repository, I choose the connexion type Oracle OLAP, when I click next, I get the message *[nQSError : 6001] Connection failed for Remoote Service-JavaHost-AWImportService11G with message [nQSError : 77029] Java Host is not available inside the function AWImportService11G of SAW RPC modules ...*
    I made sure my NQSConfig.INI file on my machine contains the following information JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = "10.x.x.x":9810;
    But still, the same error ....
    Any clue ??

    Check this Doc ID 1330191.1
    As per this Solution is:
    To resolve access the Oracle OLAP cube from Admin tool when the JavaHost component was started up.
    This has already been added to the documentation:
    Oracle® Fusion Middleware Metadata Repository Builder's Guide for Oracle Business Intelligence Enterprise Edition
    (http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10540/datasource.htm#CACIDAAD)
    Setting Up Oracle OLAP Data Sources
    Before you import from an Oracle OLAP data source, ensure that the datasource is a standard form Analytic Workspace.
    In addition, the JavaHost process must be running to import from Oracle OLAP data sources, for both offline and online imports.
    If helps pls mark as correct/helpful

  • Accessing Essbase database from BI Admin tool

    Hi,
    I want to create a new RPD using Essbase database.
    I want to know how to configure Essbase data source so that I can use it for my rpd file.
    I have BI server installed on server machine and BI admin tool on my laptop
    I am using version 11.1.1.5.0
    From manual what I understood that on BI server machine, Essbase client libraries must be installed and the same client libraries should also be installed on machine where BI admin tool is installed.
    I tried to ask my collegues, but got different openions. Some of them said essbase client libraries are not required on machine where BI admin tool is installed.
    Please tell me correct way and step to configure Essbase as datasource for my RPD, wether I need to create a DSN on my laptop poiting to Essbase datasouce , etc.
    Thanks and Regards
    Santosh

    Hi Bala..
    Thanks for your help
    Can you tell me where is the bi-init.cmd file located?
    I installed BI admin tool on my laptop, but could not find this file in any folder..
    According to manual, I understand that to access Essbase data source, I need to install Essbase client libraries on BI server and on laptop where where BI admin tool is installed and
    creeate two variables and set them in bi-init.cmd file.
    Nw I want to know whether I need to create those two variabvles on BI server machine and update bi-init.cmd file on BI server or I need to create those two variables on my laptop where I have installed BI admin tool? As I mentioned above I dont see any bi-init.cmd file in BI admin installation which I did on my laptop.
    Either my installation has not happened, or this file is created on BI server and not on my laptop ?
    Please help me to understand the problem. I need to create Essbase datasousrce connectibvity and create a RPD based on this data source.
    Waiting for your reply.
    Thanks
    Santosh

  • BI Admin Tool crashes when importing from Essbase

    Hi folks,
    I'm trying to import an Essbase cube into my OBIEE RPD and it is causing the Admin Tool to crash with a generic Windows error msg that "BI Admin Tool has stopped working and Windows is looking for a solution"..
    I'm using OBIEE 10.3.1.4 with all components, including BI Server installed on my local machine which is Windows 7 32-bit. The Essbase server is on a different machine. The RPD is working fine for several other data sources, and crashes only when I try to import from Essbase. The Essbase server is also working fine. The crash happens regardless of whether I'm in online or offline mode. I even tried to create a new RPD in case the other one was corrupted, but even the new one crashes.
    I have Essbase client installed on the same machine as BI Server and my environment variables seem fine. All ports on the Essbase server machine are open and I can ping it from the BI Server machine, so it is not a network issue. I know this version of OBI is not officially supported on Windows 7, but it's working fine in all other respects. Has anyone had a similar problem in the past?
    Appreciate any advise.
    thanks,
    Axe
    Edited by: axe1 on Oct 19, 2010 5:54 AM

    I wonder if cube import only works when using a 32-bit Essbase client?

  • Oracle BI Admin Tool: copying permissions from group to group

    Hi!
    I'm working with Oracle BI Admin Tool (10.1.3.4).
    I have a lot of groups in the repository.
    I want to create a seperate group for each department and set filter for each group. For example, group 'Market' should see data only from the Marketing department, group 'HR' should see data only from its department.
    The question is the following: if I have 100 groups, do I have to set permissions to each of them manually or is there any mechanism of quick copying (function 'duplicate' is not suitable as groups are already created)?
    Thank you,
    Natallia

    First about filtering data for specific user groups: you need to implement row level security by using session variables.
    Here are some links:
    http://oraclebizint.wordpress.com/2008/06/30/oracle-bi-ee-1013332-row-level-security-and-row-wise-intialized-session-variables/
    http://www.rittmanmead.com/2007/05/13/obiee-and-row-level-security/
    http://obieegeek.wordpress.com/2009/04/05/row-level-security-using-initialization-blocks-and-session-variables/
    (You can find these links by using google.. ;))
    Second about groups and copying privileges/permissions: I don't think it is possible to copy privileges/permissions (other than hardcoding UDML) but it is actually not necessary when you create a security model first. Let me explain: in OBIEE groups can be member of a group, and the underlying group will inherit all the permissions of the group it is member of.
    So what you need to do, is to create one group with common permissions and privileges and add all the department groups to this group. If you want, you can then set the specific permissions for each group.

  • Import metadata from BI Admin tool -OBIEE 11g

    Hi,
    I am trying to import metadata from BI Admin tool 11g (offile- did not start BI services) but it always showing "Connection has failed". I tried ODBC 2.0, ODBC 3.5, OCI11g/10g with different schemas .. But still no luck... I checked all those from Toad and DSN Tests.. then all are successfulll... But in BI Admin Tool only I can not connect to those Datasources.. Where Iam wrong..? any workarounds would be appreciated...
    Thanks and Regards,
    Sri.
    (OBIEE 11.1.1.5, Oracle 11g R2 EE Database, MS Windows XP Professional Edition SP2)

    ORACLE FOLDER
    C:\Oracle\product\11.2.0\client_1\network\admin\sample
    We have tnsnames.ora file in this oracle folder coppy that and save it in
    C:\Oracle\product\11.2.0\client_1\network\admin
    Tnsnames.ora
    This tnsname.ora file should contain the details of
    Data Source name – ORCL
    Host name – xxxx.xxxxxx.com
    Portno - 1531 (This port no is default port in oracle)
    Service Name – ORCL
    OBIEE FOLDER
    C:\OBIEE\oraclebi\orainst\config\OracleBIServerComponent\coreapplication
    Tnsname.ora (need to have this file in the above path which is same in ORACLE FOLDER)
    GOTO – Start – Control panel – Administrative Tool – Data Source(ODBC) in this
    1.     Goto System DSN tab
    2.     Select Add at right side
    3.     A new pop-up window opens – ‘Create New Data Source’
    4.     Select from the list – Oracle in OraClient11g_Home
    5.     A pop-up window opens –‘Oracle ODBC Driver Configaration’ in that
    6.     Data Source name – Mandatory (You can give any name) e.g –ORACLE DSN
    7.     Description – Optional (you can give r leave it blank).
    8.     TNS Service Name – HOST:PORT/Data Source Name e.g –xxxx.xxxxxxx.com:1531/ORCL (xxxx.xxxxxx.com may be IP Address also)
    9.     User ID – Give Database USERID (If you are going to take data from SERVER you have to give Server Data Base USER ID / If you are going to take data from Local Machine use your Local machine database User id ) e.g –USER id – ‘system’ where password is – ‘Manager’

  • Mac OS X Server 10.4 - connect admin tools from one network to another?

    Hi,
    This may seem quite strange, but I have to do some administration of a server one one network, while being within another one. It seems that if I am able to connect to the internet utside of the office network (e.g. on a public network using wireless), I can just fire upp the mac admin tools and do my work perfectly.
    However, if I try to do the same while connected to the company network (which is governed by a OS X Server), I get nowhere. Can't even get a connection.
    Is there a way to get around this?
    /Fredrik

    I've run the Server Admin tool over a VPN; from a Mac OS X client (with the tools installed) on a remote LAN to a firewall-based VPN end-point. Worked fine; this configuration can work.
    It's possible here that you're encountering subnet routing, as various of the VPN solutions need either send all traffic over the VPN (there's a setting for that), or the local and the target LANs need be in separate and unique subnets. (As is my wont, I typically configure and use an outboard firewall. Not a host-based firewall.)
    So this could be a firewall port or three that need be opened (as mentioned in in earlier reply), or this could be subnet routing.

  • Purging RPD Cache from a Concurrent Program

    Hi,
    I need to purge RPD Cache from a Concurrent Program.
    Can anyone suggest me how the shell script should be and pre-requisites to execute it from Conc Prog.
    I am trying with SAPurgeAllCache method of Caching Mechanism..
    Thanks,
    Vency

    hi,
    See this below links
    it may helpful to you
    http://obiee101.blogspot.com/2008/03/obiee-manage-cache-part-1.html
    http://oraclebizint.wordpress.com/2008/02/11/oracle-bi-ee-101332-scheduling-cache-purging-phase-2-using-java-and-delivers/
    or else see this forums link
    Purging the Cache with iBots
    Regards
    Naresh
    Edited by: Naresh Meda on Feb 19, 2009 1:49 AM

  • Cluster member caches a copy of DefaultWebApp from admin server

    Hi,
              It seems that when a cluster member starts up, it fetches a copy of
              DefaultWebApp web application from admin server, and keeps it under a
              directory of $BEA_HOME/wlserver6.1/config/mydomain/applications/.wlnotdelete_$SERVER_NAME,
              and it doesn't look into its local copy of DefaultWebApp even being
              modified.
              How does this happen? How can it be disabled?
              Thanks in advance,
              William
              

    Hi,
              this does probably occur due a change in WLS 6.1 which was done in order to assure the server
              to function properly even when the customer deletes the defaultWebApp. If this is the case
              this
              cannot switched off.
              Do you observe other symptoms, which lets you think you have a problem with your server ?
              Regards,
              Christian Buchegger
              Developer Relations Engineer
              BEA Support
              William Li schrieb:
              > Hi,
              >
              > It seems that when a cluster member starts up, it fetches a copy of
              > DefaultWebApp web application from admin server, and keeps it under a
              > directory of $BEA_HOME/wlserver6.1/config/mydomain/applications/.wlnotdelete_$SERVER_NAME,
              > and it doesn't look into its local copy of DefaultWebApp even being
              > modified.
              >
              > How does this happen? How can it be disabled?
              >
              > Thanks in advance,
              >
              > William
              

  • How to delete the cache from Presentation Services(Web UI)

    Hi,
    How to delete the cache from Presentation Services(Web UI) and from rpd also.

    Hi,
    For Presentation services cache refer : http://gerardnico.com/wiki/dat/obiee/presentation_service_cache
    For RPD Cache :
    Admin tool(rpd) > Manage > Cache > Action > Purge
    or check following links
    http://gerardnico.com/wiki/dat/obiee/event_table
    http://oraclebi.blog.com/automating-cache-purging-without-using-obiee-scheduler/
    cheers
    Aravind

  • Bridge Freezing, Not Displaying Thumbnails, Says Disk Space is Low and to Purge Cache

    Hello,
    I'm working in Bridge CS5 on a Mac 0S X version 10.9.2. I have 12 GB of RAM and the server has 240 TB capacity, 76.69 available.
    Recently I've received the following error message while processing large photo shoots with both DNG and JPEG files: Bridge is running low on memory. It is recommended that Bridge is restarted.
    I have also been manually caching large photo shoots and my cache preferences were set to Keep 100% Preview In Cache and Automatically Export Cache To Folder When Possible. My cache size was set to 500,000.  Yesterday, Bridge started to freeze while attempting to open folders. The wheel would spin at the bottom with the message Compiling Criteria. The only way to close Bridge was a Force Quit. This happened several times.
    Today, image thumbnails will no longer display, only the DNG/JPEG icons. I received the following error message:
    I have tried restarting Bridge while holding the alt/Option key to reset the preferences and checking all three boxes - no luck. I have done the same thing with the boxes unchecked - no luck.  I have tried manually purging the cache from its location in the library - no luck. I have tried resetting the cache preferences from the toolbar - no luck. I have tried deleting the cache files from the folders - nothing changes. I have tried purging the cache for each folder from the tool bar - nothing happens.
    I need to restore the thumbnails and rebuild the cache for each folder. Does anybody have an idea what is wrong or how to help?
    Many Thanks!

    Okay, so I have a solution. If after purging the central cache on the server Bridge continues to not perform normally try emptying the trash. I did this and it worked.

  • Bridge Freezing after Caching Photo Shoots - Says Running Low on Disk Space & To Purge Cache

    Hello,
    I'm working in  Bridge CS5 on a Mac 0S X version 10.9.2. I have 12 GB of RAM and the server has 240 TB capacity, 76.69 available.
    Recently I've received the following error message while processing large photo shoots with both DNG and JPEG files: Bridge is running low on memory. It is recommended that Bridge is restarted.
    I have also been manually caching large photo shoots and my cache preferences were set to Keep 100% Preview In Cache and Automatically Export Cache To Folder When Possible. My cache size was set to 500,000.  Yesterday, Bridge started to freeze while attempting to open folders. The wheel would spin at the bottom with the message Compiling Criteria. The only way to close Bridge was a Force Quit. This happened several times.
    Today, image thumbnails will no longer display, only the DNG/JPEG icons. I received the following error message:
    I have tried restarting Bridge while holding the alt/Option key to reset the preferences and checking all three boxes - no luck. I have done the same thing with the boxes unchecked - no luck.  I have tried manually purging the cache from its location in the library - no luck. I have tried resetting the cache preferences from the toolbar - no luck. I have tried deleting the cache files from the folders - nothing. happens, I have tried purging the cache for each folder from the tool bar - nothing happens.
    I need to restore the thumbnails and rebuild the cache for each folder. Does anybody have an idea what is wrong or how to help?
    Many Thanks!

    You will get better program help in a program forum Bridge General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Purge Cache by user

    Is there a command available to purge cache by user? something like "SAPurgeCacheByUser"
    In the documentation the following comands are available for purging the cache
    1. SAPurgeCacheByQuery
    2. SAPurgeCacheByTable
    3. SAPurgeAllCache
    4. SAPurgeCacheByDatabase
    The cache entries can be viewed by user in the cache Manager from Adminisdtrator tool... I wonder why there is no command available to do the same from the scripts...
    Currently I have setup the purge at the physical table level using the UET table (Event Polling table) that gets inserted with entries based on ETL jobs.
    We have requirements to purge cache entries for specific requests (that take lot of time to run) monthly, and still continue to clear cache generated from adhoc analysis requests on a daily basis...
    I seems like I'm left with only one appraoch to clear the cache using "SAPurgeCacheByQuery" by generating scripts that will capture the queries for which the cache needs to be purged...
    If anyone has an alternative (easier) method... please suggest..
    Thanks
    Sundar

    Okay, let me try to explain what I'm looking for...
    Current setup...
    We are purging the entire cache daily at a physical table level using the Event Poll table that is setup to get inserted with physical table names based on the ETL routines. If the Dim or Fact is inserted/updated by the daily loads then I insert a row into the event polling "UET" table with the physical table name of the dim or fact. OBIEE server is set to poll the UET every hour and when it finds an entry for a physical table, it clears all the caches associated with the physical table.
    I'm looking for....
    I have some fact tables that are very large and few queries to report at monthly or yearly level are not performaning well, so I'm looking for ways to retain the cache for specific requests which does not need the incremental daily changes to the facts/dims. Rest of the cache entries created by adhoc quering through answers can continue to be purged on a daily basis.
    To be able to achive this flexibility, I need to do the following
    1. Remove the cache purging based on physical table that is setup now based on UET table polling from OBIEE server...
    2. Identify those requests that need to be retained for a month or a week (typically these are used in dashboards and some monthly or weekly runs identified by users) These reports need not change until the next month or week... even though the fact and dims are loaded on a daily basis...
    3. Purge all the cache entries except for those request that are identified as weekly or monthly refresh rates...
    I was thinking that if I schedule and run those monthly or weekly request for seeding the cache with Administrator login then all I have to do is purge rest of the cache entries that are run by Non Administrators....
    Ofcourse this is not a complete solution as I need to be able to differntiate between a weekly and monthly requests...
    Hope this explaination helps, if not, let me know, I can try to provide more details....
    I appreciate you taking time to understand the question and try to help...
    Thanks
    Sundar

Maybe you are looking for