Very slow performance when scrolling through view object

Dear reader,
I've encountered the following problem (JDeveloper 9.03.2) I have a (predefined) ViewObject on top of a table, which contains ca. 3000 records.
The user is allowed to choose a record (for instance through a JUNavigationBar), as soon as 'last' record is clicked in the navigation bar, it takes minutes(!) before it is actually shown. It seems it is building up the entire ViewObject (in memory) with all the records initialized, until it finally reaches the last record. The same thing happens if I manually call:
vo.setRangeStart(3000), again it takes several minutes. The range size itself is 10. A call to vo.last() has the same effect as well.
Am I doing something wrong? And if so what? And if this is normal behavior, what can I do to improve the performance? It is impossible to work like this... Thank you for your time!
Regards Martijn

Need suggestions...
I have a jclient application that at one points does a batch download of data ~5k rows. Before I iterate through the records I call the setforwardOnly on the view object as well as its row set...
so something like
vo.getRowSet().setForwardOnly(true);
vo.setForwardOnly(true);
I only have read only access to these databases so I can't create temp tables on the database and I don't have any other database to point bc4j to to save the transaction information.
Is there a way to force it to use a file or anything else?
I don't want to turn off cacheing all together since there might be a case where user might accidently select a huge number of records to d/l.
I'm using jdev 9.0.3.2.

Similar Messages

  • InDesign CC 2014 very slow performance when dragging images and changing text

    InDesign CC 2014 very slow performance when dragging images and changing text.
    Running on 2010 Macpro 2.4GHz. 8GB RAM. Any solutions? I've read through many forums on this and tried several fixes.

    Have exact same issue on  my Windows 7 machine. Resetting preferences is a workaround.
    So I start InDesign whilst holding down these keys.
    Ctrl + Alt + Shift (Windows) or Cmd + Ctrl + Opt + Shift (Mac)
    Whilst inDesign is usable again with this fix- I have to do it every time so it trashes all my preferences so NOT GOOD long term fix. Otherwise InDesign freezes and can only be stopped by forcing a quit.
    I have manually deleted the preference files and I have created a brand new admin account - but still no luck - will be onto support tomorrow

  • Very slow performance when assigning value to a form item

    Dear all,
    I have an add-on form that contains 30 text edits. I did not creat the from with screen painter but positioned them by marking each item's top and left position in the new sub.
    I have named them as 'edBox1', 'edBox2'......, 'edBox30'
    At a point I need to assign value to each edit text, I have queried the content from DB into one recordset. However, when I start to assign values to each edit text, the performance became very slow.
    my code is as follow
    me.form.items.item("edBox1").Specific.String = recordset.field.item(0).value.tostring
    me.form.items.item("edBox30").Specific.String = recordset.field.item(29).value.tostring
    I found that B1 seem to iterate each item on the form in order to find the item I specified.
    so I think I should specificy items earler.
    Now for each item I dim an object for it at new sub
    Dim oedBox1 As SAPbouiCOM.EditText
    Dim oedBox30 As SAPbouiCOM.EditText
    and while creating forms, I specificy each item to the matched object
    Then I assign values to items by
    oedBox1.String = recRetrive.Fields.Item(0).Value.ToString
    oedBox30.String = recRetrive.Fields.Item(29).Value.ToString
    However, B1 still iterates to find the item and the performance is still slow, does anyone has a better solution to this issue? please kindly advise.
    Thank you
    Alan
    Edited by: Chih-Peng Chen on Dec 17, 2007 8:42 AM

    Hi Chen,
    you can find one example under SDK samples which will guide on using datasources
    Bind the controls to dbdataource and then query the datasource.
    then update form using oForm.Update(),this will automatically fill the values in all edit boxes and it will be very fast as well
    Hope it helps you
    Regards
    Vishnu

  • Very slow queries when connecting through the listener in Oracle 10.2.0.4

    Hi,
    I have a 10g database with a little table (2 columns, 9 rows).
    When i connect to the db through the listener (sqlplus system/manager@SID) and run this query : select * from table, the execution time is about 500ms
    When i connect to the db by setting the ORACLE_SID to SID (export ORACLE_SID=SID; sqlplus system/manager) and run the same query, it's 10x faster ...
    The listener is : TNSLSNR for Solaris: Version 10.2.0.4.0 - Production
    The database is : Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    Any ideas ?
    Thanks ... (i'm a newbie in oracle and in english ... so excuse me in advance)
    Edited by: user1248176 on 12 avr. 2010 22:50

    steve80lyon wrote:
    i didn't activate wait tracing ... that's done : now i get this when running through TCP/IP connection
    PARSING IN CURSOR #5 len=70 dep=0 uid=5 oct=3 lid=5 tim=1038452661888 hv=3805331552 ad='8fa8e228'
    SELECT ID, DESCRIPTION FROM AGARIC.PROFILS ORDER BY LOWER(DESCRIPTION)
    END OF STMT
    PARSE #5:c=260000,e=300749,p=10,cr=1047,cu=0,mis=1,r=0,dep=0,og=4,tim=1038452661879
    EXEC #5:c=0,e=84,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=4,tim=1038452662120
    WAIT #5: nam='SQL*Net message to client' ela= 5 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452662202
    WAIT #5: nam='SQL*Net message from client' ela= 50324 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452712705
    WAIT #5: nam='SQL*Net message to client' ela= 2 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452713043
    FETCH #5:c=0,e=359,p=0,cr=7,cu=0,mis=0,r=9,dep=0,og=4,tim=1038452713153
    WAIT #5: nam='SQL*Net message from client' ela= 1750 driver id=1952673792 #bytes=1 p3=0 obj#=-1 tim=1038452715077
    PARSE #3:c=0,e=23,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=0,tim=1038452715199And there we see the difference. Notice the WAIT lines, above? They aren't in your previous post, with the bequeath connection.
    I'm re-reading some docs on exactly how to "walk the clock" in reading the above. If you are interested, see if you can find a copy of "Optimizing Oracle Performance" by Cary Milsap. It goes into great detail about how to interpret these traces.
    The "ela" value is the elapsed time of the wait, in micro-seconds (1 ms = 0.000 001 second). Unless I've slipped a decimal position, you have 0.52081 sec (a whisker more than one-half second) in network wait time, that doesn't exist on the bequeath connection. That is your "about 500 milliseconds".
    Edited by: EdStevens on Apr 13, 2010 9:56 AM
    Edited by: EdStevens on Apr 13, 2010 10:00 AM

  • My firefox is running very slow, espically when I am typing, scrolling and in many simple activities. On the other hand my internet explorer is going normally like simple browser.

    My firefox is running very slow, espically when I am typing, scrolling and in many simple activities. On the other hand my internet explorer is going normally like simple browser.

    Hi,
    Please try disabling all the features under '''Browsing''' in '''Tools '''('''Alt''' + '''T''') > '''Options '''> '''Advanced '''> '''General'''. You can later toggle the values to find an optimum solution. Please also [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u see this.]
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Very slow start when initially entering the service ticket in Web UI (2007)

    We seem to encounter a very slow start when initially entering the service ticket in Web UI (2007). Once in all seems speedy enough. I don't have my access arrange for the Service marketplace (OSS notes) yet so can't check if there is a known solution, which I suspect there is. Has anyone encountered this problem and possibly resolved it?.
    Jason.

    Previous posts have highlighted the following notes:
    1048388 General Performance improvements of BSP transactions
    1162605 Network performance for CRM 2007 Webclient
    1162685 SAP CRM 2007 Webclient Performance
    821045 Poor performance of MIME objects in BSP pages
    581316 BSP Delta-Handling for CRM (BASIS 620 SP17)
    However, I was wondering whether anyone has come across any other small changes that may have a major effect. A quick-win I guess you call it. From bitter experience I know there are rarely quick wins when it comes to optimisation due to the amount of re-testing etc.
    But any further advice would be welcome.
    Jas.

  • Exchange 2013 CU5 , Exchange Power Shell very very very slow reasponse when using get command.

    Exchange 2013 CU5 , Exchange Power Shell very very very slow reasponse when using get command.
    First my organize has Exchange on 2 site like
    site A (internet facing) : 2CAS 2 MB all are Services pack1
    site B (DR Site , no user active on this site) : 2CAS 2MB all are Services pack 1
    so today I upgrade Exchange 2013 from SP1 to CU5 start on "site B" and I found this issue and the details is....
    When I open EMS on any CU5 for query something (like get-mailboxdatabasecopystatus) the response return very slow and some query will not return at all (like get-owavirtualdirectory).
    But If I using EMS on SP1. Everything is ok then I try to use EMS on SP1 connect to CU5 and try to query something. the result is
    some query command cannot return for any result that are server on siteB (just some query command)
    Problem
    EMS on CU5 return very slow result.
    EMS on SP1 still ok.
    Does anyone face this problem before for CU5??? Please help me figure this out. Thank you
    reply from Social.technet

    Hi,
    Have you used the above cmdlets to check your Exchange server health?
    "all other command that I ran on EMS didn't logged on event viewer.", my environment is the same with you. I use Exchange 2013, only errors will be displayed in MSExchange Management. Actually, it is not related to slow EMS response.
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Certain option menus in Leopard flicker when scrolled through.

    I first noticed this problem in iChat. When scrolling through my various away messages in the status menu, I noticed the whole menu flicker. It happens all the time. It disappears and reappears really fast in a split second (which is the flickering), and exposes what is behind it (my desktop, iChat buddy list, etc).
    I also noticed this while searching in Spotlight. As I type something into spotlight, it flickers the same way, for no apparent reason.
    Has anyone experienced this problem with similar option menus? I find it quite annoying and I am hoping that Snow Leopard fixes the problem. Anyone know what is causing it? I have heard that it can be a possible graphics card problem, which I am still not sure of.
    Any info would be just grand!
    Also, this problem is with my new MacBook Pro 17" that I just purchased. I actually have an old powerbook running 10.4 and it does not have these problems at all. It is only with my new MacBook running the latest OSX version.
    Message was edited by: frank135

    You may have to place a call to AppleCare support, or see
    if you can get through via live chat in the web page. Also,
    if you have access to an official Apple Store with Genius Bar
    you can call ahead and arrange for a time (appointment) to
    have an expert look at the computer and hopefully it will be
    doing the same things you noticed acting up, at that time.
    Since I don't know if you perform any maintenance or repair
    routines on the computer in question, I am not sure if any
    further ideas outside of them are in order; it has AppleCare.
    Software issues are addressed differently than hardware ones.
    There is a chance the issue could be either software or
    hardware related; so some testing may have to be done
    The computer should be covered by the complementary
    AppleCare it came with when new for repair and support.
    You can extend both of these through purchase and enroll
    of an AppleCare Protection Plan for a combined three year
    coverage of both support and service/repair.
    This is likely the best path; be sure to try to make backup
    copies of your saved work or other things before taking
    the computer in for someone to troubleshoot it. Also, if
    AppleCare (phone or web-based chat) suggests you send
    the computer in, if you are not near a suitable authorized
    service center, be sure to make a backup of everything.
    This may include making a full computer clone to an ex-
    ternal hard disk drive. Be sure to test the clone before the
    computer goes somewhere out of your control.
    (For sensitive data on a computer, for work, etc, some
    users make a tested good clone and then wipe the drive
    of the computer; use Disk Utility on boot installer, and
    the option to over-write the drive with zeros, & reformat.
    Then reinstall the OS X to see if this helps cure the issue
    before sending it off. Some don't do this, if the computer
    is going into a shop nearby; the techs there could backup
    your data - for a fee in some instances - so a repair may
    not cause it to be lost... ask about this for their procedure.)
    In any event... hopefully that works out.
    Good luck & happy computing!

  • Iterating through View Object RowIterator Bug.

    I use this code to loop through the rows of a view object (As described in javadoc of RowIteratior).
    public String checkIterations() {
    String res = "Iterated through : ";
    RowIterator view = this.getDepartmentsView1();
    view.reset();
    Row row;
    while ((row = view.next()) != null) {
    System.out.println("rownum: " + row.getAttribute("RowNum"));
    res += row.getAttribute("RowNum") + " ";
    return res;
    Yet this code never goes through the first row if the executequery has been performed for view object.
    details:
    [http://adfbugs.blogspot.com/2009/07/iterating-through-view-object.html]
    Is this a bug?
    Edited by: mkonio on Jul 28, 2009 11:41 PM

    Thanks Andrejus and Steve.
    Its a development bug
    problem and solution described in:
    Fusion Developer's Guide for Oracle ADF
    9.7.6 What You May Need to Know About Programmatic Row Set Iteration

  • E50 very slow performance

    my E50 is giving very slow performance anyway to tune it up ?? dosn't hangs but its slow ?? any solution ps whats the best antivirus to install in E50 ?

    I don't use your same workflow, and I assume you're shooting RAW. However,  after I have built 1:1 previews in LR (which takes a LONG time), when I click on a file to decide if it's sharp or not, it still takes 5-10 seconds for each file to load. And my computer isn't slow, and I have the same issue on my laptop, which is new and fast. I haven't seen a satisfactory answer to this problem, nor much acknowledgement from Adobe. My files are from a Nikon D7100 with 24 megapixels, so the file size is likely a factor.
    If you are shooting the type of subjects where you use 1:1 previews primarily to determine sharpness, you could consider Photo Mechanic (unfortunately it costs $150) as the first step in your workflow. It uses the embedded jpg files in the RAW file, so it loads 1:1 jpg previews almost instantly. Sports and nature photographers use this product all the time, mostly to delete losers.

  • Formatted Search with DI  leads to a very slow performance - HELP....

    Hello There
    I have defined some formatted search in OPCH - everything is working fine.
    I have added some logic to this form via the DI.(handlling 1 item press_event), and I get a very very slow performance - the ADDON-EXE jumps TO 230MEGA of memory, and entering values to each row in the tables/item in the form takes about 15 seconds.
    Any suggestions?
    RGDS
    HAGAI

    Hi Hagai,
    Normally an addon written using the DI would take up 60-80MBs.
    Are you filtering out all events except for the item press event for the form? If you are not filtering events then this can have quite a drastic affect on performance.
    What logic have you got behind the press event? If the addon exe is ballooning out to 230MB then it suggests that there is either a problem with a memory leak or that an error is occuring in the code. I would recommend putting try/catch clauses at suitable places in the code and maybe specifically setting objects to null and calling the .NET garbage collector to try and minimise the potential for memory leaks.
    Are you sure that it is the combination of the formatted search and the addon that is causing the problem, i.e. if you take away the formatted search but leave the addon do you still get poor performance or does everything speed up?
    Hope this helps,
    Owen

  • "Crash" When Scrolling Through Album Covers

    The phone doesn't literally crash, however when scrolling through the album covers of the iPod section the phone goes back to the main menu and everything stops. If any music is play it stops and whatever I was looking at is gone; I'm left looking at the home screen of the iPhone. I'm simply flicking through my album covers, and after doing it for a few seconds it resets and brings me back to the home screen.
    I have 296 artists and maybe around 200 albums. This is very annoying and I'm hoping others are having similar issues so it will get fixed...
    If anyone needs more info please feel free to let me know.

    Ok, turning the phone off and then back on (press & hold the sleep/wake button) resolved it this time. But who the heck knows when it's going to happen again. I've posted a YouTube video demonstrating the problem.
    http://www.youtube.com/watch?v=nhhuk9XU2VY

  • Constant freeze and slow performance when wake up

    hi,
    my laptop freezes all the time  like when i play music for long time especially when norton performs a background check.
    also when i open it and it was on sleep it becomes very slow when i open chrom, or play a movie.
    alot of time  sudden stop of the cruser and very slow performance that it can't even opens the my computer.
    I always have to restart the windows.

  • I am having a problem with my cs6 running very slow and when i save i am getting an error message that says, "This document is bigger than 2 gb (the file may not be read correctly by some TIFF viewers.) please help

    I am having a problem with my cs6 running very slow and when i save i am getting an error message that says, "This document is bigger than 2 gb (the file may not be read correctly by some TIFF viewers.) please help

    wen6275,
    It looks like you're actually using a camera or phone to take a photo of your monitor.
    That's not what is commonly known as a "screen shot". 
    It looks like you're on a Mac.  Hitting Command+Shift+3 places a capture of the contents of your entire monitor on your Desktop; hitting Command+Shift+4 will give you a cross-hairs cursor for you to select just the portion you want to capture.
    I'm mentioning this because I fear I'm not construing your original post correctly when you type "I am working with a large files [sic], currently it has 149 layers, all of which are high resolution photographs", so I'm wondering if there's some similar use of your own idiosyncratic nomenclature in your description of your troublesome file.
    Perhaps I'm just having a major senior moment myself, but I'm utterly unable to imagine such a file.  Would you mind elaborating?

  • Very slow responce when working with Office file on DFS-Share

    Very slow responce when working with Office file on DFS-Share
    We have implemented the following configuration
    Domain level Windows 2000. Two member servers with Windows Server 2008 R2, sharing the same DFS namespace with, at the moment, one folder target called Home.
    Users complaining that the access to different MS Office files is very slow. Even creating a new MS Word document using right click context menu takes up to 4 minutes to open. Saving, for example, one singe Excel sheet takes also few minutes.
    Tested with both, MS Office 2007 and MS Office 2010. Makes no difference. When using Office 2010 you can see the message like contacting:
    \\DomainName\Root\Home\UserName. Other files like TXT, JPG or PDF are not affected.
     What makes the thing really weird is the fact, that the behavior described above can absolutely change after client machine being rebooted, suddenly everything becomes very fast and this condition can revert back again just after the next
    reboot.
    Considerations until now:
    1. This has nothing to do with the file size. Even tiny files are affected.
    2. AD Sites are configured correctly and the client workstations see themselves in the correct sites.
    3. This is not an Office issue. If I map my folder target not as DFS, but directly as shared network drive
    \\ServerName\Root\Home\UserName , everything functions as expected
    What makes me suspicious: when using f.e. TCPView to monitor connections, I can see, that each time I make any operation on an office file, there will be a connection established to one of the domain controllers, sometimes to remote ones,
    located in other countries. But on the other side, even if the connection is established to the nearest DC, operations are still very very slow!
    Just forget to say. All clients are Windows 7
    Thanks to all who respond.

    Dear all,
    sorry for the delayed reply. The problem has been solved now and since September 19<sup>th</sup>. everything is functioning as expected.
    What was done:
    Deleted replication targets excepting the initial ones
    Carefully recreated folder targets
    Deleted and recreated  replication groups
    Disabled SNP features on both namespace servers
    Created EnableTCPA registry entry
    Checked that the following Updates are installed
    http://support.microsoft.com/kb/2688074
    http://support.microsoft.com/kb/2647452
    Concering Office File validation KB2553065 - This Update was already declined on our WSUS server
    Kind Regards
    Eduard

Maybe you are looking for

  • TS1741 Can I mirror websites from iPad to apple tv

    Just purchased apple tv just want to know if I am accessing various web sites on my iPad can I mirror them so I can watch on my tv

  • Webcenter page template  design

    I am new to webcenter .. I have couple of question regarding page template . I have 2 column layout (one for navigation) other for content. In content are I have at staring time 5 remote portlet . on click of any of this portlet it will open one deta

  • ALV in Bckground

    Can any one please tell me whether I can download data to spreadsheet while running my ALV report in background. very urgent.

  • AddToCreationQueue Error

    Hey guys,   I this is a strange error.  Everything seemed to have been work and now out of no where I get the following error. addToCreationQueue called but method does not exist within application I can figure out why this is the case. in my main.mx

  • Webservices roles and profiles r/3

    Hi gurus i have a little problem i guess i develop a web service and i want that an extern client use this webservice. the basis consultan has created an user and he has assigned the sapall and sap new profile and the role. the client executes the we