Format
SDO_CSW_PROCESS.DeleteCapabilitiesInfo();
Description
Deletes the capabilities information that had been set by the SDO_CSW_PROCESS.InsertCapabilitiesInfo procedure.
Parameters
None.
Usage Notes
For information about support for Catalog Services for the Web, see Catalog Services for the Web (CSW) Support.
Examples
The following example deletes the capabilities information that had been set by the SDO_CSW_PROCESS.InsertCapabilitiesInfo procedure.
BEGIN SDO_CSW_PROCESS.DeleteCapabilitiesInfo; END; /