DBCON - Description of Database Connections
Description of Database Connections information is stored in SAP table DBCON.
It is part of development package SDB_DBI in software component BC-DB-DBI. This development package consists of objects that can be grouped under "General Database Interface".
It is part of development package SDB_DBI in software component BC-DB-DBI. This development package consists of objects that can be grouped under "General Database Interface".
Fields for table DBCON
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CON_NAME | Logical name of a database connection | X | DBCON_NAME | CHAR | 60 | |
DBMS | Database system | DBCON_DBMS | CHAR | 6 | ||
USER_NAME | Database User | DBCON_UID | CHAR | 128 | ||
PASSWORD | Password for setting up the connection to the database | DBCON_PWD | CHAR | 510 | ||
CON_ENV | Database-specific information for a database connection | DBCON_ENV | CHAR | 2048 | ||
DB_RECO | Availability type for an open database connect | DBCON_RECO | CHAR | 2 | ||
MAX_CONNECTIONS | Maximum Number of Connections | DBCON_MAX_CONNECTIONS | INT1 | 1 | ||
OPT_CONNECTIONS | Optimum Number of Connections | DBCON_OPT_CONNECTIONS | INT1 | 1 |