Oracle9iAS Portal Developer Kit

get_proxy_list function

Contained in package wwctx_api_proxy.

Call this function to return a list of the proxies specified in the proxy settings.

function get_proxy_list

return proxy_info_tab;

Version: Oracle9iAS Portal 9.0.2 or later

Returns:

This function returns the list of proxies specified in the proxy settings.

Exceptions:

If an unknown error occurs, PROXY_GENERAL_EXCEPTION is raised.

Example:

l_proxy_tab wwctx_api_proxy.proxy_info_tab;
l_proxy_tab := wwctx_api_proxy.get_proxy_list;

Related topics

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