To get the IP address of your client accessing the Apex application through the browser you can use the following:
SELECT owa_util.get_cgi_env('X-FORWARDED-FOR') FROM DUAL;
- 14 Users Found This Useful
To get the IP address of your client accessing the Apex application through the browser you can use the following:
SELECT owa_util.get_cgi_env('X-FORWARDED-FOR') FROM DUAL;
The Welcome Email you receive when you place an order contains Host name, port, database name,...
To access your procedure from the URL, make sure you grant EXECUTE privileges to APEX_PUBLIC_USER...
Step-by-Step Guide for Importing Dump File Step 1: Ensure the Dump File is Accessible...
You can export your data with the EXP utility provided by Oracle. The command should be like the...
With our shared hosting plans you are allowed to run a scheduled job maximum 4 times a day and...