How to find EBS URL in R12.2

There are different way to find the EBS URL

Method 1

Login the R12.2 application server
Source the Env File

[oracle@san ~]$ grep login $CONTEXT_FILE
         <login_page oa_var="s_login_page">http://dev1.apps.com:8001/OA_HTML/AppsLogin</login_page>
[oracle@san~]$


Method 2:

Connect sqlplus apps user

SQL> SELECT home_url  FROM icx_parameters;

HOME_URL
--------------------------------------------------------------------------------
http://<Hostname>:8007/OA_HTML/AppsLogin


How to find Weblogic URL and PORT number:

Login the R12.2 application server
Source the Env File

[oracle@sanprod ~]$ grep s_wls_adminport $CONTEXT_FILE
         <wls_adminport oa_var="s_wls_adminport" oa_type="PORT" base="7001" step="1" range="-1" label="WLS Admin Server Port">7002</wls_adminport>
[oracle@sanprod ~]$


Weblogic Port Number:7002 
Weblogic URL:http://<Hostname>7002/console

 

Comments

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2

How to compile forms in R12.2