Oracle9iAS Portal Developer Kit

set_noproxy_domain procedure

Contained in package wwctx_api_proxy.

Call this procedure to set 'No Proxy' server domains.

Note: Proxy servers will not be used when connecting to these domains.

procedure set_noproxy_domain

(

p_noproxy_domain in varchar2

);

Version: Oracle9iAS Portal 9.0.2 or later

Parameters:

p_noproxy_domain

The list of domains that do not require a proxy for URL connections originating from Oracle Portal.

Note: Multiple domains should be separated by commas and the domain names should start with a dot.

Datatype: varchar2

Exceptions:

If an unknown error occurs, PROXY_GENERAL_EXCEPTION is raised.

Example:

wwctx_api_proxy.set_noproxy_domain
(

p_noproxy_domain => '.domain1.company.com, .domain2.company.com'

);

Related topics

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