Oracle forms crash aftera spcific record

Hi all
i am sufering from strange problem in oracle forms 6i...I am using forms 6i nad use C/S.......the problem is that some time when i enter new records the forms automatically close when I want to see it by execute query........I press execute query button and press next,next and when i reach to that record the form atuomatically close......I dont know why.........It is not happening in all record i enter....It happens in only some records that i enter
Please help
Thanks in advance
Shayan
[email protected]

I have had the same problem before and sorted it. Please Check the Following:
1. All the number fields are defined as number in the form. Same with date fields and characters.
2. No field is trucated. I.e. The text in the table is not more that the capacity that the field can hold.
3. If the Record crashing is a parent of another record, make sure that the link is properly defined.
Hope it helps.
Regards,
Eric,

Similar Messages

  • Oracle forms standard/default menu - Record Delete option

    Hi ,
    Oracle forms provides a standard menu with the below options.
    Action , Query , Block , Record , Help etc.
    Under each of these Menu options there are sub options.
    Eg: Under Record we have Previous , Next , Insert , Delete etc.
    Can someone please tell me how to control this menu item options for different forms.
    Eg: for 1 form i want to allow the Record - Delete option but for another form i dont want to give this option.
    How to do this ??
    Please help....
    I tried to search for the solution but couldnt get the right answer. Hope someone will help me out here.
    Regards,
    SRT

    Hello,
    The Oracle Forms documentation states:
    The Default menu is built-in to every form, and is not a separate menu module.
    You cannot change the structure of the Default menu or edit the menu items it
    displays.
    If your application requires
    unique menu functions, you must create a custom menu module and attach it to
    your form.
    If the internal default menu almost meets your needs, you can attach the
    "menudef.mmb" approximation of the default menu to the form. You can then
    rename and edit this menu.
    You can download the demo version for 10g R2 and menudefs_10g.mmb is included with the demos.
    http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip
    You will get menudef_10g.mmb and menudefs_10g.mmb.
    If needed check metalink note:
    Differences between menudef.mmb and menudefs.mmb menu files. [ID 1081136.1]
    Kind regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • 1.4.2_13 Oracle Forms - Problem after change of JAR, JRE does not respond

    Hi,
    We use JRE version 1.4.2_13 as this was the certified version for Oracle Forms 10g.
    We recently implemented a new module that uses a Java Bean. We use Java Beans already but this one allows the user to save from an Oracle Form to there PC. Because of this we had to re-sign the JAR we use. When the user tries to go back in the system it freezes and does not allow the user to Allow permission again.
    We then have to proceed to either uninstall the JRE and reinstall it (This then allows us to grant permission)
    OR
    We need to clear cache, remove all original certificates
    Then this allows us to allow (grant always) access.
    I am after a slicker way to put this new bean in place without asking everyone of our users to mess around doing the above.
    Is there anyway to invoke an auto uninstall or an auto clear cache, clear certificates
    Is there a way to stop it freezing up when first entering?
    Thanks in advance..

    anyone?

  • Forms crashes after copying over fmx

    Group,
    While testing changes, I notice that when I copy over the currently open form's fmx that when I close the form the following exception is raised and forms crashes. Is there any work around? (other then not copying overwriting files in use)
    Thanks.
    Env details
    Forms Version 10.1.2.0.2
    Redhat 3
    latest IE
    --pat
    FRM-92101: there was a failure in the forms server during startup. This could happen due to invalid configuration.
    Please look into the web-server log for details.
    details...
    Loading http://triton.xxxx:7778/forms/java/frmall_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    oracle.forms.net.ConnectionException: Forms session <26> aborted: unable to communicate with runtime process.
    at 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)

    Mr Helmet :-)
    This is actually expected behavior (See MetaLink Note 286762.1). There is a way to work around this in a development environment, but you really DO NOT want to do it in a production environment (See MetaLink Note Note 151618.1).
    To increase scalability of Forms, each individual user does not have all the Forms loaded for them. So, only those things that are necesary for a user to run a session are loaded. For the first sessions, it is everything. For subsequent users, it is only things necessary that are different from the first sessions.
    This allows you to run LOTS more users with FAR fewer resources.
    If this is a Development system, the workaround is to disable this performance feature & load everything into memory for every user. You do this by setting the FORMS_MMAP environment variable to FALSE (0 for Forms 6i and earlier). Use the version number for Forms versions 9 & earlier (i.e. FORMS90_MMAP).
    I hope this explains things for you & why this is expected.
    If you think about it, why would you want currently connected users to be running while putting new Forms in place. Think about how the logic could be messed up if they started running parts of the application that were put out there while other parts were still in memory.
    Another way you could do this in a production environment would be to have multiple directories for different versions of your application. Then, when the new files are ready to be promoted, you change the FORMS_PATH to point to that new location. The connected users will still be reading the old forms & the new users would be using the new ones.
    I hope this helps.
    Cordially,
    Steve

  • Oracle Forms returns the first record in the database when performing query

    Once in a while when we query for a record on a form, say by first name Tom, then it returns the first record in the database. Other times it return the Tom's record. It only happens once in a while and if you close the form and reopen it and requery for Tom, then it brings Tom's record.
    Does anyone know the issue what could be happening. It just happens every now and then that it's hard to reproduce.
    ORacle Forms 10GR2
    ORacle Application Server 10.1.3
    thanks

    then it returns the first record in the databaseI'm not sure if i understand you correctly. Do you mean forms ignores the searc-condition you entered? I would check SYSTEM.LAST_QUERY at the moment this happens to check if the condition gets somehow lost.

  • Text field highlighting Issue in oracle forms 11g after migrating from 10g

    We have migrated the oracle forms from 10g to 11g.
    On 10g oracle form when I click on the text item then text item value gets hilighted in blue color but after converting same form(without making any code changes) into 11g version form when I click on then text item then value is NOT hilighted.
    Could please help me why it's behaving different? Are there any configuration changes required at the application server side?
    Thanks

    christian,
    We have forms 11.1.1.2.0.
    In oracle forms “text item value is highlighted When user clicks on text item” is controlled by form level property “KEEP CURSOR POSITION”.
    This property is not working with JAVA SUN plug-in in forms version 11.1.1.2.0.
    This issue has been fixed under Patch Set 2 (11.1.1.3.0). Please see below meta link.
    https://support.oracle.com:443/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(bmDocDsrc=KB&bmDocType=BULLETIN&bmDocID=1099499.1&from=BOOKMARK&bmDocTitle=Fixed%20Bugs%20List%20-%20Patch%20Set%202%20(11.1.1.3.0)%20for%20Oracle%20Fusion%20Middleware%2011g&viewingMode=1143))
    Thanks,
    Satish N

  • Oracle Forms crashes opening Canvas

    Hi
    I have a 10.1.0.2 database installed and Oracle BPEL 10.1.2.0.2 installed. I recently installed Developer Suite 10.1.2.0.2. I open Forms Builder, add a canvas to a new form, double click the canvas and Form Builder crashes. This happens everytime I do this. Has somebody experienced the same problem?
    Regards,
    Néstor Boscán

    It happened to me also some days back. If I press short-cut key to show the canvas, it will work fine. If you double click that, form will close.
    If there are many applications opened, this problem is occuring...[for us, this was the problem.After closing other applications, form works fine]
    Regards
    Priya

  • Why does my Audition CC crash after I record something?

    Hello, I am currently making rap music using a Yeti pro USB by Blue microphones. Everytime I start up Audition everything goes fine until I record a verse over a beat, after I press stop I see the symbol when it is saving something over the file name and it gives me the message "Adobe CC has stopped working" any suggestions? This happened even when I had Adobe CS6.

    I just got this computer in December. I have been using CS5 with no problems at all. Yesterday, I tried to save a very simple file to the desktop and illustrator crashed. It is happening any time I try to save the file to anyplace other than the one file that comes up when I use the "save as" or "save" command. Its happening no matter how small the file is.
    I have already removed almost everything from my desktop as one person suggested. I have uninstalled illustrator, run the cleaner program, restarted and re installed illustrator. I have updated illustrator to the current version.
    I am using osx yosemite 10.10.2
    I have 16 g of memory.
    I have 258G free out of 500G total of storage.
    I am at a loss.
    Do you know why it would be crashing?
    Please help.
    Thank you.

  • Oracle databank crashes after backup

    Every night, i run a backup on our oracle databank, using backup exec. every morning, the databank has crashed and must be restarted.
    Now today, in the middle of the day, for no reason, the databank crashed again.
    Is there anyway to hinder this problem in the future? Does anyone have an idea WHY my databank keeps crashing. please help!
    amber

    Hello Markus,
    This is the error i got:
    ERROR => ORA-1403 when accessing table SAPUSER
    And then i have to unlock all this users:
    ALTER USER OPS$CRPADM ACCOUNT UNLOCK;
    ALTER USER OPS$SR3ADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICESAP_SID ACCOUNT UNLOCK;
    ALTER USER OUTLN ACCOUNT UNLOCK;
    ALTER USER OPS$ORACRQ ACCOUNT UNLOCK;
    ALTER USER OPS$ORACRP ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICECRQ ACCOUNT UNLOCK;
    ALTER USER OPS$CRQADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAP_SIDADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICECRP ACCOUNT UNLOCK;
    ALTER USER SYS ACCOUNT UNLOCK;
    ALTER USER SYSTEM ACCOUNT UNLOCK;
    ALTER USER SAPSR3DB ACCOUNT UNLOCK;
    ALTER USER DIP ACCOUNT UNLOCK;
    ALTER USER TSMSYS ACCOUNT UNLOCK;
    ALTER USER DBSNMP ACCOUNT UNLOCK;
    ALTER USER SAPSR3 ACCOUNT UNLOCK;
    Many thanks

  • Oracle forms hanging after tabbing off a field

    Hi there,
    Our application is 10gR2. There are several fields on the form and when the user tabs off a particular field (say TextField1), forms hangs up. TextField1 has a LOV associated but since i am clicking on the button of TextField1, the select statement associated with LOV will not be executed right?
    There is no trigger attached to TextField1. This happens only on production and not on development database(replica of production).
    Any suggestions for me???
    Thanks

    the execution plan has nothing to do with tabbing out of a field, it just is determined when the lov-query is executed first.
    but the excution plan of a query is based on alot of information, besides the structure of the database (tables, indexes) it depends to a large amount on the statistics gathered in the database. The gathered statistics contain information of the data content of the tables and, and, and..
    So if the data in your env-environment is very different from the data in your prod-environment, or even if the last gathering of statistics is long ago in your dev, the execution plan can be completly different in two databases although the structure is the same.
    One reason for this problem may be is that in an dev-environment you sometimes have only a "small amount" of data to "save space". This can lead to totally different behaviour between dev-environment and prod-environment.
    hope this helps.

  • Forms crashing while executing Oracle Forms Functional script in OTM

    Hello,
    We're trying to execute Oracle Ebiz forms related functional test scripts developed in Open Script in Oracle Test Manager.
    Exactly when the forms get launched, the JRE is getting crashed, and the script is failing. What could be the reason.
    I've added the class path in Java control panel for the JRE which comes with OATS, and enabled 1.6.33 version, which works absolutely fine when same script is run using OpenScript and not through OTM.
    Also, in windows services we have provided the valid admin login credentials to the run the service as, instead of local machine user.
    Any help and insight on this problem would be of great help.
    Regards,
    Nishant
    Edited by: 958623 on Oct 29, 2012 5:09 AM

    Yes as mentioned i have used run time setting "-formsft.startup_timeout 30".
    Per release notes, i am starting the agent service using the command line "C:\OracleATS\agentmanager\bin\AgentManagerService.exe -c
    C:\OracleATS\agentmanager\bin\AgentManagerService.conf".
    But what's happening is, OTM is not actually waiting for the applet to load. The moment the forms are invoked and about to load after signing in and selecting the responsibility and menu, the script and forms are crashing. OTM is giving the below error though its not waiting to connect to the forms.
    Failure when running child script GL_JournalEntry_Batch. Caused by: Failed to connect to the Oracle Forms applet after 30 seconds. Verify that the applet launching page opens, and that the Forms Startup Timeout setting is high enough for this site

  • Problem in concurrent update in ADF BC (compare to oracle forms)

    Hi,
    I am using JDeveloper 10.1.3.3.
    I created a simple form on EMP table using JSF/ADF BC template and then I browsed the EMP form with 2 separate browsers.
    Both browser were on the same record (for example SMITH record). I changed the value of salary in one browser and commit the change. Then, in the second browser I changed the value of salary to something else and commit. As I expected I got JBO-25014: RowInconsistentException. (a similar error was shown when we used Oracle Forms and updated one record from 2 separate sessions).
    I pressed the commit button for the second time and surprisingly enough,the changes committed successfully !!!
    In oracle Forms you had to re-query to be able to change when an error like this happened and normally it should be the same in ADF BC. The strange part is that the framework detects that the record has been changed and prevents committing operation but just for one time!!!
    I tried locking mode to both optimistic and pessimistic but there was no difference.
    Is it any way to achieve the same functionality we had in oracle forms in the past?
    Any help would be highly appreciated.
    Thanks in advance,
    Navid

    Hi,
    I think this can be explained the best with the fact that the web is stateless. If you mark a record for update, which you do when you submit it. Then it should get locked in the database. After commit you release the lock and whoever wants to override the value you put in can do this. I don't think that a lock should be released only if a user re-queries the data. You can code this in though: just requery the records on error
    Frank

  • Oracle Forms 60604 Errors

    Hi,
    Hope someone can help with this.
    I have a set of forms that I am trying to modify.
    If I load the form, then save and try to compile I get Oracle 60604 errors.
    If I load the form, and right away compile the form I can compile OK but as soon as I save the form, Oracle Forms crashes.
    The form file is read/write and is on my local hard drive.
    I have logged into the proper database to do the compile against.
    Any ideas as to what could be generating the 60604 errors??
    Thanks!
    Mohammed

    When I try start customers.fmb, I get the error FRM-40911:Record not created due to sequence number generation error. Double-check the sequence used by the CUSTOMERS table and make sure the sequence exists. If it exists, check the permissions to see if your user has SELECT privilege granted.
    In orders.fmb I get the error FRM-10102: Cannot attach library webutil_lib.Sounds like your environment is not configured correctly. The WebUtil.pll (PL/SQL Library) is included with Oracle Forms and is located in the <DEV_SUITE HOME>/forms directory. This directory location needs to be added to your FORMS_PATH so the Forms Builder can find the library. The Forms Builder FORMS_PATH variable is located in the Windows Registry. Edit your Windows Registry and navigate to the following Key: HKEY_LOCAL_MACHINE => SOFTWARE => Oracle => KEY_DevSuiteHome1 (your key may be named slightly different). Now, in the right side, scroll until you find the FORMS_PATH string object and double-click to open the editor. Add the directory where the webutil.pll is located to the existing value in this string variable. When you are done, it should look something like the following:
    D:\DevSuiteHome_1\cgenf61\admin;D:\DevSuiteHome_1\formsYou might also want to take a look at the article: Forms: How to Configure Forms Builder to run forms locally. Even if you do not plan to run a form directly from the Forms Builder, this article will show you the basics for setting up your environment.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Oracle instance crashed with error 472

    My Oracle instance crashed after running for 2 days
    with 5 reads and 2 updates in every 4 seconds. The
    alert log are
    Fri Oct 24 02:59:13 2003
    found dead multi-threaded server 's000',pid=(10,1)
    Fri Oct 24 03:00:31 2003
    LGWR: terminating instance due to error 472
    Instance terminated by LGWR, pid = 109
    The client access the data through stored procedures.
    The database is running on Windows NT 4.0 service pack 6a.
    The Oracle is v8.1.5.0.0
    Any help will be greatly appreciated.

    ORA-00472 PMON process terminated with error
    Cause: The Process Monitor process terminated abnormally.
    Action: Check the accompanying messages, and the background process trace file. Correct the problem mentioned in the messages. Then shut down and restart the instance. If the trace file mentions any other background process messages, check the trace file for the mentioned process until the root message is found.
    Follow the recomendations above
    Joel P�rez

  • Oracle Forms - Relation Objects Concepts

    Hi,
    Note: This is a newbie question.
    I have been tasked to address the following question:
    "What do understand by Relation Object? Differentiate between isolated, non-isolated and cascaded relation object properties."
    I have tried to search on this website to find information on the concept of Relation Objects but to no avail. Can anyone please point me to the right resource.
    Thanks and regards.

    Setting Relation Properties that Affect Coordination
    When you create a master-detail relation, you must decide how Oracle Forms should manage coordination between the master and detail blocks.
    Specifically, you need to answer the following questions:
    Should end users be able to delete a master record if there are associated detail records present?
    If end users can delete a master record, should Oracle Forms delete the associated detail records also?
    If an end user makes a new record in the master block the current record, should Oracle Forms fetch the associated detail records immediately, or wait until the end user navigates to the detail block?
    The answers to these questions will depend on application-specific requirements.
    By setting the properties of the relation object, you can implement the master-detail functionality most appropriate for your application.
    The properties that affect the functionality of a relation include Delete Record Behavior, Coordination, and Prevent Masterless Operation.
    Delete Record Behavior Property
    The Delete Record Behavior property (formerly called the Master Deletes property) allows you to specify how the deletion of a record in the master block should affect records in the detail block.
    You can specify Cascading, Isolated, or Non-Isolated:
    Cascading
    The master record can be deleted, and any associated detail records are automatically deleted from the database at commit time.
    If relations are nested to several levels, only records in the immediate detail block are deleted.
    That is, deletions do not automatically cascade to multiple levels of a relation chain.
    Isolated
    The master record can be deleted, but the associated detail records are not deleted from the database.
    Non-Isolated
    The default setting.
    The master record cannot be deleted if associated detail records exist in the database.
    Note:
    If your database is using the ORACLE7 Server cascading deletes feature, do not use the Cascading deletes option in Oracle Forms.
    Coordination Properties
    The values of the coordination properties Deferred and Auto Query determine when the population phase of block coordination will occur:
    Immediate (Deferred = No)
    The default setting.
    When a coordination-causing event occurs, Oracle Forms fetches the detail records immediately.
    Deferred (Deferred = Yes, Auto Query = No)
    When a coordination-causing event occurs, Oracle Forms does not automatically fetch the detail records.
    To fetch the detail records, the end user must navigate to the detail block and explicitly execute a query.
    Deferred with Auto Query (Deferred = Yes, Auto Query = Yes)
    When a coordination-causing event occurs, Oracle Forms defers fetching the associated detail records until the end user navigates to the detail block

