Hoping this is possible and someone can assist but I need a means of obtaining the local IP Address (Windows box listed in ipconfig command info) from within Oracle ApEx.
Is this possible as I have tried both owa_util.get_cgi_env('REMOTE_ADDR')
as well as sys_context( 'userenv', 'ip_address' )
Just can't seem to get my local pc ip address within Oracle ApEx.
Any ideas?