ConfigurationSimpleName

The ConfigurationSimpleName configuration property is used to specify the directory that contains the observer runtime data file (fsfo.dat), observer log files, and callout configuration files that correspond to a specific broker configuration.

Category Description

Broker default

If the configuration name contains 30 characters or less, and contains only the characters a-z or A-Z, numerals 0-9, or special characters _, #, $, the default value is the first 30 characters of configuration name.

If the configuration name is longer than 30 characters, and its first 30 characters contain only the characters a-z or A-Z, numberals 0-9, or special characters _, #, or $, the default value is the forat 30 characters of the configuration name.

If netiher of the above conditions is satisfied, the default value if the DB_UNIQUE_NAME of the primary database

Configuration Type

Data Guard only

Datatype

Integer

Property Type

Configurable

Scope

Configuration

Valid Role

Primary, Physical Standby

Valid value

>= 0

For databases that use versions lower than Oracle Database Release 21c, ConfigurationSimpleName cannot be explicitly set. This value is determined in real time, when the broker connects to the database, by combining the configuration name and the database's DB_UNIQUE_NAME (after removing any invalid characters).

The initial value of ConfigurationSimpleName is set using the following rules (in the order listed):

  • Broker configuration name, if the name is less than or equal to 30 characters and contains valid characters.
  • First 30 characters of the broker configuration name, if the name is more than 30 characters and the first 30 characters contain valid values.
  • DB_UNIQUE_NAME

This value is configurable and you can modify the initial value that is set.