Oracle9iAS Portal Developer Kit

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

(

p_proxy_id in varchar2

);

Version: Oracle9iAS Portal 9.0.2 or later

Parameters:

p_proxy_id

The ID of the proxy to be deleted.

Datatype: varchar2

Exceptions:

  • If the proxy is not found, PROXY_NOT_FOUND_EXCEPTION is raised.

  • When security privileges are violated, wwsec_api.ACCESS_DENIED_EXCEPTION is raised.

  • If an unknown error occurs, PROXY_GENERAL_EXCEPTION is raised.

Example:

wwctx_api_proxy.delete_proxy
(

p_proxy_id => '8834567897456aaaaa45678898989456'

);

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio