Knowledgebase
Get Client IP Address Print this Article
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;
SELECT owa_util.get_cgi_env('X-FORWARDED-FOR') FROM DUAL;
Was this answer helpful?
Also Read
Resetting Workspace Password
Go to your_registered_domain.com/apex click on Reset Password link highlighted in below image...
Go to your_registered_domain.com/apex click on Reset Password link highlighted in below image...
Error: Invalid Websheet Objects
If you try to create Oracle Apex Websheet application for first time in your apex account you may...
If you try to create Oracle Apex Websheet application for first time in your apex account you may...
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...
A database link is a schema object in one database that enables you to access objects on another...