Show TOC

Background documentationConventions for Database Names Locate this document in the navigation structure

 

You define the database name when you create the database. The database system automatically converts all lower-case letters you enter into upper-case letters.

You cannot change the database name later.

General Restrictions
  • The database name can have a maximum of eight characters.

  • The database name can only contain characters from the 7-bit ASCII character set.

  • The database name must not begin with an underscore or a period.

Additional Restrictions on Microsoft Windows
  • The database name must not contain any of the following characters:

    \ / : * ? " < > |

  • The following database names are not allowed:

    CON, PRN, AUX, NUL

    COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9

    LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9

  • The database name must not end with a period.

Note Note

Observe the restrictions listed above when you are planning a database port from Unix/Linux to Microsoft Windows.

End of the note.

More Information

Creating Databases