Showing posts with label Forms Issue. Show all posts
Showing posts with label Forms Issue. Show all posts

Tuesday, June 17, 2014

Forms Process (FRMWEB) Consumes 100% of CPU in Oracle Applications R12

Forms Process (FRMWEB) Consumes 100% of CPU in Oracle Applications R12 [ID 745711.1]

Issue:
On Oracle Applications R12 when checking the top processes on the OS level for the middle tier, you find that forms process (frmweb) almost consumes 100% of the CPU.

Cause:
The root cause of the issue is that returning rows from LOVs in core forms causes the forms process to grow up into memory depending on the number of rows returned.
When an end user login to forms and start working with LOV within core forms sometimes and according to the search criteria that the user will provide to filter the results in LOV, it may fetch huge numbers of records in which causes the frmweb process to grow very large, and in extreme cases this can even lock up the current process or even the whole machine.

So when executing a LOV query, every row is fetched into memory on the middle tier, the frmweb process can get extremely large, and the larger it gets the more likely it is to start paging.
Eventually it starts consuming excessive CPU just paging the process in and out of memory, which is probably what you can see here in this case as the amount of memory consumed when the LOV records are fetched into memory obviously depends on the amount of data in each record.


Solution:
FORMS_RECORD_GROUP_MAX to 10000 or 20000 or 30000.
FORMS_CATCHTERM=0

Thursday, May 15, 2014

Wednesday, April 9, 2014

Forms Issue in R12 --- Application Blocked by Security Settings

Forms issue in R12 Oracle Applications
Java at the server side: Java7u45
JRE on the Client Desktop: JRE7u45/JRE7u51

Case 1:
Issue Reported.
Got with error below when try to access forms soon after logging into Oracle Applications.


Please implement below steps, to overcome the issue.

1.    Go to Control Panel.    Start --> Control Panel
2.    Select Java (Java Control Panel) from the list. 

3.    Once you have opened the “Java Control Panel”, click on the “Security” tab. Change the Java security from “High” to “Medium” by moving the pointer to “Medium". Then hit Apply and OK.

4.    Close all the browser sessions, launch browser and try to access Oracle Applications again.

------------------------------------------------------------------------------------ 
Case 2:
Issue Reported.
Got with error below soon after logging into the Oracle Applications.
 

Solution:
The users where experiencing this change soon after the Java Upgrade on the Application Tier.

Go to the Java Control Panel (On Windows Click Start and then Configure Java)
Click on the Security tab
Click on the Edit Site List button
Click Add in the Exception Site List window
Click OK