Create the user data definition file using the following format.
Syntax
[MIDDLEWARE_CONF] XML=ON | OFF [SELECT_RECORDID] UDATA_1=ON | OFF UDATA_2=ON | OFF UDATA_3=ON | OFF UDATA_4=ON | OFF UDATA_5=ON | OFF
UDATA_20=ON | OFF |
Point
The vertical bars "|" mean "or". That is, either one option or the other can be specified.
Blank lines are treated as comments.
Lines that start with a hash "#" are treated as comments.
Description
Specifies whether to manage user data.
The meanings of each option are as follows:
Option | Meaning |
---|---|
ON | Manages user data. |
OFF | Does not manage user data. |
The default value is OFF.
Selects the record IDs in the PDB that will be used to manage the user data.
Twenty types of record ID have been prepared - UDATA_1 to UDATA_20 (including SUM_UDATA_1 to SUM_UDATA_20 for each of these). Select which of these record IDs to use.
The meanings of each option are as follows:
Option | Meaning |
---|---|
ON | Selects the record ID. If a record ID is selected, the corresponding SUM_UDATA_1 to SUM_UDATA_20 are also selected. |
OFF | Do not select the record ID. |
The default value is ON.
Set record IDs that will not be used to OFF.
Example
[Windows/UNIX]
The following example shows a definition for managing two types of user data.
[MIDDLEWARE_CONF] |