|
add_proxy function |
|
Contained in package wwctx_api_proxy. Call this function to add a proxy setting to 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 use this function. function add_proxy (
) return varchar2; |
|
Version: Oracle9iAS Portal 9.0.2 or later |
|
|
Parameters: |
|
|
p_proxy |
The proxy record containing details about the proxy. Datatype: proxy_record |
|
Returns: This function returns a unique, proxy ID. Exceptions:
Example: declare
begin
end; |
|
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |