Skip Headers
Oracle® Secure Enterprise Search Administration API Guide
11g Release 1 (11.1.2.2)

Part Number E21606-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

update partitionConfig

Changes the settings of the partition configuration parameters from an XML description. You can update the configuration only under these conditions:

When a partition rule is in use, you cannot modify it.

Syntax

update partitionConfig --UPDATE_METHOD=method --INPUT_FILE=xml_filename

update partitionConfig -a method -i xml_filename

Parameters

method

Controls the method used to update the properties of an object. Enter an update method:

  • overwrite: Replaces the existing property values with the new values.

xml_filename

Path to the XML document that configures the object. See partitionConfig.

Example

The following example updates the partitioning configuration:

SES>update partitionConfig --INPUT_FILE=part.xml --UPDATE_METHOD=overwrite
 
The object "partitionConfig" was successfully updated.