add region
Adds a region to a Global Data Services framework or an Oracle Globally Distributed AI Database configuration.
Syntax
add region -region region_list
[-buddy region_name]Options
Table 2-11 GDSCTL add region Options
| Option | Description |
|---|---|
|
|
Specify the name of the buddy region. |
|
|
Specify a comma-delimited list of Global Data Services region names. A Global Data Services region should have a name that is unique within the corresponding Global Data Services configuration. If no name is specified at the first region creation time, the default name, oraregion, is given to the region. The region name can be up to 30 characters long and can be any valid identifier - an alphabetical character followed by zero or more alphanumeric ASCII characters or underscore (_). |
Usage Notes
-
When the Global Data Services catalog is created using the create gdscatalog command, the default REGIONORA region is created automatically.
-
You must connect to the Global Data Services catalog database as a user with the Global Data Services administrator privileges, using the command connect before running this command
Example
Add two Global Data Services regions, EAST and WEST to the current configuration:
GDSCTL> add region -region east,west