Getting the EBS URL

Problem

You have database access, but you don't know the EBS URL.

Solution

select home_url
from icx_parameters;


Acknowledgement

https://community.oracle.com/thread/2543965?tstart=0

Comments