Previous Topic: Components of a Physical DDL StatementNext Topic: Using Lowercase Letters in Identifiers


Naming Conventions

Valid Characters

A physical DDL entity name consists of a combination of:

The first character of an identifier must be a letter, @, $, or #. If you like, you can enclose the identifier in double quotes (").

Qualifying Entity Names

Names for some entities can be qualified by names of other entities. For example, a database buffer can be qualified by the name of the DMCL with which it is associated.

To qualify an entity, specify the qualifier first, followed by a period (.), followed by the name of the entity you are qualifying. For example, the following qualified identifier identifies the EMP_BUFF database buffer associated with DMCL IDMSDMCL:

idmsdmcl.emp_buff

Number of Characters

The following table summarizes how long each entity name can be:

Maximum Length

Physical Database Entity

18

ARCHIVE JOURNAL

AREA

BUFFER

DISK JOURNAL

FILE

JOURNAL BUFFER

TAPE JOURNAL

8

DBNAME

DBTABLE

DMCL

SEGMENT