5.13 GET_NO_PROXY_DOMAINS Function

This function retrieves the no proxy domains attribute of an application.

Syntax

APEX_APPLICATION_ADMIN.GET_NO_PROXY_DOMAINS (
    p_application_id    IN  NUMBER )
    RETURN VARCHAR2;

Parameters

Parameter Description
p_application_id The application ID.

Returns

This function returns a comma-delimited list of domains for which the proxy server cannot be used. The no proxy domains attribute must be fewer than 500 characters.