Get Client IP Address

To get the IP address of client accessing the Apex application through browser you can use below query

SELECT owa_util.get_cgi_env('X-FORWARDED-FOR') FROM DUAL;
  • 10 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

Create DB Link To From Apex To Another Oracle Database

A database link is a schema object in one database that enables you to access objects on another...

Error: Invalid Websheet Objects

If you try to create Oracle Apex Websheet application for first time in your apex account you may...

Resetting Workspace Password

Go to your_registered_domain.com/apex click on Reset Password link highlighted in below image...