|
find_node function (by ID) |
|
Contained in package wwpro_api_node_registry. Call this function to return detailed information about a registered remote node. Both the node record and database link information are retrieved. function find_node (
) return node_record; |
|
|
Any user can execute this function. |
|
Version: Oracle Portal 3.0.6.6.5 or later |
|
|
Parameters: |
|
|
p_id |
A unique identifier for the registered remote node. Datatype: in integer |
|
Returns: This function returns a node record, or null if not found. 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_info := wwpro_api_node_registry.find_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 remote database. |
|
The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio |