Oracle9iAS Portal Developer Kit

get_node_list function

Contained in package wwpro_api_node_registry.

Call this function to return a list of all nodes that are registered with the host (local) node.

function get_node_list

return node_table;

Any user can use this function.

Version: Oracle Portal 3.0.6.6.5 or later
Deprecated: Oracle9iAS Portal 9.0.2

Returns:

This function returns a list of all remote nodes registered with the host node.

Exceptions:

This function raises no user-defined exceptions.

Note: This and other provider node APIs add error messages to the error stack before they raise exceptions. This allows users to interrogate the error stack if a problem occurs.

Example:

l_node_list := wwpro_api_node_registry.get_node_list

Related topics

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