Search notes:

Oracle: Init parameter DB_NAME

db_name is the only(?) init parameter without a default value. When creating a database, the name of the database must match that of this parameter.
The value of db_name must not exceed 8 characters and must start with an alphabetic character.
When the database is created, the database name is recorded in the data files, redo log files and control files of the database.

See also

Other init parameters (such as db_unique_name)

Index