Maybe you are looking for

  • Moving text entered into a PDF without moving other objects

    Sometimes, I add text to a pdf through the following: -         Click Tools to the top right of Acrobat, beneath the X. -         Under Content | Edit Text & Objects, select Edit Document Text. -         Hold down ctrl before you place the cursor on

  • Problem with Updated Webcam Software for Windows 7 (I AM NOT USING THE BETA VERSION OF WINDOWS 7)

    I have a dv5-1235dx.  HP posted new software for Win 7 (64) built in camera software.  The install seemed to go fine, but once you click to run the software, nothing happens, so it seems.  About a minute or so later, the application opens.  Why is it

  • Connecting iphone via airport extreme on dsl

    I just moved to a location that does not have access to cable internet and have switched to DSL..(*****). Is there any way for me to just connect without having to use PPPoE. with cable all I had to do was walk into the room.. Can anyone tell me how

  • Urgent!! How  to find all applications implemented on portal?

    Hi all, i am implementing a new portal, my requirement is i have my current portal running and have many applications and components implemented on it, i want to reflect all these on my new portal, so is there any method available so that i can searc

  • Boot error message on new install of Paravirtualized arch

    Hello, I just finished installing a PV arch guest on xen. I get the following error at boot: [1.185226]  i8042: No controller found [1.1247134] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) Google told me this is the driver for the hardware