Dbms_refresh : order of refresh

When I make a refresh group and execute the refresh, are the materialized views refreshed one at a time in the order they were made (list), or are they refreshed all at once? I need them to be refreshed in order because some are multi-tier (based on other materialized views).
Thanks.

well you can refresh single snapshot, instead of entire group,
also in mv refresh group, the mviews are refreshed in the order in which they are added into the refresh group,
so if you want your mviews to be refreshed in particular order, maintain the same order when you add them to refresh group...
Message was edited by:
Nicloei W
Message was edited by:
Nicloei W

Similar Messages

  • Maintaining a selection order without refresh

    Hello, I have a SelectManyListBox on screen where the user can select many rows at a time and add them to another list box. However, I would like to maintain the order in which each row is selected so that when I add them to the listbox, they are added in the order they were selected. However I do not want to refresh the screen each time the user selects a row. Is there a way I can maintain this order on the JSP and then send it to the bean in one refresh?
    i thought about using Javascript to set a hidden value on the page, but I don't know the syntax to obtain the row from the SelectManyListBox that is being selected.

    Add this extra code.....
    here is some test code..
    -- java script code , do this on click()
    if you want to copy FROM list box to TO list box
    var from = document.getElementById('formname:nameof FROMcomponent');
    var to = document.getElementById('formname:nameof TOcomponent');
    var ht = document.getElementById('formname:hiddentext');
    //your hidden text will have a storing template
    //Selectedtext|selectedvalue*Selectedtext|selectedvalue*.................
    if(from.length>0){
       var j=to.length;
         for(var i=0; i<from.length; i++){
           if(from.options.selected){
              var temp = new Option();
              temp.value = from.options[i].value;
              temp.text = from.options[i].text;
              to.options[j] = no;
    j++;
    ht = ht+from.options[i].text+'|'+from.options[i].value+'*'
    //check for the addition of the duplicates

  • Automatic refresh of photo order when changing photo titles in iPhoto 9.6

    I've just moved from an older version of iPhoto to 9.6.
    In the previous version, when you changed the title of a photo (within an event), the sort order of the photos was automatically and immediately updated.  In 9.6 it isn't - I have to do View - Sort Photos then select another sort criteria (e.g. date), then do this again for title, to get the photo order to refresh.
    Does anyone know if I am I stuck with this new (retrograde) behaviour, or if there's a way to get iPhoto 9.6 to automatically refresh the photo order?
    Otherwise, is there a keyboard shortcut for refreshing the photo order, or for changing the view - sort photos criteria?
    Thanks in advance for any help!

    It will resort if you leave the Event (click All Events button) and then go back.  Not a good solution but quicker IMO than using the View ➙ Sort menu method. 
    Be sure to send a bug report to Apple via http://www.apple.com/feedback/iphoto.html.

  • [SXI_MONITOR] Order of result after refresh

    Dear all,
    the results of a query are ordered descending depending on fields date and time.
    But after clicking of refresh (F5), the results become disordered.
    There is no recognizable order.
    How can I set up that the order after refresh is the same like before?
    We are using 7.11 (Patch 4).
    Thanks and regards
    Chris

    Dear Hareenkumar,
    thanks for your reply. Of course I can do this manually and forget to
    mention that I will not do this manually.
    I would like to know if there is a way to do this automatically.
    The first result is even sort descending automatically.
    thx
    Chris

  • Can not refresh ValueObject after altering database table

    Hello All,
    In FB4, in order to refresh a service, I used to
    - select a service operation
    - select configure return type
    - select auto-detect
    - hit next and on the follow page select the existing ValueObject
    ...it would update.
    As far as I can see, this does not work in FB4.5.  Instead, after selecting auto-detect and clicking next:
    There was an error while invoking the operation. Check your operation inputs or server code and try invoking the operation again.
    Reason: Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prepared statement in...
    Is there a way to refresh a ValueObject.  Clicking refresh is a no go.
    Thanks for your help!
    J

    hey jay.  did you ever figure out how to update your valueObject?  I just posted a similar discussion "changing php-service in FD breaks AS3 service class and valueObjects" here: http://forums.adobe.com/thread/882288
    maybe we'll get a reply....

  • Data refresh in background for an Excel workbook published on a SharePoint 2013 site

    Hi,
    I've created a site to publish some Excel workbooks on a SharePoint 2013 farm with Excel Services.
    I'd like to run in background the data refresh against the cube connected to Excel, so when the end user will open the workbook he already will see the updated data without any waiting times.
    How can I solve this issue, please?
    Keep attention: I don't talk about PowerPivot for SharePoint.
    Thanks

    did you try to use the
    unattended service account for authentication to external data, in order to refresh the excel data?
    Check this technet: http://technet.microsoft.com/en-us/library/hh525344.aspx
    more options over here:
    http://technet.microsoft.com/en-us/library/ff191191.aspx
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How can I refresh a calling page on return from a TF activity ?

    Hi,
    I have a (sounds easy) case where a view activity invokes a BTW with fragments. The called BTF has been declared with isolated data control scope. Inside the BTF some updates happen and when the BTF returns the calling view should display the modified data. The BTF should not be opened as a dialog and the above take place inside a region. There are examples in the Internet for how to implement such case but only calling a taskflow with pages from a dialog.
    I tried creating first the Taskflow binding definition [19.10.1 How to Associate a Page Definition File with a Task Flow Activity|http://docs.oracle.com/cd/E35521_01/web.111230/e16182/taskflows_activities.htm#sthref539] , then I set the related operations (Execute, setCurrentRowWithKey, ...) in the Page Definition and invoke the operations inside the “After Listener” Listener (<after-listener>) of the taskflow activity but the binding context is not accessible inside the listener, I get NPE accessing the binding.
    After some tests I have found that I can call the Operations using “#data.taskflowdefinition..” but I afraid using this technique because of so many papers stating that this is a bad practice.
    Additionally I tested using an invokeAction in the calling page definition page and it works but I prefer “refreshing” the model from the activity (there are many pages calling the same activity).
    I am wondering if there is a more elegant solution that I haven’t seen yet.
    Thanks for any ideas,
    Yiannis
    Edited by: Tses on Mar 8, 2013 11:15 PM

    Hi Timo and thank you for your reply,
    As far as I know any method executed in the BTF has no effect in the calling page because of the isolated data control scope.
    Consider the following layout of a very simple TF diagram. The BTF has "Share data controls with calling task flow" unchecked and "Always begin new transaction"
    View --> Method Call --> BTF
    Now imagine that a user navigates from the View to the BTF, make updates and finally commits the transaction from a taskflow return activity. The updates are executed inside the "private" BTF's data control scope because of the BTF settings.
    Returning to the calling View the user sees stale data from the Data Control of the View, until he re-queries the model.
    ADF supports execution of code during the call of the BTF (through Method Call) and also sending and returning parameters from the View to the BTF.
    Conversely on return from the BTF there is no handler for executing code (something like "Return Method Call") in order to refresh (e.g. re-query and set current row) the View exploiting the return parameters.
    The "After Listener" in the taskflow call activity has not access to the bindings context. Using #{data.bindingTFXXX} I guess that has a risk in a high availability environment for NPE where the http call to the BTF might be processed in a different server than the returning http call so the #{data.bindingTFXXX} might not exists.
    The other solution I found using invokeAction with RefreshCondition depends on the returning values of the BTF, bloats the View with Bindings that I would prefer to be in a central place.
    Am i missing something in the whole flow above ?
    Yiannis

  • ITunes and Finder - how are info about audio files refreshed?

    I am now in the process of embedding artwork in my mp3-files using CoverScout. I have also updated info about all my tracks in the iTunes after embedding the artowrk, by selecting all the files and clicking GeitInfo and clicking OK (without making any changes). All albums are displayed correctly with new artworks. This, however, is not the case with the Finder.
    Generally, if a mp3-file has (embedded) artwork then the file would be displayed as a thumbnail of the artwork in question. The thing is that the icons for the mp3-files that were recently embedded with artworks are displayed as lacking artwork (they are displayed with the simple iTunes icon). Moreover, the Preview of GetInfo window does not show that the mp3-files contain the embedded artwork. The files are not refreshed. However, if I copy or duplicate those files then the copied files are displayed correctly, with the right getinfo. This, however, does not work if moving files. The files are not refreshed when moved, only when copying or duplicating.
    I find it curious that Finder does not refresh the files, even after restarting the Mac, given the fact that iTunes have the information that there is artwork. Is there a way to refresh the files in the finder without copying or duplicating the files?
    Another curious thing with albums containing tracks with embedded artwork is as follows: the Finder displays some of the tracks as thumbnails of the artwork in question, but not with all the files. The same goes for the Preview of the files in GetInfo. Some have the correct Preview displaying the artwork, but some lack the info about the artwork in the Preview. Why are not all files displayed as having embedded artwork, but only some, given the fact that they belong to the same album and the artwork was embedded in the same way?
    The same goes when I embed the artwork without CoverScout, by updating multiple files through iTunes (dragging the artwork to the Artwork-field in Info). The Finder does not display that the files are embedded. I must copy or duplicate these files in order to refresh the info.
    A more general question: how do I refresh files in the Finder? There is no refresh button, as in the Windows.
    I would appreciate your help.
    Kind regards
    Alex

    I was wrong about one thing concerning refreshing the files. I said that restarting the Mac would not refresh the files. However, if the iTunes have info about album's/tracks artwork then the Finder will also have this info after rebooting the system. My question is whether the Finder can be refreshed, without rebooting (restarting)?

  • Problem refreshing SAP R/3 tables via RFC connection

    Hello,
      I am developing an application in WAS (using BSPs). I have the WAS in 1 machine and the R/3 in another one.
      When I update some tables, this tables aren't refreshed. In order to refresh it I have to restart the application.
       ¿Do you know how can I solve the problem?.
       Thanks in advance. Javi.
    Message was edited by: Javier Iglesias
    Message was edited by: Javier Iglesias

    Let me understand:
    1. machine A runs on WAS and you have a BSP application there.
    2. R/3 runs on machine B and thru your BSP (by RFC calls - from machineA) you are updating some table in this system.
    When you said tables aren't getting refreshed - hows did you come to this conclusion - a) your BSP is not returning the updated value? b) you went to the System B and checked manually and you dont find the records you update.
    Restarted the application - > which application ? the BSP?
    Answering these questions would help us to analyse the issue better.
    Regards
    Raja
    Note: Next time if you have a doubt regarding BSP - post it in BSP forum for a better response.

  • Does refreshing a report that includes Scope and Entity require elevated rights / permissions?

    This relates to the following thread:
    Why does refreshing a report in the EPM Add-In need to edit the Ownership Manager?
    Since I've received no responses on the above thread, I thought I might approach this from a different angle.
    If we have a report that includes both Scope and Entity, in SAP BPC 10 NW (801 SP03) / EPM Add-In 10.0 SP 16 Patch 1, does this require a user to have elevated permissions in order to refresh the report?  I ask because I have users who have rights to view reports, but they error out when they try to refresh a report's data, only where Scope and Entity are used in the report.  The tasks that error are:
    P0081
    Run Consolidation Tasks
    P0082
    View Ownership Manager
    P0083
    Edit Ownership Manager
    I do not understand why any of these should even be called by refreshing the report, as the user is simply "viewing" data that already exists in the environment.
    Can someone please shed some light on this or point me in the direction of how I can go about resolving this issue?
    Your help is greatly appreciated.
    Jeff

    Hi
    I am facing the same issue despiste the elevated app permission as per
    https://msdn.microsoft.com/en-us/library/office/jj822159.aspx?f=255&MSPPError=-2147217396
    I still had the error 401
    the solution for me was
    Under list settings -> advanced settings update the Create and Edit access settings from "Create and edit all items"
    the add the user the right to add only ( no edit , no delete) .
    Eric Caron

  • Finder/Window-Content not responding to changes and doesn't refresh

    Hi,
    i have a very strange Problem with the Finder since i upgraded to 10.6.4. The Finder doesn't react to changes from certain Applications.
    I noticed the effect in the Folder 'Downloads', f.e. if i try to download a file. Usually two files appear, the intended file with 0 kB and another temporary file. After the download is complete the temporary file will be deleted and only one file remains.
    Usually the whole process is visible and shown in the finder window. After the update it isn't which means that if i download a file, the Window content does not reflect the changes and the new files are not shown, even after the download is complete. To see the new files i have to trigger a change, either by creating a new folder or by changing the location (moving up a level).
    Interesting enough this only happens with certain Applications like Firefox or 'the Unarchiever' (a compression tool). If i download a file with Safari the temporary files and the downloaded files are shown in the window content without manually triggering a change. If i use 'keka' (another compression tool) the changes are also immediatly shown.
    In order to narrow down possible errors i have taken different approaches:
    a) i intently scanned and watched the console and read all error reports. There are no errors shown (with firefox or the unarchiever).
    b) I created a new user profile and the effects are the same.
    c) i ran 'disk utilities' and scanned the Access priviliges. Apart from the common problem within /system/java/... there are no problems
    d) i ran 'onxy' to clean the user and system cache. I rebuild the LaunchService Database.
    I didn't fix my Problem.
    That leads me to conclude that the problem is located in some system-function which is correctly triggered by some applications and apparently not by others.
    My Questions:
    1. Does anyone else has this problem and possibly a fix?
    2. Does anyone know how the finder is triggered by applications in order to refresh a window?
    tia,
    jc

    Hi Jeanclaude,
    You've described the problem well and took some excellent troubleshooting steps
    b) When you created the new profile, were you still engaging your third party apps, or are they installed in log-in items?
    1. It would be interesting to try a Safe Mode startup (It will take more time to startup in Safe Mode because it runs a directory check.)
    2 If step 1 doesn't turn up anything, re-install from your 10.6.x install disk (10.6 has the ability to "install in place" without touching anything other than system specific files.) Just pop in the disk, double-click and follow the prompts. Remember to uncheck language localizations if you don't use them & Printers except the one/ones you use.
    Let us know your results after these 2 steps.
    -mj

  • How do I refresh the page I'm looking On? How do I go to the home page without clsoeing & reopening browser?

    Actually two questions since upgrading to version 9 of Firefox:
    1) In order to refresh a page (in case that page has updated information) I see no refresh symbol and have to click on the URL window and actually reenter it. Is that the only way?
    2) When browser is already open on an other than home page I see no method to get to the home page other than reopening browser. What is the easier way?

    Firefox 4 and later use a combined Stop/Reload/Go button that is positioned at the right end of the location bar.<br />
    During the page load process it shows as a Stop button and after the loading has finished the button is changed to a Reload button.<br />
    If you type in the location bar then that button becomes a Go button.<br />
    Middle-click the Reload button to duplicate the current tab to a new tab.<br />
    You can reload web page(s) and bypass the cache this way.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press F5 or "Ctrl + R" for a normal reload
    *https://support.mozilla.org/kb/common-questions-after-updating-firefox

  • BEx Query Columns come back in different Order after drill?

    I have a strange effect when I work with BEx Queries in Xcelsius.
    On default, I open and display the Bex Query "A". Columns are in order like defined in BEx Designer (Column1, Column2, Column3.....)
    I want to do a drill, and so in Xcelsius BEx Connection settings I set the Filter on Field "X" in the XLS and in "Query Usage" I addionally apply the setting "Refresh when Trigger Cell "X" changes".
    Starting the report works fine. But when I do the drill and the Query refreshes, the BEx Query Columns come back in different order?!?
    It looks as if Column 2 and Column 3 are exchanged.
    How can I fix that?
    Thx,
    B. Wegner

    After some testing....
    This issue is independent from the filter value. But it only seems to occure when a second BEx Query connection is defined.
    The BEx Query Data Columns come back in different order after
    - Refresh on Trigger
    - Refresh after XY Seconds
    Any Ideas?
    Edited by: B.Wegner on Nov 16, 2010 3:42 PM

  • How to refresh a  region using Active Data Service

    Hi,
    I need to refresh the region using ADS.
    I am creating jsff which contains dynamic tables rendering. This jsff is bound to a task flow (having input parameter and refresh property set to "ifNeeded). The bounded task flow is dropped on a jspx as a region.
    Now in order to refresh the region, I need to pass the updated param value, which would cause the region refresh.
    I am able to do so on a button click from jspx page. But I have to make it auto refresh using ADS as per app requirement.
    The issue is "AdfFacesContext.getCurrentInstance return null..if I am using it in startActive Data or changeData Update (where I am using ActiveDataUpdateEvent)".
    Please guide me how can I achieve this.
    I am using Jdev 11.1.1.4.
    Thanks.
    Edited by: 977455 on Jan 3, 2013 7:35 PM

    Hi,
    try a variation of this blog entry: http://matthiaswessendorf.wordpress.com/2010/01/22/flexible-active-data-service/
    Instead of showing a popup, you do the following
    1. set clientComponent=true for the hidden field
    2. configured the PartialTrigger property of the region to point to the hidden component
    If this doesn't work then try this
    1. use <af:clientListener type="propertyChange" method="activeDataCallback" /> as used in the sample
    2. define an af:serverListener that points to a managed bean that has access to the region (RichRegion) instance
    3. The af:serverListener needs to be defined as a child of the outputText
    4. change "activeDataCallback" to queue the server listener event (CustomEvent)
    5. Use the managed bean to refresh the region
    Frank

  • B2B webshop : Data refresh issue in orderstatusdetail page

    Hi,
    We have an issue related to order status refresh in ISA B2B webshop. The Item level statuses in CRM GUI are consistent with those in R/3 during order creation and status update process. Any change in R/3 system automatically reflects in CRM. But this is not the case with the B2B webshop, the new updated statuses are visible only on logoff and login again in B2B webshop.
    The orderstatusdetail.jsp page retrieves status data from CRM as extension data. This data is set in BADIs ZB2B_ISA_BASKET_HEAD and ZB2B_ISA_BASKET_ITEM. The correct updated statuses are available in the BADIs (structure ct_extension) and exported to the UI as header and item extension data. Still this updated data is not displayed on the jsp page. The cookies and temporary internet files for the browser have been deleted. A forced refresh (Ctrl+ F5) of the page also doesnu2019t work.
    Any suggestions in this regard would be of great help
    Thanks,
    Anushree

    Yes thats correct Kris.
    What Jolly is saying that needs to be done.Logging out is the only solution.
    Regards,
    Arshi

Maybe you are looking for

  • What means Rdb in "Oracle ODBC Driver for Rdb" ...

    ... I assume data basse but what about the upper R ? ^^ thanks

  • HELP! Installed new OS but...

    Pls help. I was in the midst of installing the new 4.5 OS for my curve and suddenly half way through installation it prompt that device was not connected. the desktop software suggested to reinstall the backup file. at this point of time, i can't eve

  • Add NEW REPETATIVE AREA

    hI i have made one PLD. Two repetative area, one for parameter listing , one for query data , are used in that pld. When i tried to add one more Repetative area, i have seen that Add icons or menuprompt for  Repetative area , is deactive. So i cann;'

  • Getting access to appstore apps I downloaded on a different Mac

    I purchase a few appstore apps on Saturday, and then very shortly after migrated myself to a new computer. How do I get back the apps I have already purchased

  • Viewing G1 RAWs as thumbnails in Organiser 9

    Hi, I think I'm correct in stating that I cannot view my Panasonic G1 RAWs as thumbnails in Organiser 9, as I can in SilkyPix which was supplied with my G1. I'm very impressed with Elements 9, but my G1 RAWs just show up as RAW icons. They open fine