SDO_NET.GET_INVALID_LINKS
Format
SDO_NET.GET_INVALID_LINKS(
network IN VARCHAR2
) RETURN SDO_NUMBER_ARRAY;
Description
Returns the invalid links in a network.
Parameters
network
Network name.
Usage Notes
This function returns an SDO_NUMBER_ARRAY object with a comma-delimited list of node ID numbers of invalid links in the specified network. If there are no invalid links, this function returns a null value.
Examples
The following example returns the invalid links in the SDO_PARTITIONED network.
SELECT SDO_NET.GET_INVALID_LINKS('SDO_PARTITIONED') FROM DUAL;