Oracle コネクタを使用すると、Oracle データベースをナレッジ ベースに直接接続できます。接続すると、EKB は指定したテーブルにインデックスを作成し、データベースのコンテンツを検索可能にし、AI エージェントがアクセスできるようにして、根拠のあるデータ駆動型の応答を実現します。
Oracle への接続
Open Project Settings
In your EKB project, navigate to Settings in the sidebar.
Go to Connections
Select the Connections tab and find the Oracle tile under Databases.
Open the Oracle popup
Click the Oracle tile. A popup appears with the option to connect to Oracle databases. Click + Add Connection.
Fill in the connection form
Enter the following details:Server| Field | Required | Description |
|---|
| Connection Name | Yes | A display name for this connection (e.g. PLACEHOLDER_0). |
| Host | Yes | The hostname or IP address of your Oracle server (e.g. PLACEHOLDER_1). |
| Port | Yes | The port your Oracle server is listening on. Default is PLACEHOLDER_2. |
| Database | Yes* | The Oracle database name (e.g. PLACEHOLDER_3). Provide either this or Service Name, not both. |
| Service Name | Yes* | The Oracle service name (e.g. PLACEHOLDER_4). Provide either this or Database, not both. |
Authentication| Field | Required | Description |
|---|
| Username | Yes | The Oracle user (e.g. PLACEHOLDER_5). |
| Password | Yes | The password for the Oracle user. |
Database| Field | Required | Description |
|---|
| Schema | Yes | The schema to use (e.g. PLACEHOLDER_6). |
| Tables | Yes | The tables to index. Enter each table name separated by a comma. |
Save the connection
Click Save. EKB will authenticate using the details provided. If successful, the Oracle tile on the Connections page will display a green dot and a count of your active Oracle connections.
You’re now ready to use your Oracle data in the Knowledge Base!