Open Calendar page - perfomance issue

Hi,
I've created a Calendar page based on a single table.
The performance decreased by increasing the volume of data in a the current month: when the page opened at the first time, by default it loads all the data for the current month.
Is there a manner to open a Calendar page and loading data of the current day or week instead of the current month?
How could we improve the performance for this page?
Regards

Hi Tony,
APEX Version 4.2.3
DB Version 11g XE 11.2.0.2.0
Here is the table definition:
create table KS_AGENDAS
  agenda_id          NUMBER not null,
  entraineur_id      NUMBER not null,
  client_id          NUMBER,
  facture_service_id NUMBER,
  duree              NUMBER,
  planifie_le        DATE not null,
  confirme           VARCHAR2(1) not null,
  description        VARCHAR2(200),
  type_agenda        VARCHAR2(1),
  centre_sportif_id  NUMBER not null,
  created_by         VARCHAR2(100),
  creation_date      DATE,
  last_updated_by    VARCHAR2(100),
  last_update_date   DATE
tablespace KSUSER
  pctfree 10
  initrans 1
  maxtrans 255
  storage
    initial 64K
    next 1M
    minextents 1
    maxextents unlimited
Here is a sample of the data:
AGENDA_ID: 818
ENTRAINEUR_ID: 66
CLIENT_ID: 102
FACTURE_SERVICE_ID: 347
DUREE: 60
PLANIFIE_LE: 2014-01-15 16:01:00
CONFIRME: O
DESCRIPTION:
DESF18 - Fabien Desbiens (Supervision d'entraînement)
TYPE_AGENDA: S
CENTRE_SPORTIF_ID: 21
CREATED_BY: KINE
CREATION_DATE: 2014-01-15 02:56:07
LAST_UPDATED_BY: KINE
LAST_UPDATE_DATE: 2014-01-15 02:58:01

Similar Messages

  • Duh.. cannot open calendar page to edit it.  What key option works??? Thanks

    Duh.. cannot open calendar page to edit it.  What key option works?? 
    First time in 20 years with Mac I am asking this kind of question.
    Thanks

    Found it>>> return and both mouse keys !!!!????????

  • You are not connected to the internet - Safari can't open the page

    After wake up Mac OS X 10.6.8 from sleep, Safari 5.1.7 on Ethernet does not connect to web servers:
    "You are not connected to the internet" "Safari can't open the page"
    The issue disappears after restarting the Mac. Is there a way to fix it besides restarting?

    Some instructions for removing Community Toolbar are available in this thread: https://discussions.apple.com/message/15868085#15868085

  • I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    I noticed when I restart Firefox 4, it opens my previous tabs even I set the option "Open a blank page" and it opens blank page when I have "Show my windows and tabs from last time". Please ignore my question if you're already aware of this issue. Thanks.

    Your previous tabs will not re-open or be available to re-open when starting Firefox if:
    *your previous session was in Private Browsing mode; see --> http://support.mozilla.org/en-US/kb/Private+Browsing
    *you use Clear Recent History (''Firefox button > History > Clear Recent History'' or ''Tools > Clear Recent History''); see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-clear-my-history
    *you clear History automatically when closing Firefox; see --> https://support.mozilla.org/en-US/kb/Clear%20Recent%20History#w_how-do-i-make-firefox-clear-my-history-automatically
    NOTE: Your third-party Plugins (Add-ons > Plugins) are not in the "Application Basics" (Troubleshooting Information) in the "More system details" of your original post. Third-party Plugins are categorized separately in "Installed Plugins" under "More system details". You should review but not change the Plugins as detected automatically by the software on this forum when posting a question.
    If you problem still exists after checking the above, the problem could be caused by one or more of your Extensions or Plugins:
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    *See --> [http://support.mozilla.org/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    *See --> [http://support.mozilla.org/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi has anyone else had the same issues works fine with BigPond WiFi

    Cant open web pages when connected to the internet via Telstra's Pre Paid WiFi (this connection is working on other devices) has anyone else had the same issues, works fine with BigPond Wifi

    and now, when i tried to check again my network preference below the airport tab is showing a message that
    "my airport does not have an IP address and cannot connect to the internet!"
    then after seconds it will goes back to the first message that
    "airport has the self assigned IP address etc....."
    i don't know whats going on now!
    airport tab is not showing green color anyway! i'ts always in yellow!
    i tried turning it on and off but nothing happen! HEEELLLLPP!!!!

  • Safari tries repeatedly to open a page. The page partially opens but then Safari reports that there's something wrong with page and I get an error message. This is happening at too many web sites for one site to be having issues.

    Safari tries repeatedly to open a page. The page partially opens but then Safari reports that there's something wrong with page and I get an error message. This is happening at too many web sites for one site to be having issues.

    I have a similar problem, Safari cannot load a complet page. It stalls e.g. ["38 of 42"]. sometimes it will complete loading after a long wait. just as often it will never complete the page,
    The same thing happens in chrome and firefox but safari on my iPad works just fine.
    I have the latest version of everything
    I assume there is a system problem but cleaning up permissions does not help

  • Open an Outlook calendar page

    Hi everybody,
    we have the customer requirement opening an outlook calender page from a Web Dynpro application.
    scenario:
    1. User clicks on a button,
    2. A new Outlook calendar page will be opened,
    3. On the opened Outlook calendar page, there are some text informations passed by the Web Dynpro application...
    Is that scenario possible? And if not, should we use additional tools like SAP PI to implement this scenario?
    regards,
    Sid

    Hi,
    You can use something like this:
    http://www.moyosoft.com/joc/
    This is not Open-Source, it might be the case that Apache POI is working on something for Outlook now since Microsoft release the main API calls not too long ago.
    You will need the native library, and I assume somehow you can do a WebStart application to run the code in the client machine. Information regarding Java WebStart can be found on http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp
    I did not really investigate other ways of doing this, maybe there are better approaches.
    Also, take a look here http://java.sun.com/products/javamail/Third_Party.html
    Hope it helps,
    Daniel
    Edited by: Daniel Ruiz on May 3, 2010 1:11 PM

  • When i open firefox it opens two pages . I have tried the advice given in troubleshooting but it does not fix this issues

    when I open firefox browser on my intel mac it opens two pages ( i.e. my bt yahoo logon page which is not listed in preferences and the page I designated in firefox preferences ) . I have tried the steps suggested for fixing this issue in your troubleshooting guide but it has made no difference . I have the follwing extensions installed :- adblock plus , no script , better privacy , taco 3.0 and wot .What should I do now ?
    == This happened ==
    Every time Firefox opened
    == last few months

    I had the same problem and it was because of my firewall settings, which I had set to block all activity and forgot to reset it.

  • 8.3 causing issues with safari, "Safari could not open the page because server stopped responding"

    Since my upgrade to 8.3 there are several issues with many apps when they are trying to download information.
    When I go to Safari and open i.e. msn.com.  it tries for over 60 seconds.  then I get the error:
       Safari could not open the page because server stopped responding.
    I have a iPhone 6 plus with 113 gig  and 65 gig available
    This same issue is causing problems when downloading articles on facebook and instagram app.
    We also noticed this same issue on Macbook Air, and iMac, iPad 2, and iPhone 5s.
    I also have the Mac Pro without these issues but it is connected by ethernet instead of wireless. 
    Is wifried back and now plaguing all devices?
    I selected mac because, I was tried of all the PC issues with new updates.  It seems mac is now lowering its quality to that of PC.
    We need a fix for this ASAP!

    I have tried resetting my Iphone 6 Plus by holding both the off and select buttom.  This did not help. 

  • Periodically "safari can't open the page" - not a ISP issue

    Periodically I will have an issue where I click on a link and anything from the website cannot be opened for about 2 minutes. I get the following message "Safari can’t open the page “https://xxxxxxxxxxxxxx/” because Safari can’t find the server “xxxxxxxxxxxxxxxxx”."
    Here are some important notes:
    I can access the website on my phone while the issue is occurring on my macbook pro
    I can access all other websites
    The issue lasts for about 2-3 minutes and all webpages with that address will not work
    Any thoughts how to resolve the issue?

    (Presumably you regularly empty your Safari cache by deleting the following file:  Home/Library/Caches/com.apple.Safari/cache.db and also clear your History)
    One reason for a slowness in page loading may be the 'DNS Pre-fetching' feature of Safari 5.x as is described here:  http://support.apple.com/kb/TS3408?viewlocale=en_US
    You can cancel DNS pre-fetching by going to Terminal and typing:
    defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false
    You have to restart Safari for it to take effect.
    If Safari seems to hang for ages:
    If you have a lot of tabs open and/or a lot of pages running Flash, Safari can sometimes 'hang', requiring a restart of Safari. This can often be inconvenient, and as it is rarely Safari itself that is hanging but merely one of its plug-ins, usually Flash, there is a way using Terminal to restart the plug-ins (without restarting Safari and losing your tabs) by quitting the WebPluginHost process:
    Open the Terminal from the Utilities folder in /Applications and type  killall -9 WebKitPluginHost
    Note that this command kills all Safari plug-ins, not just Flash. All plug-ins should start back up when you reload the page. Then go back to Safari and refresh any pages that were using the Flash plug-in. This also fixes the Beachball of Death. Try this whenever Safari gets slow or freezes. The latest versions of Flash 10.1 and later appear to have improved the situation somewhat, but haven't completed eliminated it.
    For this and other reasons Apple switched their websites to HTML in January 2011:  http://www.appleinsider.com/articles/11/01/26/apple_revamps_its_public_website_u sing_html5.html
    The main reason I mentioned your ISP is that their servers may be too busy, which is why I suggested Open DNS.

  • Hello - my safari on my ipad2 gives the following message "safari could not open the page because the server stopped responding"...email works fine and I can download from the app store...seems to just be a safari issue

    Hello - my safari on my ipad2 gives the following message "safari could not open the page because the server stopped responding"...email works fine and I can download from the app store...seems to just be a safari issue

    Marc-
    The Safari message is probably telling the truth.  Is the problem repeatable at several websites, or is it only with a particular one?  If all websites, you may have trouble with your internet connection downloading large amounts of data.  Mail messages are relatively small unless there are attachments or embedded images.
    Fred

  • Outlook 2013 crashes when opening Calendar search result

    I have a user who uses her Outlook 2013 calendar extensively, mainly to note for herself when she has spoken to a customer, and creating appointments for when she needs to speak to them again. (This is outside of our policy to note the contact in
    MS CRM.) She can have scores of such Calendar items each day.
    When seraching for these appointments in her Calendar, she gets the list of results, but Oulook crashes when she tries to open any of them. Sometimes Outlook restarts on its own, sometimes she must relaunch it herself.
    Related threads reference a wwlib.dll error, but she is not getting that. It is Outlook.exe itself that is crashing. There are other threads that reference other open windows, or items containing webpages or tables, but these do not apply to her, either.
    Event Data (two related entries) contain the following:
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    19cc
    01cef2a610938033
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    C:\Program Files\Microsoft Office\Office15\OUTLOOK.EXE
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    And:
    3915849571
    1
    APPCRASH
    Not available
    0
    OUTLOOK.EXE
    15.0.4511.1004
    5253ad6f
    OUTLOOK.EXE
    15.0.4551.1004
    5253ad6f
    c0000005
    00025b09
    C:\Users\[username]\AppData\Local\Temp\163947659.cvr C:\User\[username]\AppData\Local\Temp\CVR780F.tmp.cvr
    C:\Users\[username]\AppData\Local\Temp\WERA546.tmp.WERInternalMetadata.xml
    C:\Users\[username]\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_OUTLOOK.EXE_2e80497b46642ed3f64262bb26bbba2f6ecc_02d1bdd5
    0
    77f5e493-5e9b-11e3-9ef4-00219b4a7172
    0
    On answers.microsoft.com, Girish M (Support Engineer who eventally directed me here), asked me to run Scanpst.exe. I would paste the results here, but this window does not seem to allow pasting. A summary description of what it found on her .ost file (no
    .pst in use) is basically this:
    **Beginning NDB recovery
      **Attempting to open database
      **Attempting to validate header
      **Attempting to validate AMap
      **Attempting to validate BBT
      **Attempting to validate NBT
      **Attempting to validate BBT refcounts
        ??Couldint find BBT entry in the RBT (E025CC)
      **Attempting to validate header NID high-water marks
    **Beginning PST/OST recovery
      **Attempting to recover all top-level objects
        **Store created by biuld: 15.4517
      **Attempting to walk all folders
          Failed to add row to the FLT, RowID = 719
          Failed to add row to the FLT, RowID = 6CD
          Failed to add row to the FLT, RowID = 6DE
          Failed to add row to the FLT, RowID = 6D8
    and so on, and so on, with a few hundred more FLT RowID errors, finally ending with:
      **Attempting to locate any orphaned folders/messages
      **Performing Final HMP validation
      **Attempting to check top-level objects for consistency
      **Updating folder hierarchy
      **Verifying message moves
    My understanding of the Scanpst.exe process is that it also disables any addons which might cause crashing, but the issue is still being experienced. Running Scanpst.exe a second time (appending the previous log, although it seemed to actually prepend the
    file) only returned a few lines from the top of the result above ending with "Attempting to validate BBT."
    Fixes not attempted yet that I have found performing searches include running the Office Repair tool, or checking for KB2817631 (a Word update that is apparently having adverse affects on Outlook, not attempted yet because it seems to be related to the wwlib.dll
    error, which is not happening here).
    Any thoughts out there? Thanks!

    Mavis,
    Thanks for the reply. Running Outlook using /cleansharing and
    /cleanroamedprefs did not have any effect when used individually or in combination with each other.
    Running the Search Index Rebuild option also did not seem to do anything, as the pop-up message indicated that it may take a long time to finish, and yet seemed to finish instantaneously, not giving any indication that the indexing took place. The option
    window immediately said "Indexing complete" for 23,755 items.
    As to the Outlook Forum, they are the ones who directed me to this forum (you can see the thread on the Answers support page under Office - Office 2013 - Microsoft Office Outlook - Office on Windows 7, under the title "Outlook 2013 restarts when
    opening Calendar Search result item" first posted on Dec 11, 2013), as Girish M felt that it might be due to Exchange, and not Outlook. (I have no reports of any of our other users on the same Exchange server having the problem with their Outlook, but
    they also do not use it the way this user has been.)
    I can repost the issue there, or continue the same thread, if you think the issue lies with them. Was the "Answers" site the improper place to post, perhaps? Should it go in a different thread on Technet instead?
    Thanks for your assistance!
    Edited to add:
    Here are the KBs installed just before or on the date the problem started (12/6/2013):
    12/5/2016 (Office updates, all 32-Bit):
    Security Update Office 2013 KB2768005
    Office 2013 KB2768016
    Office 2013 KB2817640
    Office 2013 KB2827228
    Security Office 2013 KB2837618
    Word 2013 KB2817631
    InfoPath 2013 KB2752078
    Office 2013 KB2817493
    Office 2013 KB2760539
    Office 2013 KB2827235
    Office 2013 KB2827225
    Security Excel 2013 KB2827238
    Office 2013 KB2760242
    Office 2013 KB2817626
    Office 2013 KB2817314
    Office 2013 KB2760610
    Access 2013 KB2768008
    Office 2013 KB2738038
    SkyDrive Pro KB2825633
    Security Office 2013 KB2817623
    Office 2013 KB2760267
    Visio Viewer 2013 KB2768338
    Office 2013 KB2827230
    OneNote 2013 KB2810016
    Office 2013 KB2827228
    Office 2013 KB2767845
    Definition Office 2013 KB2760587
    Office 2013 KB2726996
    Security Office 2013 KB2810009
    Office 2013 KB2817316
    Word 2013 KB2817631
    Lync 2013 KB2817621
    Office 2013 KB2760224
    Office 2013 KB2726954
    Office 2013 KB2817640
    Publisher 2013 KB2752097
    PowerPoint 2013 KB2817625
    Office 2013 KB2760257
    Office 2013 KB2817309
    Security Outlook 2013 KB2837618
    Visio 2013 KB2752018
    Office 2013 KB2817490
    Word 2013 KB2827218
    Office 2013 KB2760553
    12/6/2013 (for Windows, all Security):
    KB2900986
    KB2888505
    KB2876331
    KB2868725
    KB2868626
    KB2862152
    I listed all updates because there have been reported instances of a Word update causing Outlook to crash, but she is not getting the wwlib.dll error related to that KB. If you are aware of any issues with these updates, and which ones might be worth uninstalling
    in an attempt to fix, please let me know.
    Thanks again!

  • Calendar page size

    I am making a calendar in iPhoto. I am creating page in Photoshop. Can't figure out the right size. What is the pixel size of a full page photo? Can't find that info anywhere. I guessed that the 13.4 x 10 is open calendar but photo 10x6.5 doesn't work either. Could it be resolution. I have it set 300dpi.

    Just to document this for future users of this forum - An image can not be expressed in either pixels or inches - a digital photo can only be stated in inches and a printed photo only in inches - there is no relation of any sort between inches and pixels - once you have the inches (for the printed photo) and the pixels (for the digital photo) you do a simple division of Pixels divided by inches to per pixels (dots) per inch - DPI
    As I originally sold you
    DPI is Dots Per Inch - so for a photo that is going to print 10" x 6.5" at 300 DPI the digital photo must be 3000 pixels x 1950 pixels or more (300x10=3000 -- 6.5x300=1950)
    The size mentioned on the web crops my photo dramatically
    You never mentions cropping in your question - this is not an issue of dpi or pixel size but of the ratio of hight to width of the digital photo - to avoid cropping you have two choices - pre crop the photo to the finial ratio (10:6.5 in your case) or right clicking on the places photo and selecting fit to frame which will do white fill instead of cropping
    LN

  • After signing in successfully can't open calendar and integrated gmail doesn't show my mail and calendar

    Three issues that occur after successful sign in:
    1. Can't open calendar or any other gmail option, I get a message saying: Firefox prevented this page from automatically redirecting to another page.
    2. Can't set appropriate signature in the settings signature box. When I try to save it say "Sorry, the signature [email protected] is too long. Please try a shorter signature." This is my email address and I want it as part of my automated signature that I placed in the appropriate settings box.
    3. I loaded the integrated gmail add on (may be called an extension) and it doesn't work. My calendar doesn't show up when I sign into mail. It used to work beautifully and was very helpful. I believe I'm on the latest version of Firefox. What can I do? I have three (3) other gmail accounts and have these same issue with all of them.
    *** Sorry, but I need these issues resolved immediately as I use gmail for my two businesses and personal account. ***

    (1) You get the infobar from Firefox saying that the site wants to redirect you? You can turn that off here:
    orange Firefox button ''or'' classic Tools menu > Options > Advanced > General
    Un-check the box for "Warn me when websites try to redirect or reload the page"
    More generally, when you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    (You also can clear Firefox's cache completely using:
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now")
    (2) Remove your google.com cookies (save any pending work first) using either of these:
    * While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    (2) I'd have to log in and see what this feature is
    (3) Could you provide a link to that particular extension over on the add-ons site, or it exact name?

  • I can't access Gmail because it shiftes to Calendar Page when I'm loading Gmail

    When I'm loading my Gmail in Firefox 3.6.6, it automatically changes to Calendar Page. I can't access my Gmail.
    == This happened ==
    Every time Firefox opened
    == I open my Gmail account

    I've the same issue, it happens where ever I login to Firefox, work laptop or home laptop. One is Vista and the other Windows 7. I've had to use Chrome for gmail.

Maybe you are looking for