dbs_names

The dbs_names table holds the names of all installed TIBCO iProcess® Engine tables.

Structure

The dbs_names table has the following structure:

TABLE dbs_names (
node_id number(5) NOT NULL,
dbs_id number(5) NOT NULL,
dbs_name varchar2(15) NOT NULL)

Column

Description

node_id

ID of the node that this iProcess Engine table is defined on, as defined in the nodes table.

dbs_id

Unique ID for this iProcess Engine table.

dbs_name

Name of this iProcess Engine table.

Primary Key

The following primary key is defined for this table.

Key Name

Column(s)

Index Tablespace

pk_dbs_names

dbs_id
node_id

SMALLINDEXSPACE

Foreign Keys

The following foreign key is defined for this table.

Key Name

Column(s)

Referenced in Table...

fk_dbs_names1

node_id

nodes

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

Tablespace

idx_dbs_names_fk

node_id

SMALLINDEXSPACE

Storage

The following STORAGE values are defined for this table.

Value

Definition

Initial

SMALLTABLESIZE

Percentage Increase

SMALLTABLEPCTINCREASE

Tablespace

SMALLTABLESPACE

Table Activity

The dbs_names table contains one row for each installed TIBCO iProcess table on the system.

Rows are added, updated and deleted in the following situations.

A row is...

When...

added

a Move System Information is performed, if the flag_table indicates that the Tables data area has been modified.

Note: The table is purged and rewritten using the values from the tsys_dbs_names table.

updated

never.

deleted

a Move System Information is performed, if the flag_table indicates that the Tables data area has been modified.

Note: The table is purged and rewritten using the values from the tsys_dbs_names table.