Revision Label Sequence Revision Label Ranges Revision Examples Revision Configuration Settings Chunking Function

Managing System Settings 4-3 configuration variable. You can set this variable using the System Properties application.

4.1.2.1 Revision Label Sequence

The metadata field named Revision has a default revision number sequence of 1, 2, 3, 4, 5, and so forth. This number increments automatically for each revision of a document. You can override the Revision default by changing the definition of the revision label. The revision label consists of two parts: a major and minor revision sequence. The Major Revision Label Sequence is the first number or letter and the Minor Revision Label Sequence follows. For example, in the revision sequence 1a, 1b, 1c, 2a, 2b, 2c, 3a, 3b, 3c, and so forth, the numbers 1, 2, 3 are the major revision sequence and a, b, c are the minor revision sequence.

4.1.2.2 Revision Label Ranges

Both the major and minor revision sequences are defined as a range of numbers or letters. The major sequence can have multiple ranges, while the minor sequence can only have one range. The following are the restrictions on defining the range: ■ Numbers or letters can be used, but not both. For example, 1-10 is a valid range but A-10 is not a valid range. ■ Letter ranges can have only one letter. For example, A-Z is a valid range but AA-ZZ is not a valid range.

4.1.2.3 Revision Examples

The following are examples of different revision sequences and how you would define the major and minor revision entries in the config.cfg file. Example 1 MajorRevSeq=A-D,1-99 The revision sequence is A, B, C, D, 1, 2, 3, 4, and so forth. Example 2 MajorRevSeq=1-99 MinorRevSeq=a-c The revision sequence is 1a, 1b, 1c, 2a, 2b, 2c, 3a, 3b, 3c, and so forth.

4.1.2.4 Revision Configuration Settings

To change the default revision sequence manually in the IntradocDirconfigconfig.cfg file, enter the following namevalue pairs: ■ MajorRevSeq=range1,range2,range3... ■ MinorRevSeq=range where range1,range2,range3... and range are the defined range sequence.

4.1.2.5 Chunking Function

The Oracle Content Server Chunking function protects large data transfers from transfer failures by dividing data into chunks and transferring one chunk at a time. If a 4-4 Oracle Fusion Middleware System Administrators Guide for Oracle Content Server transfer fails, all chunks transferred to the Oracle Content Server instance before failure are saved, and the transfer can be resumed from the point of failure. You can use the Chunking function with the upload applet.

4.1.2.6 Configuring the Chunking Function