You are on page 1of 3

Forum Oracle Applications Administration 11i and R12

Concepts,Service Management,Apache,OC4J,OPMN,JServ,Forms, Issues,Troubleshooting,


Oracle Application Login/Logout Flow. Basic Understanding.
Register Forgot Password Edit Email and Password
Thread: Oracle Application Login/Logout Flow. Basic Understanding.
Call:+91 11 40581394
Mail : info@dbalounge.com
Scheduled Trainings
)Oracle Identity Manager Training (OIM) 11G R2 (Weekend,Online)-23rd March 2013
User Name Password Log in
Remember Me?
Register Help
What's New? Trainings Contact-us
Today's Posts FAQ Calendar Community Forum Actions Quick Links Advanced Search
Results 1 to 1 of 1
Web Page Blocked
Thread Tools Search Thread Display
02-24-2012, 12:59 PM
Oracle Application Login/Logout Flow. Basic
Understanding.
Login Flow - Things happen once user submits URL in
browser to login to Oracle Applications
1) User enters a URL in web browser say
http:\\localhost.localdomain or(WebServer Listener
port) and clicks Go.
i) These request are recorded into access_logs under
Apache Web Server ($IAS_ORACLE_HOME/Apache
/Apache/logs/access_%)
2) Webserver checks that with http header request if
there is a cookie attached (Cookie is message given by
WebServer to Web Browser to identify that if user is
logging in first time.
3) Apache Server then Displays the Oracle Applications
Rapid Install Portal Page.
#1
Join Date:
Location:
Posts:
Oct 2011
Venice
42
pkumar
Oracle Administrator
Forum
Oracle Application Login/Logout Flow. Basic Understanding. http://www.reachdba.com/showthread.php?594-Oracle-Application-Logi...
1 of 3 18-03-2013 21:02
- User clicks on Oracle Apps Login Links > E-Business
suite Home Page.
- This request is forwarded by Apache to Jserv.
- Jserv sends it to AppsLogin servlet.
- AppsLogin servlet detects the login mode by reading
the "Applications SSO type" profile option for current
E-Business suite Release 11i instance and
redirects it to the appropriate login page.(SSO, SSWA or
any others).
4) User enters the Username/Password in login page and
clicks submit button.
5) WebServer needs to check if the username and
passwords is authenticated against database FND_USER
table.
For this it needs a user to check the client's Username
password in database. So GUEST/ORACLE is the user it
uses to
authenticate the client's username/password against
FND_USERS table.
6) Once user is authenticated its check against
FND_RESPONSBILITY% for authorization about users
responsibilities & all the assigned
responsibilities are populated to user. and from here
onwards user has entered into the application to perform
his routine operations.
How choice of responsibility catered?
- Responsibilities are of two type
(1) Self Services (served by Jserv/Servlets)
(2)Core Applications (Server by Forms Server)
- If this is Core responsibility , Apache transfers request
to Forms Listener. From here request is on Sockets or
forms servlets depending
on forms config. from here onwards Client talks directly
with Forms Server in forms session and if Client requests
some data, forms
server makes database connection using dbc (Database
Connector file) in FND_SECURE_TOP.
- But if User Selects Self Service Responsibility like
iProcurement, iRecruitement then Apache forwards
request to mod_jserv and request
is catered by jserv_component.
If anybody know more on this please share your views.
I'll post Logout flow in next post.
Last edited by pkumar; 02-24-2012 at 01:05 PM.
Oracle Application Login/Logout Flow. Basic Understanding. http://www.reachdba.com/showthread.php?594-Oracle-Application-Logi...
2 of 3 18-03-2013 21:02
Apps Tables which you do reorg regularly | adstpall.sh stuks for long time when come to adcmctl.sh
stop ????
All times are GMT +5.5. The time now is 08:01 PM.
Powered by vBulletin Version 4.1.9
Copyright 2013 vBulletin Solutions, Inc. All rights reserved.
DBA Lounge (P) Ltd. deals in Oracle Technologies on Consulting, Resourcing, Corporate Training
Online and corporate training available on Oracle Database 11g, Oracle 11g Real Application
Cluster (RAC), Oracle Applications 11i/R12, Oracle Fusion Middleware 11g, Oracle Identity
Management-OIM, Oracle Internet Directory 11g-OID, Oracle Business Intelligence Enterprise
Edition-OBIEE, Oracle Golden Gate, Oracle Access Management-OAM, Oracle Internet
Directory-ODS, Oracle Identity Analytics Architecture-OIA Statistics
Copyright www.reachdba.com
Cheers !
pk.ora
Reply With Quote
Quick Navigation
Concepts,Service Management,Apache,OC4J,OPMN,JServ,Forms, Issues,Troubleshooting, Top
Oracle Application Login/Logout Flow. Basic Understanding. http://www.reachdba.com/showthread.php?594-Oracle-Application-Logi...
3 of 3 18-03-2013 21:02

You might also like