|
delete_proxy procedure |
|
Contained in package wwctx_api_proxy. Call this procedure to delete a proxy setting from Oracle Portal, given a proxy ID. Note: Only Portal Administrators can execute this procedure. procedure delete_proxy (
); |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_proxy_id |
The ID of the proxy to be deleted. Datatype: varchar2 |
|
Exceptions:
Example: wwctx_api_proxy.delete_proxy
); |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |