6.104 SDO_NET.VALIDATE_LRS_SCHEMA
Format
SDO_NET.VALIDATE_LRS_SCHEMA( network IN VARCHAR2 ) RETURN VARCHAR2;
Description
Returns the string TRUE if the metadata relating to LRS information in a network is valid; returns the string FALSE if the metadata relating to LRS information in a network is not valid.
Usage Notes
None.
Examples
The following example checks the validity of the metadata related to LRS information in the network named ROADS_NETWORK.
SELECT SDO_NET.VALIDATE_LRS_SCHEMA('ROADS_NETWORK') FROM DUAL;
SDO_NET.VALIDATE_LRS_SCHEMA('ROADS_NETWORK')
--------------------------------------------------------------------------------
TRUEParent topic: SDO_NET Package Subprograms