Format
SDO_CSW_PROCESS.InsertCapabilitiesInfo( capabilitiesInfo IN XMLTYPE);
Description
Inserts the capabilities template information.
Parameters
Usage Notes
At runtime, the capabilities document is dynamically generated by binding feature type information from the CSW metadata with the capabilities template. For information about capabilities documents, see Capabilities Documents.
For information about support for Catalog Services for the Web, see Catalog Services for the Web (CSW) Support.
Examples
The following example inserts the capabilities template information.
BEGIN SDO_CSW_PROCESS.insertCapabilitiesInfo( xmltype(bfilename('CSWUSERDIR', 'cswloadcapabilities.xml'), nls_charset_id('AL32UTF8'))); END; /