Tuesday, January 5, 2021

Find Application URL From Database and Context File in Oracle App R12.2

 

 Find Application URL From Database and Context File in Oracle App R12.2

solution 1:

SQL> select home_url from icx_parameters;

 

HOME_URL

--------------------------------------------------------------------------------

http://document.subnet.vcn.oraclevcn.com:8000/OA_HTML/AppsLogin

 

 

solution 2:

 

[applmgr@document appl]$ grep -i login $CONTEXT_FILE;

         

<login_page oa_var="s_login_page">http://document.subnet.vcn.oraclevcn.com:8000/OA_HTML/AppsLogin</login_page>

 


No comments:

Oracle Database Password Management: Resetting Password Policies and User Account Expiry Issues

  Checking Password Lifetime Policy Oracle password expiration rules are controlled through profiles. The following query helps identify the...