Find Oracle applications login url by running the below
query from the database
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
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