ORACLE EBS TEST SANITY CHECK
Architectural Design of Oracle Application
STEP1. Hit the URL http://abcd.com:8905/OA_HTML/AppsLogin
to display the home page of the Oracle EBS. Provide your user name and
password.
What are the process happened here internally?
Checking whether web server is up and running or not .
When the user hits the url in the address bar of the browser
the server checks whether some cookie is attached in the request or not ,if there is no cookie is attached ,it will display the
login page as shown in the below figure.
Here abcd.com is the host or server name and 8905 is the
port number is the port where the web server is listening.
Here comes the concept of the concurrent request and acts of the concurrent manager upon the request.
(An user sends a request to run a program is called
concurrent request which is handled by the concurrent manager basically.) .
Click on submit a new
request button to start the work of concurrent request operations on the
programs.
When an user submits a request to run a program ,the request is entered into a database table that lists all of the request.Concurrent Managers read request from the table and start programs running..
Step5: Prompt for ‘Which type of request do you want to run’ it is mainly depend upon
the situation whether we are going to submit only a request or set of request
but as per here we are ask for a Single
Request .
Step6.
Click OK and select Active Users from the combo type box as
you seen in the below pictures and click Submit
button.
No comments:
Post a Comment