Search Results iem_db_servers
Overview
The IEM_DB_SERVERS table is a core data object within the Oracle E-Business Suite (EBS) Email Center (IEM) module. It functions as a central repository for registering and managing the connection properties of database instances used by the Email Center application. Its primary role is to enable the configuration and routing of email processing by storing the necessary metadata for the system to establish database connections. This table is essential for deployments where email processing logic or data is distributed across multiple database instances, providing a centralized lookup mechanism for connection parameters.
Key Information Stored
While the provided ETRM metadata does not list specific columns beyond the primary key, the table's description as holding "Database instances and their connection properties" implies it contains critical configuration data. Based on standard patterns for such configuration tables in EBS, the stored information typically includes a unique identifier, network location details, and service information. The documented primary key is DB_SERVER_ID, a unique numeric or alphanumeric identifier for each registered database server instance. Other columns would logically store connection strings, hostnames, port numbers, service names (TNS aliases), and potentially authentication references or descriptive names to facilitate administration and selection within the application.
Common Use Cases and Queries
The primary use case for the IEM_DB_SERVERS table is the administrative setup and runtime resolution of database connections for email operations. Administrators populate this table via the Email Center's functional setup screens to define available database targets. Common operational queries involve listing all configured servers or retrieving specific connection details for a given application context. For instance, a diagnostic report to verify configured servers would use a simple SELECT statement on this table. Furthermore, application logic frequently joins this table with its related entities to resolve a full connection path for a specific email account or process, using the DB_SERVER_ID as the key.
Related Objects
The IEM_DB_SERVERS table maintains defined foreign key relationships with two other core Email Center tables, establishing its role as a referenced lookup entity. As per the provided metadata, the following objects depend on IEM_DB_SERVERS:
- IEM_DB_CONNECTIONS: This table references IEM_DB_SERVERS via the foreign key column DB_SERVER_ID. It likely stores specific, perhaps pooled or contextual, connection instances that leverage the server definitions.
- IEM_EMAIL_ACCOUNTS: This table also references IEM_DB_SERVERS via the DB_SERVER_ID foreign key. This relationship is critical, as it links each configured email account (like an inbound POP3/IMAP or outbound SMTP account) to a specific database server where its associated data and processing logic reside.
These relationships confirm that IEM_DB_SERVERS is a master table for server configuration, upon which both connection management and email account setup directly depend.
-
Table: IEM_DB_SERVERS
12.2.2
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_DB_SERVERS, object_name:IEM_DB_SERVERS, status:VALID, product: IEM - Email Center , description: Database instances and their connection properties. , implementation_dba_data: IEM.IEM_DB_SERVERS ,
-
Table: IEM_DB_SERVERS
12.1.1
owner:IEM, object_type:TABLE, fnd_design_data:IEM.IEM_DB_SERVERS, object_name:IEM_DB_SERVERS, status:VALID, product: IEM - Email Center , description: Database instances and their connection properties. , implementation_dba_data: IEM.IEM_DB_SERVERS ,
-
APPS.IEM_DB_CONNECTIONS_PVT dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_DIAG_ACT_AUTHENTICATE_PVT dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DBLINK_PVT dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_DIAG_EMC_SETUP_PVT dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DIAG_DATABASE_LINK_PVT dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_DIAG_DATABASE_LINK_PVT dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DB_CONNECTIONS_PVT dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DIAG_OES_RULE_PVT dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DBLINK_PVT dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DIAG_EMC_SETUP_PVT dependencies on IEM_DB_SERVERS
12.1.1
-
APPS.IEM_DIAG_ACT_AUTHENTICATE_PVT dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_DIAG_OES_RULE_PVT dependencies on IEM_DB_SERVERS
12.2.2
-
APPS.IEM_DIAG_DATABASE_LINK_PVT dependencies on IEM_DB_CONNECTIONS
12.1.1
-
APPS.IEM_DIAG_DATABASE_LINK_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.IEM_DB_SERVERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEM_DB_SERVERS, status:VALID,
-
APPS.IEM_DIAG_DATABASE_LINK_PVT SQL Statements
12.1.1
-
APPS.IEM_DIAG_DATABASE_LINK_PVT dependencies on IEM_DB_CONNECTIONS
12.2.2
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT SQL Statements
12.1.1
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.IEM_DB_SERVERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEM_DB_SERVERS, status:VALID,
-
APPS.IEM_DB_CONNECTIONS_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.IEM_DB_CONNECTIONS_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_CLASSIFICATIONS
12.1.1
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_CLASSIFICATIONS
12.2.2
-
VIEW: IEM.IEM_DB_SERVERS#
12.2.2
owner:IEM, object_type:VIEW, object_name:IEM_DB_SERVERS#, status:VALID,
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_SERVER_GROUPS
12.2.2
-
APPS.IEM_DIAG_DATABASE_LINK_PVT dependencies on ALL_DB_LINKS
12.1.1
-
APPS.IEM_DIAG_DATABASE_LINK_PVT dependencies on ALL_DB_LINKS
12.2.2
-
VIEW: IEM.IEM_DB_SERVERS#
12.2.2
-
APPS.IEM_DIAG_EMC_SETUP_PVT dependencies on IEM_SERVER_GROUPS
12.2.2
-
APPS.IEM_DIAG_EMC_SETUP_PVT dependencies on IEM_DB_CONNECTIONS
12.2.2
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_DB_CONNECTIONS
12.2.2
-
eTRM - IEM Tables and Views
12.2.2
description: List of themes per classification. ,
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_SERVER_GROUPS
12.1.1
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT dependencies on IEM_DB_CONNECTIONS_PVT
12.2.2
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_DB_CONNECTIONS
12.1.1
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT dependencies on JTF_VARCHAR2_TABLE_100
12.1.1
-
APPS.IEM_DB_CONNECTIONS_PVT dependencies on DUAL
12.2.2
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_EMAIL_SERVERS
12.2.2
-
APPS.IEM_CONFIGURATION_PUB dependencies on IEM_EMAIL_SERVERS
12.1.1
-
eTRM - IEM Tables and Views
12.1.1
description: List of themes per classification. ,
-
12.1.1 FND Design Data
12.1.1
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT dependencies on IEM_DIAG_OES_RULE_PVT
12.2.2
-
APPS.IEM_DIAG_CREATE_ACCOUNT_PVT dependencies on IEM_DB_CONNECTIONS_PVT
12.1.1