Friday 7 May 2010

How to find login URL for oracle applications 11i/R12

In this post am giving some easy tips to find-out login URL of 11i/R12 instances.
To find login URL of 11i oracle applications, need to login as APPLMGR user in web server node

[applmgr@devtapps ~]$ cd $APPL_TOP/admin

[applmgr@devtapps admin]$ ls -ltr *.xml
-rw-r--r--  1 applmgr dba 79217 Nov 14 12:03 DEVT_devtapps.xml
[applmgr@devtapps admin]$

[applmgr@devtapps admin]$ cat DEVT_devtapps.xml |grep http | grep login
<login_page_oa_var="s_login_page">http://devt.apps.local:8004/oa_servlets/AppsLogin</login_page>

[applmgr@devtapps admin]$
[applmgr@devtapps admin]$


If you have check with SID_hostname.xml file. There is a variable s_login_page, which is the login URL


To find-out login URL of Release 12 oracle applications, need to login as APPLMGR user in a web server node

[applvis@visR12 ~]$ cd $INST_TOP/appl/admin

[applvis@visR12 admin]$ ls -ltr *.xml

-rw------- 1 appsvis dba 1020 Sep 14 2009 oamextensions.xml
-rwxr-xr-x 1 appsvis dba 86938 Sep 14 2009 VIS_visr12.xml

[applvis@visR12 admin]$
[applvis@visR12 admin]$ cat VIS_visr12.xml | grep http | grep login

 <login_page_oa_var="s_login_page">http://visr12.apps.local:8001/OA_HTML/AppsLogin</login_page>

[applvis@visR12 admin]$
[applvis@visR12 admin]$

If you have to use the external URL, s_external_url: the value here is the external URL

Related Posts by Categories



No comments: