Database Data Source

Connect to structured data sources, such as relational databases to provide comprehensive and organized information for your data analysis agents.

See Data Sources Troubleshooting for information about data source-related statuses and errors.

DataBase Data Source

Connection Methods

Agent Factory supports three common database connection methods:

Method Use when Required information
Connection string You already have a full Oracle connection descriptor or Easy Connect string. Connection string, username, password.
Connection details You want Agent Factory to build the connection from fields. Host, port, service name, protocol, username, password.
Wallet You connect to Autonomous Database or another wallet-based Oracle Database. Wallet ZIP, selected alias from tnsnames.ora, username, password.

Wallet uploads are validated before use. The wallet ZIP must contain the required Oracle Net files such as sqlnet.ora and tnsnames.ora, and Agent Factory must be able to identify or use the selected alias.

What Test Connection Validates

The connection test verifies that Agent Factory can:

The test does not guarantee that the user can query every table or view that you later select for a Data Analysis Agent. Grant read access to the required objects before creating the agent.

Security and Troubleshooting

For repository database users and grants, see Database Preparation and Grants.