Oracle9iAS Portal Developer Kit

get_proxy_port function

Contained in package wwctx_api.

Call this function to retrieve the port number of the proxy server.

function get_proxy_port

return integer;

Version: Oracle Portal 3.0.6.6.5 or later

Returns:

This function returns the port number of the proxy server.

Exceptions:

This function raises no exceptions.

Example:

proxy_server_port := wwctx_api.get_proxy_port;

Note

A proxy server provides access to files from servers outside of a firewall.

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio