The sybpcidb database

The sybpcidb database stores configuration information for the PCI Bridge and the PCA/JVM plug-in. You create sybpcidb, install its tables, and create its system stored procedures when you configure the server for Java. See the installation guide for your platform.

The sybpcidb system stored procedures are:

sybpcidb tables

The sybpcidb database contains these tables.

User table

Contents

pci_directives

Directive configuration information for the PCI Bridge.

pci_arguments

Argument configuration information for the PCI Bridge.

pci_slotinfo

Information for each slot, including table names for the relevant directives and arguments.

pci_slot_syscalls

The runtime system call configuration information for the runtime dispatching model used by the PCI Bridge.

pca_jre_directives

Directive information specific to the PCA/JVM plug-in.

pca_jre_arguments

Argument information specific to the PCA/JVM plug-in.

See the Reference Manual: Tables for more information about sybpcidb. See the Reference Manual: Procedures for more information about sp_pciconfig and sp_jreconfig.