Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

8.1.1 Definition format

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

[MIDDLEWARE_CONF]

Specifies whether to manage user data.

XML=ON | OFF

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.

[SELECT_RECORDID]

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.

UDATA_1=ON | OFF
UDATA_2=ON | OFF
UDATA_3=ON | OFF
UDATA_4=ON | OFF
UDATA_5=ON | OFF

UDATA_20=ON | OFF

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]
XML=ON
[SELECT_RECORDID]
UDATA_1=ON
UDATA_2=ONUDATA_3=OFF
UDATA_4=OFF
UDATA_5=OFF
UDATA_6=OFF
UDATA_7=OFF
UDATA_8=OFF
UDATA_9=OFF
UDATA_10=OFF
UDATA_11=OFF
UDATA_12=OFF
UDATA_13=OFF
UDATA_14=OFF
UDATA_15=OFF
UDATA_16=OFF
UDATA_17=OFF
UDATA_18=OFF
UDATA_19=OFF
UDATA_20=OFF