CREATE REGION Statement

In a Multi-Region Oracle NoSQL Database setup, you must define all the remote regions for each local region. For example, if there are three regions in a Multi-Region setup, you must define the other two regions from each participating region. You use the create region statement to define remote regions in the Multi-Region Oracle NoSQL Database.

Syntax

create_region_statement ::= CREATE REGION region_name

region_name ::= id | DSTRING

Semantics

region_name
The name of the region that is different from the local region where the command is executed.

Example 4-1 Create Region

The following create region statement creates a remote region named my_region1.

CREATE REGION my_region1;