|
register_node function |
|
Contained in package wwpro_api_node_registry. Call this function to register a remote node. Oracle Portal returns the node ID. Notes:
function register_node (
) return integer; |
|
|
A user must have the All Provider Manage or All Provider Publish privilege to register a provider node. |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_node_record |
Datatype: in node_record |
|
Returns: This function returns a node ID. 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_id := wwpro_api_node_registry.register_node (
); |
|
|
A database link is an object stored in the local database that identifies a remote database, a communication path to the remote database, and, optionally, a username and password for it. Once defined, the database link is used to perform queries on tables in the remove database. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |