userenv('terminal') in 12c forms
Hi All,
The function userenv('terminal') is a function we use in older forms versions to get the machine name.
(Terminal-The OS identifier of the current session)
Due to 12C forms's domain being weblogic, the machine name is now the machine where weblogic is running.
I've tried SYS_CONTEXT('USERENV','TERMINAL') as well with no luck.
Anyone has some direction in terms of this?
Thanks!