|
get_host_lowercase function |
|
Contained in package wwctx_api. Call this function to return the host server name and port in lowercase. function get_host return varchar2; |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Returns: This function returns the server and port for the host as provided by the SERVER_NAME and SERVER_PORT CGI environment variables, i.e. server_name[:server_port] If the port is the default port for the current protocol, then it is not included in the returned value. Otherwise it returns server_name[:server_port] It converts the return value to lowercase. Exceptions: This function raises no user-defined exceptions. Example: l_process_path := wwctx_api.get_host_lowercase; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |