How to Find the Hostname / IP Address of Reports Server From Forms
483856Jan 18 2006 — edited Jan 25 2006Hi
We have following query to find out on which machine form server is running,
but how to find hostname/ip address of reports server (if there are more than one reports server running and on different machines).
SELECT SYS_CONTEXT('USERENV','HOST'), SYS_CONTEXT, SYS_CONTEXT('USERENV','IP_ADDRESS')
from dual.
can anybody answer?
rocky rocks.