4.17 GET_NO_PROXY_DOMAINS Function

Use this function to get the No Proxy Domains attribute of an application to be imported.

Syntax

APEX_APPLICATION_INSTALL.GET_PROXY
RETURN VARCHAR2;

Parameters

None.

Example

declare
    l_no_proxy_domains varchar2(255);
begin
    l_no_proxy_domains := apex_application_install.get_no_proxy_domains;
end;

See Also:

"SET_PROXY Procedure"