This section provides information about the conventions that apply when naming database manager objects, such as databases and tables, and authentication IDs.
The exception to this is character strings that represent names under the systems network architecture (SNA). Many values, such as logical unit names (partner_lu and local_lu), are case sensitive. The name must be entered exactly as it appears in the SNA definitions that correspond to those terms.
Databases are cataloged in the system and local database directories by their aliases in one field, and their original name in another. For most functions, the database manager uses the name entered in the alias field of the database directories. (The exceptions are CHANGE DATABASE COMMENT and CREATE DATABASE, where a directory path must be specified.)
A fully qualified table name consists of the schema.tablename. The schema is the unique user ID under which the table was created.
For more information about naming conventions, see the Administration Guide. For more information about length limits for all DB2 identifiers, see the SQL Reference.