Tuesday 17 July 2012

Finding Oracle Applications URL from the database

Find Oracle applications login url by running the below query from the database


SELECT home_url
  FROM icx_parameters;

When you are working in the support environment where we have lot many instances(DEV/QA/PROD) this query is sometimes useful to get the application url for corresponding database

No comments:

Post a Comment