Oracle
Oracle
Connect your Oracle data to Airweave
Overview
The Oracle connector allows you to sync data from Oracle into Airweave, making it available for search and retrieval by your agents.
Configuration
OracleSource
Oracle source implementation.
This source connects to an Oracle database and generates entities for each table in the specified schemas. It uses database introspection to:
- Discover tables and their structures
- Create appropriate entity classes dynamically
- Generate entities for each table’s data
Authentication
This connector uses a custom authentication configuration class: OracleAuthConfig
.
Oracle authentication configuration.
The host of the Oracle database
The port of the Oracle database
The name of the Oracle database
The username for the Oracle database
The password for the Oracle database
The schema of the Oracle database
Comma separated list of tables to sync. For example, ‘users,orders’. For all tables, use ’*’