Oracle9iAS Portal Developer Kit

get_noproxy_domain function

Contained in package wwctx_api_proxy.

Call this function to return a list of domain names for which a proxy server is not used.

function get_noproxy_domain

return varchar2;

Version: Oracle9iAS Portal 9.0.2 or later

Returns:

This function returns a list of domain names for which a proxy server is not used.

Exceptions:

If an unknown error occurs, PROXY_GENERAL_EXCEPTION is raised.

Example:

l_no_proxy varchar2;
l_no_proxy := wwctx_api_proxy.get_noproxy_domain;

Related topics

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