|
set_default_proxy procedure |
|
Contained in package wwctx_api_proxy. Call this procedure to set a proxy to be the default proxy. The default proxy is used for all non-provider HTTP connections made by Portal. Administrators can choose one proxy as the default proxy. Note: The existing default proxy is updated such that it is no longer the default proxy, i.e. the current default setting is overwritten. procedure set_default_proxy (
); |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_proxy_id |
The ID of the new, default proxy. Datatype: varchar2 |
|
Exceptions:
Example: wwctx_api_proxy.set_default_proxy
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |