Latest Updates

Post Top Ad

18 June, 2013

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 Top Ad

Your Ad Spot

Pages