Could the occurences of "Sticky Cursor" be reduced by moving to 11g Forms?

Friends,
Since the Forms and Reports Application I work on has migrated to use the Sun JRE it has been plagued by occurences of the "Sticky Cursor" issue.
Following discussions with Oracle via numerous service requests I can appreciate the cause of the problem and why it is difficult to fully fix. However this doesn't help our customer and the users wrestling with the application.
The application is currently running on 10.1.2.3 + 7482020 (or 7703734) + JRE 1.6.18 and I'm currently looking to test patch 8727236 to see if this improves things.
If the application was moved to Forms 11g would that reduce "Sticky Cursor" incidents?
Thanks in advance

Hi everyone!,
We are experiencing the same problem! We've just moved from Forms6 to Forms10g both running on UNIX. We are also using JRE 1.5.0_11-b03, but some people uses JRE 1.6.0.20 (although they have 1.5.0_11-b03 version installed as well). In both cases the problem persists.
We are investigating how we could fix this problem via metalink and on forums like this but we haven't find any right and exact solution to the problem, we've read about changing JRE version, but it seems this is not a definetly solution as some people says it works while others don't.
Metalink talks about inserting message bulit-in in our source code in several places and replace it for a synchronize once we detect this message solves the problem. Well, we've found out that writing a MESSAGE('');PAUSE; in WHEN_NEW_FORM_INSTANCE trigger solves the problem!, but if we replace that MESSAGE('');PAUSE; with a SYNCHRONIZE; the problem still remains!!! quite curious! Tha fact is writing this message is not a solution for us, we need another solution.
I'm writing here to see if somebody could give me any definetly solution!
I'm sorry Carpenteri for not helping you, i'm on the same point as you.
Thanks everbody in advance!

Similar Messages

  • What are the things we need to take care while moving from 11g to 12c.

    Dear All,
    One of my client having the application running on 11g and now he wants to move it on 12c.
    Now he is asking to me that, what are the things will not work or impacted due to this. Any code level changes, syntax, functions etc are working in 11g and now there is difference or not working in 12c. Could you please help me in this.
    Is there any document for all these thing. I searched on google but not able to find any specific doc.
    Thanks in advance.
    Regards,
    ganesh

    Gaurav_91 wrote:
    Hi,
    Moving from 11g to 12c will not impact anything.
    Database in 11g will now act as PDB's in 12c.
    And what makes you say so? What about the changes/fixes done in the optimizer that would alter the plans? What about if the client wants to use in-memory database option? And your statement that database in 11g will now act as PDB in 12c doesn't make any sense. What if the client is not willing to move to multitenancy? What about the scripts that are running in 11g without any issues and suddenly, will break in 12c  due to PDB's ? Do you have any technical reference to validate your claim that there won't be any impact ?
    Aman....

  • Mods, could we get a sticky thread in the Logic Pro board?

    By my count there are upwards of thirteen separate threads asking if there is a free upgrade to Logic Pro X for recent buyers.  Could we get a sticky thread about it or FAQ (and maybe even lock the redundant threads)?  It's a bit maddening and I'm sure there will be many more.

    Look under the individual forums (column on the left), and there is a TAB for each of "User Tips".
    The list of threads continue to roll down as new threads are updated/created.  Any thread that stays in view forever would clog the arteries.

  • I have a sticky cursor on my Mac Air and I can't seem to shake it.

    All of a sudden I got a sticky cursor. No fluids no accidents nothing happend to think this might be the problem.
    Never changed anything it just happened.
    Can any one tell me how to get it back to normal again?
    Reboot not working for it, changing everything on the trackpad prefs won't help either.

    Thanks for the reply and did try that already, I even tried de-selecting everything but it stays the same.
    It selects everything, picks up everything. And on websites it selects text and so on while I don't want it.
    After rebooting it seems gone, for a while but then it starts it again.
    Mac Air is not overheating, and I haven't spilled anything on it.
    Tried cleaning the trackpad and thought it helped, but it didn't

  • How can I get extract the data between two cursors on an XY graph

    How can I get extract the data between two cursors on an XY graph

    Well, you say xy graph, so this might be a more complicated problem.
    For a waveform graph it's trivial. Simply get the two cursor indices (property: cursor index) and apply them to array subset of the data. Is that all you need?
    Here's how the above code would look like. using cursor.index instead of cursor.x elimnates the need to include scaling information.
    For an xy graph, there could be multiple segments (e.g. imagine a spiral that passes the desired x range multiple times from both sides). This would neeed significantly more code for a general solution.
    Message Edited by altenbach on 11-24-2009 07:53 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    cursorsubset.png ‏17 KB

  • Can we trace the values in  a cursor if we debug the package?

    Can we trace the values in a cursor if we debug the package having a cursor?
    Does it shows cursor attributes like %rowcount,%notfound,%found etc?
    Because i am debugging a pachage , and I am getting the exception.
    And its after the fetching of a cursor I am hitting on the exception.
    If I click the profilier after I debug, its showing the error ora 1775::looping chain of synonyms.
    The scenario is after the fetching of cursor, i am hitting the exception and after debug If i see the profilier I am getting the error 1775::looping chain of synonyms.

    Firslty, thanks for your time.
    I am using the PLSQL developer.
    The select command in the cursor picks tha value but when it fetches, it is showing the error.
    Any idea what could be the reason.?
    FETCH get_notices ----would show ( rowcount =0,%open,first iteration), does that mean cursor is not picking any value?
    Because i have checked the select statement and it picks the value.

  • How can I make the text insertion caret/cursor easier to see in InDesign?

    I'm using InDesign CS5, and it doesn't comply with Windows 7 Ease of Access settings regarding the text insertion caret/cursor thickness. Is there a fix for this?
    P.S. QuarkXPress has the same problem, so whichever software resolves it first wins!

    Interesting approach. I see how that could be useful for making things like text box guides easier to see depending on the chosen colors. Unfortunately, it has no affect on the text insertion caret/cursor. It remains the same size and thickness, and it is very difficult to find regardless of how much I zoom in.

  • Question about trigger to check the number of open cursors

    Hello.
    I wonder if it is possible to create a trigger that fires when the number of open cursors in a database becomes larger than a certain number. What kind of trigger and how would it be?
    If it were possible the trigger would write traces with the timestamp of the event.
    I would also like some pl/sql tester that would increase the number of open cursors so that I could check the trigger.
    Thanks in advance.

    Satish Kandi wrote:
    OPEN_CURSORS is a value per session and not for the entire database. So if your cron job is looking for a global cumulative value of open cursors to occur in a single session, it won't find any such sessions.
    Is it the case?Yes, I am afraid it is.
    I am sorry but I don't unsertand what you are telling me: doesn't "select count(*) from v$open_cursor" count the number of open cursor for all sid columns in the view?
    The cron launches a scripts that connects to the database via sqlplus whereas there is a java application (several threads without connection pooling) that connects to the database via jdbc and that causes the problem once in 5 months (to say something).
    Thanks again.
    Edited by: fsanchezherrero on Jul 3, 2009 12:28 PM
    Edited by: fsanchezherrero on Jul 3, 2009 12:36 PM

  • How I can see the amount of sticky entries exist on CSM

    Hi everyone,
    I would like to know how I can see the amount of sticky entries exist on CSM.
    I understand I can not see the amount of sticky entries by executing one "show"
    command on Cat6k/CSM.
    So I have to calculate several output of "show ip slb sticky" to see it.
    However, I would like to get it by simple way.
    So I tried the following test by using SNMP (SNMP-GET point to several instance
    of "slbStats", of 1.3.6.1.4.1.9.9.161.1.1.1.1)
    Client ----- CSM ----- Server
    1: Reboot CSM to clear/initialize sticky table
    2: Client send ping to Server to confirm that the result of counter of "slbStats"
    remains zero (0).
    In this case, I understand CSM should not create an entry on sticky table because
    the packet pass through CSM is not either TCP or UDP.
    3: Then I tried to SNMP-GET to CSM point to several instance of "slbStats"
    The result of this SNMP-GET is as follows:
    Before sending ping
    slbStatsCreatedConnections.2 : 0
    slbStatsCreatedHCConnections.2 : 0
    slbStatsEstablishedConnections.2 : 0
    slbStatsEstablishedHCConnections.2 : 0
    slbStatsDestroyedConnections.2 : 0
    slbStatsDestroyedHCCConnections.2 : 0
    After sending ping
    slbStatsCreatedConnections.2 : 4
    slbStatsCreatedHCConnections.2 : 4
    slbStatsEstablishedConnections.2 : 1
    slbStatsEstablishedHCConnections.2 : 1
    slbStatsDestroyedConnections.2 : 3
    slbStatsDestroyedHCCConnections.2 : 3
    I wonder why all of above MIB objects are increased despite of the packets pass
    through CSM are ICMP.
    So I can not determine whether I should use this method (using SNMP) or not to
    see correct value of the amount of sticky entries
    And I would like to know alternative method to see it by SNMP or other simple way.
    Your information would be greatly appreciated

    Hi Gilles,
    Thank you very much for your pointing and suggestion and I am sorry for my delay response.
    I understand there are two kind of CLI on CSM depend on using CSM mode or RP mode.
    - show command begins with "show ip slb" when using CSM mode (ip slb mode csm)
    - show command begins with "show mode csm x" when using RP mode (ip slb mode rp)
    And "show mod csm x sticky config" command can be done on RP mode only.
    So I tried to "show ip slb sticky config" command on CSM mode, but I could not find
    "config" argument as follows,
    ct65svf1#sh ip slb sticky ?
    client sticky associated with a specific client IP address
    groups list configured sticky groups
    | Output modifiers
    ct65svf1#sh ip slb sticky
    So I think, on CSM mode, I can not calculate the amount of sticky entry by executing one
    show command.
    Is my understanding correct ?
    Best regards,

  • [ or ] do not resize the retouch brush or the Fix red-eye cursor

    I am using iPhoto 9.4.2 and OS X 10.8.2. I am trying to use left and right square brackets to resize the retouch brush and the Fix Red-Eye cursor but this is not working. I could use some help please.

    Does this help?
    https://discussions.apple.com/thread/1284710

  • I accidentally spilled tea on my macbook and the keyboard is sticky, I took off the key "A" and now I can't put it back on. What can I do or where can I take it so it can be fixed?

    I accidentally spilled tea on my macbook and the keyboard is sticky, I took off the key "A" and now I can't put it back on. What can I do or where can I take it so it can be fixed?

    So is that key the only thing that does not work? How much tea was spilled and did it dry out completely or ? Was there sugar in the tea?
    If the key is the only thing, I'd take it to the nearest Genius Bar and ask if they could pop it back in.

  • How to move cursor to a particular field in a form when the form opens

    Hi All,
    Using Forms Personalization how to move the cursor to a particular field in a form when the form opens.We are using Oracle Applications 11.5.10.2
    Please let me know as soon as possible.
    Thanks,
    --John.                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Satya,
    Try the following
    Open the forms personalization window
    Seq: 10
    description : Move cursor
    Level : Function
    On Condition Tab-
    Trigger Event : when-new-item-instance
    Trigger Object:- (The field on which the cursor is appearing now when you open the form ) for eg : If I am working on a vendor Master form in that case it would be -VNDR.VENDOR_NAME_MIR.
    Processing Mode : Both
    Context:
    whatever context you want to do it respoansibility level or user level.
    On the Actions Tab
    Seq: 1
    Type: Bulletin
    Bulletin type : GO_ITEM
    Argument : The field to which you want to navigate to. (In my case I want to navigate to Alternate name on the Vendor master form so it would be VNDR.VENDOR_NAME_ALT_MIR).
    see if it works for you.
    cheers,
    Ankur

  • I can edit on Premiere Pro 6 files, but after a dozen keystrokes, the space bar and cursor keys stop working while the save function works

    I can edit on Premiere Pro 6 files, but after a dozen keystrokes, the space bar and cursor keys stop working while the save function, render workspace function, export file are still operational. How can I fix it so I may complete my assignment?
    Besides DaVinci Resolve, Adobe Creative Suite 6 is the only software on the machine. I am using Windows 7 Professional 64-bit Operating System on AMD FX 6100 six-Core Processor at 3.31gHz and 32 GB RAM memory. There are two SLI-bridged GTX680 NVidia cards.
    The software was very stable for the last six months, working with 720P proxy files from 2.5K masters (Blackmagic Design Camera). I am working on a feature-length project that exceeds 1000 edits. I have broken the file into 2 one hour segments.
    I have deactivated the software before reinstalling the entire OS from scratch. PP6 was very stable for 48 hours. Then the freezing space bar returns. After a dozen strokes into the project, same problem.  I have made cache files store next to originals, I have deleted preview files if they were corrupted and causing instability. Am I missing something?
    I have Microsoft Security Essentials for virus protection. I double checked the memory for damage/defect. Nothing says that the motherboard or other components are damaged.
    I am in film competition overseas and need to have deliverables in less than a month's time.  I lost the last two weeks troubleshooting and this crisis came at an inopportune moment of the project.
    Any assistance would be greatly appreciated.

    Still getting software freezes but found a way to mitigate for the mean time.
    Upon launching Adobe Premiere Pro, hit CTRL-ALT-DEL to launch TaskManager as well.
    You will want to highlight Adobe QT32 Server.exe
    Right click and select "End Process Tree"
    You will get considerable stability in the program, long enough to get timing of cuts done. Be sure to save often.
    If the program freezes, do not hit Save. You definitely want to avoid saving the corruption into your TimeLine
    CTRL-ALT-DEL to relaunch the TaskManager and highlight Adobe Premiere Pro.exe
    Right-click to "End Process"
    No need to reboot the whole system; just launch Premiere Pro again and continue with the session. Note that your work reverted to Last Save.
    Hope this helps until the bug is fixed.

  • Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again

    Cannot install itunes 11.1.3 to my windows vista home premium 32-bit.  After it finishes the download that it verifies the file I get a message saying "this file cannot be downloaded". What could the problem be??? I uninstalled my itunes and tried again and keep getting the same message.  Please help !

    See Troubleshooting issues with iTunes for Windows updates.
    For downloading issues see the further information area and use a different browser and/or the direct links.
    tt2

  • I can no longer connect to the iTunes Store on my laptop, what could the problem be?

    I can no longer connect to the iTunes Store on my laptop, what could the problem be?

    Hi curterb,
    If you are having issues connecting to the iTunes Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Regards,
    - Brenden

Maybe you are looking for

  • T CODE mc.5

    HI EXPERTS, I WANTED TO KNOW IF T CODE MC.5 GIVES MONTH END STORAGE LOCATION STOCK DATA OR NOT. REGARDS

  • Service details are not copying from contract to Maint.Order

    Dear Experts, I was doing a service contract cycle, with the following steps. 1. Created a Service contract, in T. Code ME31K. 2. Given all the details in the Header data of the Contract. 3. Mentioned the, Item category as D (Service), Account Assign

  • Public user sees old content of items in content area/portlets

    I have items in my Content Area, as pl/sql folders, text and pl/sql items. These are all published as portlets. Access is set to public. The content of these items have been altered a couple of times during development, and they work as they should w

  • Nokia N8 : Angry Birds & Angry Birds Seasons Crash...

    I installed the new update for both angry birds and angry birds seasons......from then on, both the games just shows the angry birds logo page and then crashes.....it doesnt even go to the menu.... I tried uninstalling and reinstalling..but the same

  • Connetion of BI 7.0 to external oracle 10G R2 database system

    Dear Experts, We have BI 7.0 system with MS SQL server as database and we want to connect it to database Oracle 10G R2.For that we followed the following procedure. 1) In order to connect to the enterprise database, Oracle 10gR2 client (runtime optio