Table Space Naming Conventions
The table space naming convention applies to all Siebel table spaces, whether you create the table spaces or the table spaces are shipped as part of Siebel CRM.
Table spaces are named with eight characters (for example, H0401000), consisting of three elements in the following order:
A leading letter (H, V, or S) designates the product group that the table belongs to.
H represents Horizontal (also known as Core).
V represents Vertical (also known as Siebel Industry Applications or SIA).
S represents your custom tables and auxiliary indexes (those that you create for the Siebel application).
A four-digit number that is assigned to the base table and is stored in the
GROUP_CD
column of theS_TABLE
table in the Siebel Repository, for example, 0401. (This number cascades down to table spaces, auxiliary tables, and auxiliary indexes.)Table names are stored in the repository table
S_TABLE
, and table numbers are stored in the Group Code column (GROUP_CD
) inS_TABLE
. You can view Table and Group names in Siebel Tools by navigating to the Table menu, and then selecting the Object option.Caution:You can edit the Group property for tables you create but do not edit the Group property for tables provided in the Siebel application; doing so can cause operating anomalies in the application.
The ending three-digit number which is always 000 for table spaces on the database storage layout.