Views Not Retreiving Data Immediately

I am inserting 2,000 rows in a table and doing a commit! When retreiving the information through a view, it takes approx. 15 seconds before the committed rows are displayed.
Any ideas why this is happenning. I did not know that Views could cache information.

Hi Mario,
check the execution plan of the query that compese the view.
May be that the plan choosen to retrieve the records is not the best.
Bye Max
null

Similar Messages

  • IPhone 4 iOS 4.1 - Calendar App List View Not Showing Events Immediately

    After upgrading to iOS 4.1, whenever I open the calendar in List view mode the events do not show up immediately. I have to navigate to the "Day" style or "Month" style before I can see any events. All the events are viewable normally in both the "Day" & "Month" style calendar but the "List" view.
    I regularly sync my iPhone with iCal events and with Google calendar. I did delete and re-added the Google account but the problem persists.
    Has anyone faced this problem? I will be doing a full restore again today. My wife's iPhone 3GS is working fine with the 4.1 build of 3GS.
    Message was edited by: Raja Roy

    Hello all,
    I have the same issue with my iPhone 3G under iOs 4.1 (8B117) with one local calendar and three Google calendars. The first time the Calendar application is loaded, if it opens in "List" view, no events are displayed. Switching to another view is enough to get the items back. In "Day" and "Month" views, the events eventually appear after some time (~5 to 10 seconds).
    My boyfriend has the same problem on his iPhone 4 under iOS 4.1 (less annoying because of multi-tasking).
    Hopefully this will be fixed in iOS 4.2... :-S
    Regards,
    HAL1

  • LOOKUP not retreiving data

    Hi,
    I have a lookup function not retreiving any information. If a create a report in my application called "Rates" and use the same selection as in my LOOKUP function I can see a number, but for some reason it retreives a zero.
    In my REC statement i divide by LOOKUP(PRC). If I exclude the division the number from "A11100" is moved. Is there somehow I can see/check (or...) what the LOOKUP is querying out?
    *XDIM_MEMBERSET CATEGORY=BUDGET
    *XDIM_MEMBERSET CUSTOMER=P01
    *XDIM_MEMBERSET DATASOURCE=UPLOAD
    *XDIM_MEMBERSET PRODUCT=P101
    *XDIM_MEMBERSET PROFITCENTER=H111
    *XDIM_MEMBERSET RPTCURRENCY=LC
    *XDIM_MEMBERSET TIME = 2009.JAN
    *XDIM_MEMBERSET MEASURES=PERIODIC
    *LOOKUP Rates
    *DIM PRC:PRate_Acct = "PR10000"
    *DIM PRC:PRate_Entity = "GLOBAL"
    *DIM PRC:Product = "P101"
    *DIM PRC:Time = "2009.JAN"
    *DIM PRC:Category = "BUDGET"
    *DIM PRC:MEASURES = "PERIODIC"
    *ENDLOOKUP
    *WHEN ACCOUNT
    *IS "A11100"
    *REC(EXPRESSION=%VALUE%/LOOKUP(PRC),ACCOUNT="A90100")
    *ENDWHEN

    Hi,
    Problem solved. Writing all dimension ID in capital letters solved the problem:-)
    /Lars

  • TDMS viewer not showing data with time stamp

    Need help with time stamping data in a TDMS file generated by DAQ Assistant.
    When I use the TDMS Viewer, with the x-scale set to absolute time, the date starts at 1903. If I use Excel to look at the file the start time is correct (i.e. 2013).
    Solved!
    Go to Solution.

    Bo_Xie, I have simplifed my VI and now able to display the correct time stamp. Thank for your time!

  • LOV not retreiving data

    Hi,
    i have a LOV which needs to show the data based on data in another field. When i open the page all the fields are defaulted, but my lov doesnt work, it works when i change the data in the other field, But after that whenever i come back to the screen it works fine. Somewhere the session variable is not setting properly. this error happens only when i login first time.
    please help

    Hi,
    That happens because the fields don't have a session value.
    When you change a value you're probably sending a submit request and all the fields are set with the default values.
    Maybe you can add a default value to you lov. A workaround would be creating a plsql page process to initialize session values.
    Hope that helps. Regards,
    Paulo Vale
    http://apex-notes.blogspot.com

  • Query View not displaying data according to Query

    Hi,
    I have a query with current cal week vaiable set for 0CALWEEK. A Query View is created on that but everytime we have go and maually refresh the query view and save it to show the current week. Is there any setting in WAD, Queryview or the query to pick the data automatically from Query directly?
    Thanks

    Hi,
    Restrict the 0CALWEEK in the query with the variable 0CWEEK which is the current week. Then, create the view and the web template will automatically takes the current week.
    Edited by: P R on Feb 15, 2011 5:06 PM

  • Select not retreiving data

    Hello All,
    I have a question regarding select statement.
    Here is the select code
    SELECT belnr
           perio
           wkgbtr
           wogbtr
           objnr
           gjahr
           wrttp
           vrgng
           parob
           parob1
           uspob
           bukrs
           owaer
    FROM  coep
    INTO CORRESPONDING FIELDS OF TABLE gt_coep_recv
    WHERE  perio IN s_perio
    AND    gjahr IN s_gjahr
    AND    bukrs IN s_bukrs
    AND    kstar LIKE '001124%'
    AND    objnr LIKE 'LKIRST%'
    AND    parob LIKE 'LKIRSTP%STCC%'
    AND    wrttp = '11'
    AND    vrgng = 'RKL'.
    This select return a sy-subrc value of 4 when executed. But when I go the COEP table and try to select data basing on the same conditions, I am able to retrieve data.
    Any idea why?
    Thanks,
    Amy

    HI,
    its difficult to suggest some thing in this scenerio but.. one advice try commenting the like part and see if it is working if it works try adding like for one field at a time and check ..
    SELECT belnr
    perio
    wkgbtr
    wogbtr
    objnr
    gjahr
    wrttp
    vrgng
    parob
    parob1
    uspob
    bukrs
    owaer
    FROM coep
    INTO CORRESPONDING FIELDS OF TABLE gt_coep_recv
    WHERE perio IN s_perio
    AND gjahr IN s_gjahr
    AND bukrs IN s_bukrs
    AND kstar LIKE '001124%'
    AND objnr LIKE 'LKIRST%'
    <b>AND parob LIKE 'LKIRSTP%STCC%' " I doubt this is the problem</b>
    AND wrttp = '11'
    AND vrgng = 'RKL'.
    Thanks
    mahesh

  • How to retreive data from a maintainence view?

    Hi all,
    I have used select query to retreive data from a maintainence view. But it gave me a syntactical error that XYZ is not in abap dictionary , it's a database / projection view?
    So can't we get data from a view using select query?
    Please share if u have answers.
    Thanks & regards,
    Chandru

    Hi,
    Maintenance view will be created for database tables only.
    Just display the maintainence from SE11 and click Tables tab in the screen
    Here you can find the list of tables used to created for Maintainence view.
    YOu can use these tables to write SELECT.
    If you give us the maintainence table, we will help you.
    Thanks,
    Ramakrishna

  • Unable to retreive data from Lotus Notes Database

    Hi there,
    I have problems to connect to a view in Lotus notes via Lotus Notes SQL Driver.  The following message appear when trying to retreive data via WebI
    Database error: [Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_DBC failed. Contact your Business Objects administrator or database supplier for more information. (Error: WIS 10901)
    I also tried via Desktop Intelligence and I got this error:
    Exception: DBD, [Lotus][ODBC Lotus Notes]Column not found - ActualApproverState: S0022
    Environment:
    - Lotus Notes Client 8.5
    - Lotus Notes SQL Driver 8.50.2009.317
    - BOE Professional XI R2 SP2
    I test connection in the Universe and it's working fine.
    thanks,
    Ricardo

    Hi,
    If you are trying to access the tables from a different user other than the user who created the table, then you have to enable the "Require fully qualified table names " check box. This check box will be available when you right click the "Datasource name".
    Here is an example:
    Lets assume Table1 is created by user1. If u try to access the Table1 using user2, you cannot access directly. Instead you need to access like "user1.table1".
    Hope this resolves ur issue.
    Regards,
    Arul

  • Can not view 24 hours data in Websphere performance page

    We configured EM 10.2.0.5 to monitor Websphere 6.1 on AIX.
    Now we can see current data in the performance page.
    But when we switch to 24 hours view, there is not any data shown in the page.
    Does EM 10.2.0.5 support viewing Websphere historical data?

    This issue is solved.
    The OMR parameter job_queue_processes is set to 0.
    It should be 10 or above.

  • I can not see data in data viewer

    Hi,
    I use OWB 10g Relase 2. I have one table and I imported table metadata to OWB. I load data to table with pl/sql script, Now I do not see data in this table in data viewer. I see data in SQL*PLUS
    I tried deploy table and run script to load again. Same problem.
    I run mapping from this table. But target object is empty as well.
    Thanks for advice
    Jerry

    my fail, I forgot commit transaction

  • Discoverer Viewer not showing correct data when scheduled

    Hi All,
    I have a bit of an ongoing issue and cannot find an answer through Oracle.
    We have an issue that when a cross-tab workbook is run manually in Desktop this returns correct data, when scheduled in desktop it returns correct data in desktop, but when opening the scheduled workbook in viewer, incorrect and irrelevant data is returned
    Here is a little information on the field that is not returning correct data;
    The field is based on a calculation, the calculation (lets call BOB) contains PL/SQL function concatenated with an NVL calculation, this other calculation is a DECODE. I have been playing with changing the content of the BOB calculation, by removing the PL/SQL function and the DECODE calc from BOB and scheduling the report, the data is returned in viewer, in fact i've attempted one without the other and this still does not return the correct data.
    This version of discoverer that is not returning data is V 10.1.2.50.05. I've tested this on a later environment with Discoverer V 10.1.55.26 and the data is returning correctly through the sceduled report in viewer.
    My questions;
    1. Has anyone ever come across something similar to this in version 10.1.2.50.05
    2. Is there any detail available regarding what upgrading to 10.1.55.26 offers?
    3. Know any workaround for using PL/SQL calculations in a scheduled workbook? I am aware that not aggregable items will not be returned in v11 when scheduling workbooks.
    Many thanks in advance for any help.
    Simon

    Bumping this thread
    Thanks
    Si

  • Discoverer Plus 10gR2 not show data when the script of view have package

    Hi my friends.
    I have a problem with discoverer plus, I don't know is a problem or I'm doing something wrong.
    I have a four views, the views containg in the SELECT stament and WHERE clause packages, example:
    SELECT d.price,
    d.total,
    d.min,
    d.mx,
    TO_CHAR (SYSDATE, 'q') quarter,
    d.fid,
    k_xdcd_qry.f_xdc_obt_price (d.prod, d.id) --> package
    k_xpxpd_qry.f_xpeds_salary_ca_u (
    d.prod,
    d.id) xp --> package
    FROM px_prices_proc c,
    xp_sla_max d,
    xmp_sla_puc b
    WHERE a.prod = b.prod
    AND a.id = b.id
    AND a.prod = k_xps_tools.f_obt_prod --> package
    When I used the views on discoverer plus for construct the report, when execute the query not show data.
    Appreciate it if you could help or tell me I'm doing wrong or does not support Discoverer Plus package execution.

    Hi Tux,
    This appears to be a grant issue. Apparently, you have granted execute with respect to this package to the EUL owner or the view would not have compiled. If you have not given EUL owner the grant option, I would recommend doing this as well.
    This appears to be an Oracle APPS EUL (tell me if I am wrong). If this is the case, it goes without saying that APPS will need to be granted the execute privilege.
    Also, by default, a stored package executes with the privileges of its owner. If your custom package was designed this way, are the objects which it references received the appropriate grant? I assume you tested this, but I am concerned that the line, a.prod = k_xps_tools.f_obt_prod, in the where clause could be resulting in the Null set being returned.
    Patrick

  • View is not retuning data when creating XML message through workflow

    Hi All,
    This is a very critical problem for me. I am trying to send an XML message (outbound) through XML gateway. This is done from a custom workflow. The message creation is done from the standard procedure ecx_document.sendDirect. The data for the XML file is taken from two views (whcih are created in a custom schema and have synonym in apps). One view for header and another one for line information (I am creating an XML for a purchase order).
    The problem is when the workflow try the first time to create a message, the views are not returning data. So message creation fails. Now, if we restart the workflow after some time, it will work and the message is created. What could be the reason for this sort of a behaviour ?
    I am using business events to trigger the workflow. The data in the table/view will be updated by standard POAPPRV workflow activities. The custom workflow is subscribed to a business event raised from POAPPRV workflow, at a certain point. So this will execute when this event is raised from POAPPRV wf. The subscription has a phase value of 99.
    Any help on this regard will be much appreciated, as this is a critical issue.
    Thanks in advance,
    Arun
    PS : One more thing : this is happening mostly in the production instance where the number of messages is very high (freqency).

    Hello,
    With the BAPI_EQUI_CREATE you can only create PM equipments not IS-U devices that why there is no IS Tab .
    You have to use the dialog transactions IQ01, IQ04 or the MM transaction, where you can create devices through a movement.
    There is objecttype DEVICE (SWO1) with the following methods:
    -> Device.CreateFromData (Create Equipment Master Record)
    -> Device.Create (Create Equipment Master Record)
    -> Device.CreateISU (Create IS-U: Modification for IS-U)
    Please check whether you can use method Device.CreateISU for your requirement.
    Regards
    Olivia

  • In QM view Inspection Setup data tab is not coming

    Hi Friends
    I want to assign inspection type to a material, plant combination but in QM view Inspection Setup data tab is not coming
    Thanks & Regards
    Gajendranath

    Hi gajendra,
    Inspection set up data in QM view will appear only when you select quality view & maintain any plant releted data at the time of material creation .If you dont maintain any plant releted data then QM view then insp set up data will not appear. so please o through mm01 once again select QM view & maintain plant data, then next time insp set up data will appear.

Maybe you are looking for

  • Copy and Pasted Items Open Original File

    How can I stop items that were copy and pasted from one document to another to stop opening the original (copied from) file when selected in the new (pasted into) file?

  • What is the latest model of MBP I can swap out the HDD on?

    My late-2011 MBP is finally dying – I think the graphics card has come loose. Currently I have it working by forcing it to use integrated graphics only (as soon as I switch to dynamic the screen gets totally garbled and it eventually freezes up). Obv

  • Some of my text is showing up highlightened.

    I didn't have this issue until I just uninstalled Firefox and reinstalled it again (my former version didn't have highlighted text.) For example: When I go to sites and read stuff, some of the text is randomly highlighted in orange. If you hover your

  • Unmounting before shutdown

    If I don't unmount a hard drive partition,etc. before shutting down the computer will it mess things up?

  • Any difference between these

    Hi, it is said that the legal range of a byte type is -128 - 127, and that of a byte integral type is -32768 - 32767. is that true? and what's the difference between a "byte type" and a "byte integral type"? thanks, eileen2