The global database name for an Oracle RAC database must meet the naming requirements. The global database name consists of the database name and the domain name.
- Choose a name for your database that has the following characteristics:
- Up to 30 characters in length
- Begins with an alphabetic character
- Determine the domain name portion of the global database name, that satisfies these requirements:
- Is up to 128 characters in length
- Contains only alphabetic and numeric characters, and the period (.) character
- Determine the
ORACLE_SID
values for each instance.
The maximum number of characters you can use for the SID prefix is 8 characters. Oracle Database Configuration Assistant uses the SID prefix to generate a unique value for the variable ORACLE_SID
for each instance. The SID prefix must begin with an alphabetic character.