We have a sql in some of our forms to determine the server that the user is connected to.
example: select SYS_CONTEXT ('userenv', 'host') from dual;
We are moving to a new Windows server and Forms12c and this sql is not returning any data. Does anyone know where the SYS_CONTEXT ('userenv', 'host') function gets the host value?