Specify Database Identifiers

A database is identified by a Global Database Name, and the instance associated with the database is identified by an Oracle System Identifier (SID)

Global Database Name - It is the name given to a database to uniquely identify it from the other databases in a network. The Global Database Name consists of two components: a database name and a domain. It is represented as follows: database_name.domain.

where:

For example:

sales.us.example.com

where:

Oracle System Identifier - It is a unique name for an Oracle database instance on a specific host. The Oracle System Identifier (SID) helps in identifying the control file, and locating the files required to open the database. When you enter the Global Database Name, Oracle Universal Installer automatically populates the Oracle System Identifier field with the database name. You can change this name in Advanced installation.

Oracle Univeral Installer limits the SID to 12 alphanumeric characters for single instance databases. For RAC databases, the SID prefix, which is the first 8 characters of the SID, must be a unique name for each database. The SID prefix cannot contain underscore (_), dollar ( $), or pound (#).

Click Next.