Product shortcut

the product shortcut consists of two uppercase, alphanumeric characters representing the product, as detailed in the following table.

ProductProduct Shortcut
Precise for J2EEJE
Precise for Db2UD
Precise for OracleOR
Precise for SQL ServerSQ
Precise for WebWW
Precise for SAPSP
InsightIS
Report ManagerFS
AlertsPU
Instance WatchPD
PMDBPW
Precise for SybaseSY
Precise for Microsoft .NETDN
Customer Defined 1C1
Customer Defined 2C2
Customer Defined 3C3

Environment shortcut

The environment shortcut consists of two uppercase, alphanumeric characters representing the environment, as detailed in the following table.

EnvironmentEnvironment Shortcut
OracleOR
Db2UD
Microsoft SQL ServerSQ
TuxedoTU
WWWWW
Java Virtual MachineJE
SAP Application ServerSP
Oracle ApplicationsOA
Web ServersWS
StorageST
OtherOT
Customer DefinedCD

Table shortcut

The table shortcut consists of two uppercase, alphanumeric characters representing the table. For example, the table that holds hour group details has the shortcut "HG."

Table short name

The table short name consists of four uppercase, alphanumeric characters representing the concatenation of:

Table description

The table description is a string describing the table's role and content. It can consist of uppercase letters, numbers, and the underscore character.

Index description

The index description is a string describing the index’s role and content. It can consist of uppercase letters, numbers, and the underscore character.

Column description

The column description is a string describing the column's role and content. It can consist of uppercase letters, numbers, and the underscore character.

Foreign Key description

The foreign key description is a string describing the foreign key's role and content. It can consist of uppercase letters, numbers, and the underscore character.

Table name

PMDB events table

The format for an Events table follows this convention:

PW_[environment shortcut][table shortcut]_[table description]

Due to Oracle limitations, the length of a table name cannot exceed 30 characters. For example, the table PW_ORIE_INSTANCE_EXCEPTIONS is interpreted as follows:

PMDB statistics table

The format for a Statistics table follows this convention:

PW_[environment shortcut][table shortcut]_[table description]_[summary level]

where the summary level comprises one character of one of the following values:

Due to Oracle limitations, the length of a table name cannot exceed 30 characters. For example, the table PW_ORIS_INSTANCE_STATISTICS_H is interpreted as follows:

View name

The view name does not follow any specific convention.

Index Name

The PMDB events table index

The format for an index of an Events table follows this convention:

IW_[table short name]_[index description]

Due to internal limitations, the index name cannot exceed 18 characters. For example, the index IW_ORIW_ID is interpreted as follows:

PMDB statistics table index

The format for an index of a Statistics table follows this convention:

IW_[table short name]_[index description]_[summary level]

where the summary level comprises one character of one of the following values:

Due to internal limitations, the index name cannot exceed 18 characters. For example, the index IW_ORIS_ID_H is interpreted as follows:

Column name

Events table column name

The format for a column name in an Events follows this convention:

[table short name]_[column description]

where the column description describes the column role and content; it can consist of uppercase letters, numbers, and the underscore character.

Due to Oracle limitations, the column name cannot exceed 30 characters. For example, the column name PWLH_TYPE is interpreted as follows:

For naming conventions of columns that are foreign keys, see Foreign key name.

Statistics table column name

Column names in Statistics tables follow the same naming convention as those in Events tables but add an additional element if the column type is one of the following: SUM, AVG, MIN, or MAX. In this case, SUM, AVG, MIN, or MAX are attached.

Foreign key name

The foreign key constraint name follows this convention:

FK_[referencing table short name]_[referenced table short name]_[foreign key description]

Due to internal limitations, the foreign key cannot exceed 18 characters, which means that the foreign key description is limited to five characters. For example, the foreign key name FK_PWHM_PWHG_ID is interpreted as follows:

Foreign key column name

The foreign key column names consist of the table short name and the column name of the reference primary key. For example, a foreign key in the table PS_PWHM_HOUR_MAPPING referencing the column PWHM_ID of the table PS_PWHG_HOUR_GROUPS should be called PWHM_PWHG_ID.


 |    |  |   |   |