Avoid the Cache for a particular request

Hello

I have a dashboard with a line of dashboard and a report in the same section. I have to go to the database all the time for this report, then on the Advanced tab of the report, as a prefix, I'm using - define the variable disable_cache_hit = 1;
The dashboard guest, has a field that is filled from the same table, but how do I build the dashboard line, disabale and go to the database cache?

Thanks for your time and your help.

Use SQL Show guests and ' set the variable disable_cache_hit = 1;' before your sql as
Set the variable disable_cache_hit = 1; Select the column of the field

Hope this helps

Tags: Business Intelligence

Similar Questions

  • How to avoid the cache of the browser Mozilla Firefox?

    Hello

    Firefox cache is driving me crazy:

    -browser.cache.memory.enable
    -browser.cache.disk.enable

    Some reports return an incorrect value, because the browser cache is used... Firefox does not detect the changes!
    I don't want to ask all users of my application to these 2 settings set to false.

    Is there a way to avoid the cache?
    Or to change HTTP server setting?

    Thank you

    Thomas

    Hello

    Yep - you might want to open a new thread with "BUG" in the title, so that a person can pick this up.

    You can recreate this feature manually, if you wish:

    1 create an application to the element called G_UNIQUE_ID for example

    2 - create a PL/SQL application process that runs "Before Header". This could be something like:

    DECLARE
      vID NUMBER;
    BEGIN
      vID := TRUNC(DBMS_RANDOM.VALUE(1000000, 1000000000));
      :G_UNIQUE_ID := vID;
    END;
    

    1000000 and 1000000000 are low - and - upper limit of a random number

    3, and on the branch as part of the request, put:

    &G_UNIQUE_ID.
    

    Andy

  • How to set the color for a particular column in the table in advance?

    How can we set the color for a particular column in advance table based on a few feteched of vo in process request query parameter?

    Hello

    Reference http://oraclearea51.com/blog/dynamically-color-the-rows-in-an-oa-framework-advanced-table.html

    and prev thread. Can color us the lines in the column of a table

    It will be useful.

    Kind regards
    GYAN

  • How can I clear the cache for safari

    We're more able to clear the cache for Safari 9.0.3 is OS10.11.3?

    hippie1 wrote:

    We're more able to clear the cache for Safari 9.0.3 is OS10.11.3?

    In Safari, go to Preferences-> privacy and click the 'Détails' button in the middle right of the dialog box.

  • How to enable the CACHE for all LOB data

    Hello

    I want to activate the CACHE for all LOB in my database - 10.2.0.4

    Does anyone has generic script to activate the cache for all TRADES

    Thank you

    You should be able to write some dynamic SQL code. This will set each BUSINESS in the current schema CACHE

    DECLARE
      l_sql_stmt VARCHAR2(4000);
    BEGIN
      FOR lobs IN (SELECT * FROM user_lobs)
      LOOP
        l_sql_stmt :=
          'ALTER TABLE ' || lobs.table_name ||
          ' MODIFY LOB( ' || lobs.column_name || ' ) (cache)';
        execute immediate l_sql_stmt;
      END LOOP;
    END;
    

    Justin

  • purge the cache for Application Server in 8.43

    Hello
    How to purge the cache for Application Server in 8.43?
    Thank you.

    In the later version, it is an option in the psadmin menu, not sure about PT8.43.
    In any case, delete the file %PS_HOME%\appserv\domain_name\CACHE did the same thing.

    Nicolas.

  • Clear the cache for all items after going to another page

    Greetings,

    I have an application where I have a group of radio with Submit buttons. When I'm on this page, after sending and it is up to the page, I don't want the cache disabled for items on this page. But once I go to any other page in the application, I hide disabled for items on this page. In other words, I would like the values in my articles to stay until I leave the page. Then, once I go back to the page, I don't want to see the choices I made when I was on the page, the last time. How could I get this?

    Thanks in advance,
    John

    I'm sorry. REQUEST.

  • Questions about the configuration of the cache for use with partitioned off-lot...

    Once more, I give it a try to see if we can make use of the new partitioned (split) off-heap storage and are having problems with the configuration of the cache (including configuration files).

    The problems that I had, it seems that < high > units should be specified for the entire cluster (or perhaps for a node? not sure yet!) while < original-size > & < size > is specified by partition. Is this correct? That's the way it was intended (for me it would have seemed more logical to also specify < high-units > per partition since I guess overflow checking and expulsion is made by partition)? The way I read the documentation, it seems that all three should be per partition if < partitioned > true < / partitioned > is specified.
    If I value < > 1 mb high-units (as i belive I should if it was per partition) I get the impression that I posted in a previous question (a message to info on some missing index data, then the crash of nodes in cluster with some of out of memory error).

    / Magnus
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    
    <cache-config>
        <caching-scheme-mapping>
            <cache-mapping>
                <cache-name>ObjCache</cache-name>
                <scheme-name>off-heap-near</scheme-name>
                <init-params>
                    <init-param>
                        <param-name>front-size</param-name>
                        <param-value>200000</param-value>
                    </init-param>
                </init-params>
            </cache-mapping>
        </caching-scheme-mapping>
    
        <caching-schemes>
            <near-scheme>
                <scheme-name>off-heap-near</scheme-name>
                <front-scheme>
                    <local-scheme>
                        <high-units>{front-size}</high-units>
                    </local-scheme>
                </front-scheme>
                <back-scheme>
                    <distributed-scheme>
                        <service-name>PartitionedOffHeap</service-name>
                        <backup-count>1</backup-count>
                        <thread-count>4</thread-count>
                        <partition-count>127</partition-count>
                        <backing-map-scheme>
                                  <partitioned>true</partitioned>
                              <external-scheme>
                                    <nio-memory-manager>
                                       <initial-size>1m</initial-size> <!-- PER PARTITION?! -->
                                       <maximum-size>1m</maximum-size> <!-- PER PARTITION?! -->
                                    </nio-memory-manager>
                                    <unit-calculator>BINARY</unit-calculator>
                                    <high-units>127m</high-units> <!-- PER PARTITION/NODE/CLUSTER?????? -->
                             </external-scheme>
                        </backing-map-scheme>
                        <backup-storage>
                        <!-- PARTITIONED BY DEFAULT?! -->
                            <type>off-heap</type>     
                        <initial-size>1m</initial-size> <!-- PER PARTITION?! -->
                        <maximum-size>1m</maximum-size> <!-- PER PARTITION?! -->
                        </backup-storage>
                        <autostart>true</autostart>
                    </distributed-scheme>
                </back-scheme>
                <autostart>true</autostart>
            </near-scheme>
        </caching-schemes>
    </cache-config>

    Sorry, my description is very confusing. High units is by cache. What I was trying to say, is that cache mapping can train additional units high to affect the memory required by the node. Since multiple caches can map to the same pattern, especially if you use wildcards in the mapping, you must consider the total number of hidden units of high times. It is true or not caches use different services.

    You are also right about high units, applying to the partitioned support cards. You could have easily expulsion are happening as you describe. We must take another look at the configuration because it is too easy to make a mistake.

    As expected, the allocation of card support splitting is lazy to avoid the problem you described. The worst case situation, I was trying to explain can occur if you have caused all buffers to be allocated based on the data before all other nodes could take some of the partitions.

    Kind regards

    David

  • How change the font for a particular word in RichTextFiled?

    Hi all

    I use RichtextField to display information on the screen.

    The problem is that I want to put fonts for a particular word without splitting the string.

    for example: if it is the string "I'm a Blackberry developer.

    Now, I want to define "BOLD" police "Developer of Blackberry"

    How do I do that?

    If someone of you can give me the solution.

    Would be a great help.

    Thank you

    Sumit

    You can do this mark as resolved then?

    You might also be interested in this:

    http://supportforums.BlackBerry.com/T5/Java-development/simple-HTMLTextField-implementation/TD-p/454...

  • Get the size of the file for a particular file in a data store

    I was wondering if it was possible to get the size of a particular file on a data store. It seems that this should be trivial, but I'm new to PowerCLI and I see not all the properties of size when I invoke the cmdlet:

    PS fs:------> Get-ChildItem "somefile" * | Get-Member

    TypeName: VMware.VimAutomation.ViCore.Impl.V1.DatastoreManagement.DatastoreFolderImpl

    Name MemberType definition

    ----              ----------   ----------

    Method of ConvertToVersion T ConvertToVersion [T])

    Equals method Boolean Equals (System.Object, obj)

    GetHashCode method int GetHashCode()

    Type of the method GetType GetType()

    IsConvertableTo method bool IsConvertableTo (type toType)

    String the ToString ToString() method

    PSChildName NoteProperty System.String PSChildName = XXXXXXXXXXXXXXXXX

    PSDrive NoteProperty VMware.VimAutomation.ViCore.Cmdlets.Provider.DatastoreProvider.DatastoreDriveInfo PS...

    PSIsContainer NoteProperty System.Boolean PSIsContainer = True

    PSParentPath NoteProperty System.String PSParentPath=VMware.VimAutomation.Core\VimDatastore::\XXXXXXXXXXXXXX

    PSPath NoteProperty System.String PSPath=VMware.VimAutomation.Core\VimDatastore::\XXXXXXXXXXXX

    PSProvider NoteProperty System.Management.Automation.ProviderInfo PSProvider=VMware.VimAutomation.Core\VimDa...

    Datastore property {get ;} VMware.VimAutomation.ViCore.Types.V1.DatastoreManagement.Datastore data store

    DatastoreFullPath property System.String DatastoreFullPath {get ;}

    DatastoreId property System.String DatastoreId {get ;}

    FolderPath property System.String FolderPath {get ;}

    FullName property System.String FullName {get ;}

    Property ItemType ItemType of VMware.VimAutomation.ViCore.Types.V1.DatastoreManagement.DatastoreItemType...

    System.Nullable'1 [[System.DateTime LastWriteTime, mscorlib, Version = 4.0.0.0 property, Culture = neutral, publ...

    Property System.String name {get ;}

    UID property System.String Uid {get ;}

    Faik, you must use the SDK API to find this HostDatastoreBrowser of information, i.e.

    .

    See for example Re: using SearchDatastore_Task

  • How to avoid the report for all values of roller running upward of guided navigation

    Hello

    Thanks in advance

    I have 3 reports on three different pages of a dashboard. (Set up a navigation guided on a column of each report). When I click on the value of the column of guided navigation lead me to report 2 for this particular value (is invited), similarly for 3 report also so far it works great.

    However when I go back to report 3 2 and 2-1, the reports are run for all the values for the value which has been adopted by the guided navigation of the previous report (on which I clicked to go to the next report of value) instead.

    Published by: 808623 on November 9, 2010 02:10

    Use the ' back ' button.

    Otherwise, history.back(-1) it will take you to the session previous search in Google to get the HTML code and place it in object HTML/text at the bottom of each page of dashboard

    which will restore the last session he values he's running not not all previous values

    Thank you
    Saichand.v

  • How can I stop the Firefox "remember" the password for a particular Web site?

    Usually, I like that Firefox remembered passwords. However, I don't want it to remember the password for my Yahoo email account. How can I stop the he remembering only this password, without losing other passwords remembers?

    You can use the following steps to delete the recorded data (form) in a drop-down list:

    1. Click on the (empty) input field on the web page to open the drop-down list
    2. Select an entry in the drop-down list with the mouse or the cursor key
      do not click with the mouse or press the Enter key
    3. Press the DELETE key (on a Mac: shift + del) to delete the highlighted entry

    See also:

    • Tools > Options > Security: passwords: "saved passwords" > "show passwords".

    Details such as websites to remember you (automatically log you) are stored in a cookie.
    So, you can erase cookies from Yahoo to Yahoo forget you, in the case where you put a check mark in the box to have Yahoo don't forget you.

    You can control and manage cookies for the domain currently selected tab:

    • Click the address bar onthe Site identity button"(globe/lock)
    • Click on 'More information' to open ' tools > Page Info "with the Security tab is selected
    • Click on "View Cookies" to view the cookies for the domain currently selected tab
    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".
  • is it possible to change the volume for a particular program, XP?

    Well, I want to do just like in Windows 7, for example I want to run VLC Player to 100%, but a computer game about 20%. is it possible to do?  or I need to download a specific program? I have SP3.

    Hello

    There is no such feature in Windows XP. Try the search for one in your favorite search engine.

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope this information is useful.

  • How to disable windows update auto update the driver for that particular device

    I have a MacBook air (13 inch, mid-2012)
    I had already used a thing of Apple called "bootcamp" to partition the hard drive. Boot camp also allows you to assign which os is used with starting the computer.

    Win 8 has been installed using an iso of Windows 8 and Microsoft Windows 7 USB DVD Tool to create a bootable USB key.
    That all worked. but there is no drivers as one might expect. If the video was VGA and there was no sound, etc.
    I downloaded a zip file containing all the drivers and an installer or install the program from apple.
    BootCamp5.0.5033.zip
    I ran the installer and everything was installed and worked. He couldn't believe my luck. I've now had about pain free installed win 8.

    But a frustrating problem has developed.

    Every day or so my external screen connected by a mini display port adapter stops working. I restore the
    pilot and it starts to work. So I guess that put automatic catch up and install a new driver. It does not work, I do this back and the cycle repeats. But... why...

    I see all over the internet means to stop windows auto update all together, but this isn't what I want.

    That is the question:
    Can someone help me to tell windows update doesn't auto not only the video driver?

    Here is some info in case it would be useful to you gurus
    This driver works:
    Graphics card Intel (r) HD 4000 (Microsoft Corporation - WDDM 1.2)
    Driver provider: Intel Corporation
    Driver date: 26/05/2012
    Driver version: 9.17.10. 2768
    Digital signer: Microsoft Windows

    This driver does NOT work:
    GPU Intel(r) HD 4000
    Driver provider: Intel Corporation
    Driver date: 12/12/2012
    Driver version: 9.17.10. 2932
    Digital signer: Microsoft Windows Hardware Compatibility Publisher
    Device Manager > display... > events tab

    A waste of time this as frustrating. Now how to force it to never automatically updated only the video driver.

    Hello

    You can not disable the automatic update to a specific device.

    However, you can take control and disable the AutoUpdate for all hardware devices, which is the best option.

    Press the Windows key + X to display the System menu , and then click Control Panel.

    Select devices and printers.

    In the top section, click on icon with the name of the computer and select the Settings of Installation of the device.

    In the settings window, select No, let me choose what to do and never install driver software from Windows Update.

    Click the save changes button.

    This will prevent the hardware drivers installed by Windows Update. You will receive still all the other updates to Windows as usual.

    If a piece of hardware should be updated in the future, you can just go the site of manufacturers of equipment and download/install the latest driver or reverse these options and get the driver from Windows Update.

    Concerning

  • VSAN Flash read the maximum size of the cache for per VM

    is it possible to configure which only so much data size of a particular VM in VSAN environment should be used for read cache maximum maximum flash?

    No, the booking to read flash cache is based on a percent of the size of the VMDK.

    that is a 100 GB VMDK and a % 10% read cache, I will reserve 10 GB of SSD for this virtual machine for purposes of reading flash cache.

    This is the only control on flash, you've read cache.

Maybe you are looking for

  • M40 PCI - device missing...

    Hello I have a Toshiba Satellite M40-135 (France version), I installed all the drivers CD of drivers, but there are still some PCI device missing :( Where to find the driver for the device in PCI (opus system Win XP). Thanks for informative and soon

  • Error code 80070002 in Windows 7 updates

    K I install the Win 7 updates optional - ex language packs, but they all fail and come up with the "error Code 80070002. I deleted temporary files in "Windows - C:\Windows\SoftwareDistribution - downloads & DataStore, some files in the data store cou

  • Windows 2000 Professional - update

    Despite several attempts, I am unable to install the update KB967715 on my WIN2KP I get the error Code: 0 x 80070080 Please advice

  • Windows XP no sound help,

    I have windows xp and no sound, when I checked in Control Panel "sounds and devices or audio", he said that it was working properly, but whenever I play video or music is not there no sound coming. I install and download a lot of things, but will not

  • What time zone is St. louis Missouri in

    What is the time zone in missouri