Oracle® Secure Enterprise Search Administration API Guide 11g Release 1 (11.1.2.0.0) Part Number E14133-02 |
|
|
View PDF |
Sets one or more space calculator properties from an XML description.
Syntax
update spaceCalculator --INPUT_FILE=xml_filename --UPDATE_METHOD=method
or
update spaceCalculator -i xml_filename -a method
Parameters
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.
Example
This example updates the space calculator schedule:
SES>update spaceCalculator --INPUT_FILE=space_update.xml --UPDATE_METHOD=overwrite
The object "spaceCalculator" was successfully updated.