|
edit_proxy procedure |
|
Contained in package wwctx_api_proxy. Call this procedure to edit properties of a proxy setting in Oracle Portal. If specified, the port number of the proxy must be a valid integer. If not specified, it defaults to a value of 80. Note: Only Portal Administrators can execute this procedure. procedure edit_proxy (
); |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_proxy |
The proxy record containing details about the proxy. Datatype: proxy_record |
|
Exceptions:
Example: l_proxy_record wwctx_api_proxy.proxy_record;
wwctx_api_proxy.edit_proxy(l_proxy_record); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |