FRM - 40655 / FRM:40512

when oracle application(forms menu) is idle for more than 15 mts or may be less,it's getting log off automatically and the error coming as FRM - 40655:SQL error forced rollback,clear form and re-enter transaction.(FRM:40512:ORACLE error:unable to issu SAVEPOIN command )
any solution for this?.

FRM-40655: SQL error forced rollback: clear form and re-enter transaction.
Cause:     A deadlock or some other error has caused the current transaction to fail. Your changes were rolled back.
Action:     Clear the form (or exit and re-enter the form) and re-enter the transaction. You might have to modify the form's design to prevent the error from recurring.
Level:     >25
Type:     Error
Most probably you have set the timers at design time to happen this. Check the coding in your form.

Similar Messages

  • FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FRO

    Dear Friends
    I am getting this FRM-99999 ERRORE 408 OCCURRED FRM-40655 SQL ERROR FORCED ROLLBACK CLEAR FROM AND RE-ENTER TRANACTION.
    FRM-40512 ORACLE ERROR UNABLE TO ISSUE SAVE POINT COMAND.
    I am calling the form using the following script :
    :global.command_line := 'C:\SALES\NEW_ITEMS.FMX' ;
    CALL_FORM(:global.command_line);
    go_block('COP_ORDER_DETAILS');
    go_record(:global.l_n_curr_rec2);
    :COP_ORDER_DETAILS.ITEM_CODE :=:GLOBAL.ITEM_CODE_VAR;
    :COP_ORDER_DETAILS.COLOR := :GLOBAL.COLOR_CODE ;
    :COP_ORDER_DETAILS.SHAPE_CODE := :GLOBAL.SHAPE_CODE ;
    :COP_ORDER_DETAILS.DELIVERY_QUANTITY := :GLOBAL.QTY ;
    :COP_ORDER_DETAILS.VOLUME := :GLOBAL.VOLUME;
    It works fine for one record, when I try to create another record by calling the called form it gives the above messages.
    Waiting for your valuable replay.
    Best regards
    Jamil

    This happens due to dead lock situation
    To avoid this problem, add NOWAIT option to the UPDATE and DELETE statements, which returns ORA-00054 error, trap this error and display user defined message like 'The record is being accessed and try after some time'.
    This even improves the performance
    because no process waits for the locks preventing dead locks.
    If it is due to the UPDATE's or DELETE's with base table blocks in the form, in the PRE-UPDATE and PRE-DELETE triggers write SELECT statements to select the particular row with FOR UPDATE NO WAIT option. Handle by trapping the ORA-00054 error

  • FRM-40655: SQL error forced rollback: clear form and re-enter transaction.

    Hello ,
    I have ORACLE 10G & Forms 6i on Windows server 2008 . When I open the forms for some work , it give me error in few minis.
    FRM-40655: SQL error forced rollback: clear form and re-enter transaction.
    I have not done anything unusual in form design. it was working properly from a long time.
    Yesterday i set the default profile to idle_time = 20. Will that make any problem ???
    I checked my Alert Log but no sign of any deadlock in it, or any other unusual activity ....
    What is the solution ???
    Thanks in advance ..

    This happens due to dead lock situation
    To avoid this problem, add NOWAIT option to the UPDATE and DELETE statements, which returns ORA-00054 error, trap this error and display user defined message like 'The record is being accessed and try after some time'.
    This even improves the performance
    because no process waits for the locks preventing dead locks.
    If it is due to the UPDATE's or DELETE's with base table blocks in the form, in the PRE-UPDATE and PRE-DELETE triggers write SELECT statements to select the particular row with FOR UPDATE NO WAIT option. Handle by trapping the ORA-00054 error

  • FRM-40655

    I get the message frm-40655: SQL error forced rollback.
    What can I do to resolve this problem?
    And also I got the message ora-01000:maximum open cursors exceeded.
    How can I adjust the open cursors limit?

    message ora-01000:maximum open cursors exceeded
    this usually happens if your close cursor command is placed in the wrong spot i.e close your cursor before carrying out other processing like using if statements somewhere in tour code
    you can work around frm -40655 by
    Set Forms block property "DML Returning Values" to FALSE.
    or B: Set Forms block property 'Update Changed Columns Only' to yes.

  • FRM-40655 SQL Error Forced Rollback

    Hi,
    I am getting the following Error:
    Why this appears?
    FRM-40655 SQL Error Forced Rollback: clear form and re enter transaction.
    ORA-24324: service handle not initialized
    Madni

    FRM-40655: SQL error forced rollback: clear form and re-enter transaction.
    Cause: A deadlock or some other error has caused the current transaction to fail. Your changes were rolled back.
    Action: Clear the form (or exit and re-enter the form) and re-enter the transaction. You might have to modify the form's design to prevent the error from recurring.
    Run the debugger and find out which line the error is occuring. Also see
    http://www.oracle.com/technology/products/forms/pdf/forms9idiagnostics.pdf
    http://www.oracle.com/technology/products/forms/pdf/trace9i.pdf

  • Oracle Forms 10g Frm-92101,Frm-92100

    Hi every body ..
    I have build template form using oracle form developer 10g
    .and i have use PJC To Customize default Smart Toolbar
    ,it's work fine but on heavy interaction i receive one of this tow error
    Frm-92101,Frm-92100...but using default oracle smart bar i don't receive this error Frm-92100
    please help me it's urgent..

    Please refer to the document, http://otn.oracle.com/products/forms/pdf/forms9idiagnostics.pdf
    The section, 'FRM-92XXX ERRORS' describes some of the causes and solutions to such errors.
    P.S. Specifying the stack trace of the exception would help in narrowing down the cause of a problem.

  • When starting forms FRM-92101, FRM-93000 messages , glibc mess. on OS

    Customer called us.
    Machine hasn't been rebooted for a long time after rebooting and bringing up forms services we get frm-92101 frm-93000 messages even before logging in. The Acceptance environment has no problems.
    Messages on OS:
    Aug 2 10:05:13 ccc frmweb: *** glibc detected *** frmweb: free(): invalid next size (fast): 0x0a408fd8 ***
    Messages in logfile:/u01/app/oracle/product/10.1.2.0.2/oas/j2ee/OC4J_BI_Forms/application-deployments/formsapp/OC4J_BI_Forms_default_island_1
    12/08/03 14:07:37 formsweb: Forms session <2> aborted: unable to communicate with runtime process.
    12/08/03 14:07:37 formsweb: Forms session <2> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Details : No HTTP headers received from runform
    at oracle.forms.servlet.ListenerServlet.forwardResponseFromRunform(Unknown Source)
    at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    On OS we get at the same time:
    frmweb: *** glibc detected *** frmweb: free(): invalid next size (fast): 0x0af80fd8 ***
    Tried strace as stated in 275510.1 however what to do with output
    Cause probably a change some time ago without restart tier, after restart tier problem pop's up

    We are launching one of the Apps Forms Page What is the form name? What is the navigation of the form?
    Did you try to regenerate the form via adadmin? If not, please do so and check then.

  • FRM-92102/FRM-92050

    FRM-92102/FRM-92050 is being returned to the client browser, when try to access
    web-forms application. At this point, all users sessions are broken. no One can access forms applications anymore,
    OC4J_BI_FORMS has to be restarted for our web forms applications to work.
    ### Please define your web architecture/environment: ###
    JINITIATOR = 1319
    Apps = 9ias Release 2 (9.0.2.2)
    Forms = 9.0.2.7.0
    RDBMS = 9.2
    server = sun solaris 5.8
    9ias and database reside on two different sun servers.
    ### What 'URL' method are you using to invoke the Form over the Web? ###
    Forms Servlet (e.g. f60servlet/f90servlet)
    ### Are you using Oracle Forms Server or the new Forms Listener Servlet? ###
    Forms Listener Servlet
    This is happening atleast 3/4 times a day. We see errors in opmn.log and application.log related to "Problem with constructor javax.swing.plaf.FontUIResourc" and "java.lang.UnsatisfiedLinkError: Native Library /tadata/oracle/app/oracle/product/9iasMtier/lib/libifjsl90.so.0 already loaded".
    any insight on solving the problem will be appreciated.

    Hi,
    Do you have Web Cache enabled on your middle-tiers? If so, you may need to either disable them or configure them for session binding.
    More information available on session binding available in the Web Cache Admin Guide:
    http://download-east.oracle.com/docs/cd/B14099_11/caching.1012/b14046/toc.htm
    You may also find the Oracle HTTP Server Admin Guide helpful:
    http://download-east.oracle.com/docs/cd/B14099_11/web.1012/b14007/toc.htm
    Finally, the OC4J load balancing section of the Forms Services Deployment Guide may be helpful:
    http://download-east.oracle.com/docs/cd/B14099_11/web.1012/b14032/oc4j.htm#sthref369
    HTH,
    Jim

  • FRM 92101 & FRM 92050 on F5

    I get errors FRM 92101 & FRM 92050 when I naviagte away from and return to / or minimise and maximise my Oracle Web form (10g).
    The failure occurs when I hit the F5 key to query the form on my return to the application. Rather than run the Oracle F5 command, it tends to run the Internet Explorer F5 command which tries to refresh the IE window (as opposed to query the application), thus crashing the session.
    This happens because the cursor is no longer on the form on my return, and when I press F5 to query the form I get this above error and the application shuts down on me.
    Does anyone know how I overcome this error???

    Andreas,
    The item I'm adding which causes the issue is a standard forms item.
    As I was just developing a test form so that I could prove the setup of the server and the functionality, there is no pre-form and when new-form-instance triggers. The LOGON() call simply existed to avoid me having to enter db logon details every time I ran the form. In actuality it had the connection string passed to it ... LOGON('connection string'), I just didn't want to paste it on the web.
    It would be interesting to see if someone else could replicate this....it would give me an idea of whether it's just my server configuration or a bug within forms/webutil ...
    The simple steps I follow to replicate this issue:
    - Create a form
    - Sub-class the Webutil package
    - Attach the Webutil library
    - Create a data block and keep adding items to the block
    - After a given number of items are added to the block, upon deployment it errors (I added 37 text items to the block)

  • FRM - 40212 / FRM - 40222 error on a radio group during query

    Hi all,
    This is my first post so please bear with me if I haven't provided sufficient information or am unclear at all.
    I'm using Forms Builder (Web) on a 10g Database. I have a number of database and non-database items as part of a data block.
    My problem is that, when I enter a value in any field and click the query button, I get a FRM-40212 Invalid value for field error on my radio group (disabled, non-database item that is programatically populated in the post-query and list-changed triggers only). When I click ok, I get a FRM-40222 Disabled Item Failed Validation error on the same radio group.
    This does not happen if I click the 'Enter Query' button before entering values into fields, however I don't want my users to encounter this error if they try to query without clicking on 'Enter Query' first.
    I'd like to know why exactly does this error happen - what does it mean?
    I've read in other forums that setting the item's Required property to false solves this issue. But how can I do this with a radio group? And if it's not possible, does anyone have any suggestions for other workarounds?
    Thanks in advance,
    Abigail

    Hi,
    You can avoid this by setting 'Mapping of other values' to the one fo the radio buttons value.Like if you have to radio button radio1 and radio2 associated with radio group R1 ,then set any radio buttons initial value to this 'Mapping of other values' property of radio button R1.You won't see this error.
    This error occurs because your loading a screen without assigning a value to the radio button.
    If this helps mark question as answered or helpfull.
    Thanks,
    Pavan.

  • Frm-92100, FRM-92101 errors

    hi forms gurus,
    we use forms 9i on a LINUX/IAS server.But since 2 days ago, the following errors appeared when we try to access to our application using the browser:
    FRM-92100:Your connection to the server was interrupted
    oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
    at oracle.forms.net.HTTPNStream.flush(Unknown Source)
    at java.io.DataOutputStream.flush(Unknown Source)
    at oracle.forms.net.StreamMessageWriter.run(Unknown Source)
    What's the matter?PLZ help us to solve this problem. it's very important for us.
    TYAG.

    What changed since it was working???? That could be the pointer to the problem.
    I would also suggest a reboot (just in case). and put the Jinitiator console (if you are using Jinit) to level 5 tracing.
    Regards
    Grant Ronald
    Forms Product Management

  • FRM-10221: Cannot read file /u02/applfint/apps/apps_st/appl/au/12.0.0/resource  FRM-41810 FRM-41067

    Hello Experts,
    I am in the process upgrade EBS to 12.1.3 and when attempting to launch forms to "Generate All Business Views", I encountered three Form errors:
    FRM-10221: Cannot read file /u02/applfint/apps/apps_st/appl/au/12.0.0/resource
    FRM-41810: error creating menu
    FRM-41067: cannot fine menu item: invalid ID
    Back in my shell, I have also noticed that some part of my environment variable is not functioning correctly or is missing:
    . /u02/applfinp/apps/apps_st/appl/APPSOFPROD_ofinprod01.env
    or
    . /u02/applfinp/apps/apps_st/appl/OFPROD_ofinprod01.env
    Gives:
    -bash: /usrxit/devenv.env: No such file or directory
    I have used adadmin utility and choose option to recreate grants and synonyms; executing adautocfg.sh  but problem is persisting.
    Thanks
    Mathias

    Hello Hussein,
    I am glad you are online. I am on a deadline to finish an upgrade by 8 AM this morning.
    I have actually finished the upgrade and was about to "Generate All Business Views" to fix all the dozens of invalid views that are trailing.
    I had just finished applying Patch 9239090 to get to ebs 12.1.3 an its pre-requisits. This is the first time I am opening these forms and all forms are throwing the same error.
    I have manually relinked the adadmin:
    adrelink.sh force=y "ad adadmin"
    Autoconfig is giving errors:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 1
    java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 1
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    Thanks
    Mathias

  • FRM-30457 & FRM-30375

    Hi i am getting the following error/warning when i complie my form in Oracle forms Version 10.1.2.0.2
    FRM-30457: Warning: Maximum Length ignored for character-datatype subordinate mirror item PROJ_LS_LIMIT.APP_PENDING.
    FRM-30375: Datatype for non-Min/Max summary item must be Number.
    Item: GR_TOT_PRICE
    Block: TBL_SU_EST_PREENG
    FRM-30085: Unable to adjust form for output.
    I have the same length and data type for PROJ_LS_LIMIT.APP_PENDING and mirrored item.

    FRM-30457: Warning: Maximum Length ignored for character-datatype subordinate mirror item PROJ_LS_LIMIT.APP_PENDING.
    FRM-30405: Datatype for Sum/Avg/Variance/Stddev summarized item must be Number.
    Item: GR_TOT_PRICE
    Block: TBL_SU_EST_PREENG
    FRM-30085: Unable to adjust form for output.
    check for data type and set data length Semantics to null and try to compile it with Ctrl+T.
    sarah

  • FRM-18108 - FRM-10102

    Hi All,
    Environment setup
    EBS = 11.5.10.2
    DB = 9.0.2.6
    OS = RHEL
    Requirement is to modify some condition in form CEXCABMR.fmb.
    At client site side
    OS=WinXP,
    Earlier 10g database was installed and yesterday i installed Form developer 6i.
    I copied the form to my local driver at path c:\AppsForms
    c:\Appsforms
    ---\au
    -------\forms          // contains forms CECORE.fmb, CESTAND.fmb and CEXCABMR.fmb
                            // rest of the folders are copied as it is from prodappl folder
    -------\lib
    -------\plsql
    -------\sql
    -------\resource
    Below is the registry tree under HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE
    ALL_HOMES
    HOME0
    Key-OraDb10g_home1
    ORACLE_HOMES              //under ORACLE_HOMES
       ORACLE0
            FORMS60_PATH=C:\AppsForms\au\11.5.0\resource              //Created a new expandable string value but still i am receiving error FRM-18108 for forms and FRM-10102 for libraries.
    What i have missed ?
    Regards,
    Asim

    Hi Helios,
    I moved the FORMS60_PATH from HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE->ORACLE_HOMES->ORACLE0 to
    HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE
    and set FORMS60_PATH= C:\AppsForms\resource
    placed forms at C:\AppsForms\
    and reboot system.
    Now its working, thanks for your cooperation.
    Regards,
    Asim

  • Error frm-10221and frm-41810 in customized menu attaches to frm 6i

    hi,
    i made my own customize menu which attaches to a form. when i run form it shows error like "FRM-10221 cannot read menu file" and after that it also shows "FRM-41810 errror creating menu". pls help me out.i'll be really greatfull.
    Thanx!

    hi,
    i made my own customize menu which attaches to a form. when i run form it shows error like "FRM-10221 cannot read menu file" and after that it also shows "FRM-41810 errror creating menu". pls help me out.i'll be really greatfull.
    Thanx!

Maybe you are looking for

  • Converting Speakers to Wireless

    Are there any electronics experts on here who can comment on the possiblity of modifying a Creative speaker system so each satalite speaker is completely wireless? I have the Inspire 5.1 Digital 5700. Probably one of three best purchases I have made

  • Change Account to Open Item Managed

    Hi All I need to change some GL accounts that are not open item managed to open item managed... However, all these accounts have balances in them and wouldnt let me change it... And there is no way the customer will clear these balances... so is ther

  • Program.: FAGL_ACTIVATE_OP

    Hi people, We need to execute the program: FAGL_ACTIVATE_OP (about open item management of the account). We don't have this program in our Client yet, could you tell me what the SAP note that apply that? Thanks, Rosana.

  • After purchasing and downloaded GarageBand software, It won't work and start over and over to download the software

    After purchasing and downloading GarageBand on App Store the software won't start and switch to download over and over the software. It's virtually impossible to reach someone from Apple for support grrrrrrr.... So can someone could kindly give me a

  • Generating Weblogic Web Services with OEPE

    The OEPE plugin set allows you to generate JAX-WS Weblogic Web Services via a menu option by rick clicking a WSDL and choosing Weblogic Web Services -> Generate Web Service. The downside is this plugin overrides the existing service implementation fi