pci_slotinfo

Description

Contains information describing each slot, including table names for the slot’s directives and arguments.

Columns

Located in sybpcidb. The columns for pci_slotinfo are:

Name

Datatype

Description

slot_number

int

The number of the slot.

slot_name

varchar(255)

The name of the slot, such as JVM.

slot_pca_directives_table_name

varchar(255

The name of the PCA directives table, such as pca_jre_directives.

slot_pca_arguments_table_name

varchar(255

The name of the PCA arguments table, such as pca_jre_arguments.

slot_status

varchar(255)

Reserved for future use.

Indexes