Initial Information to Collect to Start Diagnosis of Oracle Forms "Slowness" Issue (Slow Navigation / Latency / ..)
(Doc ID 1902638.1)
Last updated on MAY 08, 2020
Applies to:
Oracle Forms - Version 11.1.1.1.0 and laterInformation in this document applies to any platform.
Checked for relevance on 01-Feb-2016
Goal
An "Oracle Forms" Application "involves" many components :
- A Forms Applet running in a Java Plugin running in a Browser
- A HTTP Server with a module mod_wl_ohs receiving the requests from the Java Plugin and forwarding these requests to WLS_FORMS
- A Forms listener servlet running in WLS_FORMS receiving the requests and forwarding them to the forms runtime
- A Forms Runtime (frmweb) executing the PL/SQL code
- A Database
The goal of this document is to describe what "timing" information can be collected in order to find out which component(s) may be responsible for the "slowness".
So it is important to understand that it is not possible to detect the root cause of any situation only with the information collected by this article or only with some specific method.
The next step of analysis would be determined by the analysis of information collected in this article.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |