<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Timeout Error - Oracle Forms 10g in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050102#M736730</link>
    <description>Hi again Balaji,&lt;BR /&gt;&lt;BR /&gt;As I said in my previous post, you have to create an ON-ERROR trigger at the form level and capture the "FRM-..." error message (not the "ORA-..." message). &lt;BR /&gt;&lt;BR /&gt;This ON-ERROR trigger would be something like this:&lt;BR /&gt;&lt;BR /&gt;IF ERROR_CODE = 'FRM-92102' THEN&lt;BR /&gt; ...&lt;BR /&gt;END IF;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
    <pubDate>Tue, 07 Aug 2007 10:06:45 GMT</pubDate>
    <dc:creator>Eric Antunes</dc:creator>
    <dc:date>2007-08-07T10:06:45Z</dc:date>
    <item>
      <title>Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050096#M736724</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;          We have an application developed via Oracle Forms 10g(Web based application), we would like to implement timeout feature for the application(if the application is idle for a long time). In general, we have a time out message - FRM 92102.  We would like to capture this message and change it to a message of our desired choice.&lt;BR /&gt;&lt;BR /&gt;              Is there a way to capture this message and implement to a one of our choice.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Balaji A.</description>
      <pubDate>Mon, 06 Aug 2007 03:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050096#M736724</guid>
      <dc:creator>Balaji Alapati</dc:creator>
      <dc:date>2007-08-06T03:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050097#M736725</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://technet.oracle.com" target="_blank"&gt;http://technet.oracle.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I believe the best course of action is to mererly update your user doc and let people know what FRM 92102 means.&lt;BR /&gt;&lt;BR /&gt;If you really want to change the message, the message text sits in an oracle database table. As to what the name of the table is or where it is, I don't know the oracle 10g documentation should provide this information.&lt;BR /&gt;&lt;BR /&gt;You may find its best to do a database activity time out on the underlying oracle database. The table that contains that error might be easier to find and alter.&lt;BR /&gt;&lt;BR /&gt;You may have to write an Oracle SAR to get the information if they consider it to be proprietary.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Aug 2007 04:36:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050097#M736725</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-08-06T04:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050098#M736726</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;       Thanks for the reply, we did raise a TAR with the Oracle Forms but the solution they provided was related to implementating a java bean which was not feasible one.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;         We are exploring the database tables name.  Could you let me know if there are any specific database table name which would contain these errors..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Balaji A.</description>
      <pubDate>Mon, 06 Aug 2007 04:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050098#M736726</guid>
      <dc:creator>Balaji Alapati</dc:creator>
      <dc:date>2007-08-06T04:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050099#M736727</link>
      <description>Hi Balaji,&lt;BR /&gt;&lt;BR /&gt;You have to create an ON-ERROR trigger at the form level and capture the "ORA-..." message...&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 07 Aug 2007 03:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050099#M736727</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-08-07T03:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050100#M736728</link>
      <description>Hi Balaji,&lt;BR /&gt;&lt;BR /&gt;We have been encountering this message from quite some time too.&lt;BR /&gt;&lt;BR /&gt;Quite difficult to fix it but we have manage to reduce the number of occurrences.&lt;BR /&gt;&lt;BR /&gt;Have a look at metalink note: 269884.1 &lt;BR /&gt;How To Fix The Forms Timeout Issue In Oracle Applications 11i &lt;BR /&gt;&lt;BR /&gt;and also if you have enough memory, try to increase the number of default_islands in your OC4J_BI_Forms instance&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 07 Aug 2007 05:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050100#M736728</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-08-07T05:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050101#M736729</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;        It is not that we would like to remove this error message; we would like to capture this error message and change it to a text of desired one.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Balaji A.</description>
      <pubDate>Tue, 07 Aug 2007 05:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050101#M736729</guid>
      <dc:creator>Balaji Alapati</dc:creator>
      <dc:date>2007-08-07T05:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050102#M736730</link>
      <description>Hi again Balaji,&lt;BR /&gt;&lt;BR /&gt;As I said in my previous post, you have to create an ON-ERROR trigger at the form level and capture the "FRM-..." error message (not the "ORA-..." message). &lt;BR /&gt;&lt;BR /&gt;This ON-ERROR trigger would be something like this:&lt;BR /&gt;&lt;BR /&gt;IF ERROR_CODE = 'FRM-92102' THEN&lt;BR /&gt; ...&lt;BR /&gt;END IF;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Tue, 07 Aug 2007 10:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050102#M736730</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-08-07T10:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050103#M736731</link>
      <description>Sorry, I forgotted to give some treatment to other errors. So, your ON-ERROR trigger should be like this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IF ERROR_CODE = 'FRM-92102' THEN&lt;BR /&gt; message('...YOUR MESSAGE...',w_user_response);&lt;BR /&gt;&lt;BR /&gt; or &lt;BR /&gt;&lt;BR /&gt; SHOW_ALERT(alert_id);&lt;BR /&gt;ELSE&lt;BR /&gt; execute_trigger('ON-ERROR');&lt;BR /&gt;END IF;</description>
      <pubDate>Tue, 07 Aug 2007 10:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050103#M736731</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-08-07T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050104#M736732</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;      We tried the above option of setting a on_error trigger and capturing it but no luck - after 10 minutes of inactivity on the application we still get the generic FRM-92102 or FRM-92101.&lt;BR /&gt;&lt;BR /&gt;       Any further idea or suggestions on this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Balaji A.</description>
      <pubDate>Wed, 08 Aug 2007 03:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050104#M736732</guid>
      <dc:creator>Balaji Alapati</dc:creator>
      <dc:date>2007-08-08T03:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050105#M736733</link>
      <description>hi Balaji, Eric,&lt;BR /&gt;&lt;BR /&gt;'FRM-92102'  does not necessarily  have an ORA error associated with it. If you go through the metalink note i have mentioned. You will find that there are numerous ways of getting this error.&lt;BR /&gt;&lt;BR /&gt;For instance, one frequent error we get here is related to network issues over WAN.&lt;BR /&gt;&lt;BR /&gt;On one of our metalink SRs concerning this same issue, we were advise to increase the number of default islands amongst others.&lt;BR /&gt;&lt;BR /&gt;You may also wish to review the default values in your Apache configuration.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 08 Aug 2007 04:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050105#M736733</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-08-08T04:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timeout Error - Oracle Forms 10g</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050106#M736734</link>
      <description>Hi Balaji, &lt;BR /&gt;&lt;BR /&gt;Try the ON-MESSAGE trigger at the form level:&lt;BR /&gt;&lt;BR /&gt;IF MESSAGE_CODE = 'FRM-92102' THEN -- HERE YOU COMPARE MESSAGE_CODE, NOT ERROR_CODE...&lt;BR /&gt;message('...YOUR MESSAGE...',w_user_response);&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;SHOW_ALERT(alert_id);&lt;BR /&gt;ELSE&lt;BR /&gt;execute_trigger('ON-MESSAGE');&lt;BR /&gt;END IF;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Like Yogeeraj said, there many are other ways to get FRM-92102: see also troubleshooting  Metalink Note 189867.1 about several possibilities before capturing the error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Finally, if you are sure this is a timeout/idle cause, you may consider increasing it because 10 minutes is way to low.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 09 Aug 2007 06:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/timeout-error-oracle-forms-10g/m-p/4050106#M736734</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-08-09T06:20:14Z</dc:date>
    </item>
  </channel>
</rss>

