Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.2) Part Number E21606-01 |
|
|
PDF · Mobi · ePub |
Sets one or more space calculator properties from an XML description.
update spaceCalculator --INPUT_FILE=xml_filename --UPDATE_METHOD=method
or
update spaceCalculator -i xml_filename -a method
Path to an XML document that contains parameter settings for the object. See spaceCalculator.
Method to use when updating the properties of an object:
overwrite
: Replaces the existing property values with the new values.
This example updates the space calculator schedule:
SES>update spaceCalculator --INPUT_FILE=space_update.xml --UPDATE_METHOD=overwrite
The object "spaceCalculator" was successfully updated.