How to determine the hostname in Oracle APEX?
问题 I want to create some links in Oracle APEX to the application itself. But it changes in my development envireonment and the production environment. I need a way to determine my current hostname and port. Which function can help me? 回答1: The necessary method is in the APEX_UTIL -package and called HOST_URL. With the parameter, you can extend the output: Given your hostname is example.com and your port is 5883 . function call | result ---------------------------------|--------------------------