Oracle Connector

The Oracle connector is now a standalone connector. Oracle databases have a unique approach to database organization compared to other systems like MySQL or SQL Server. In Oracle, what is often referred to as a "database" in other systems is more akin to a "schema" in Oracle. To connect to an Oracle database schema using the Abacus.AI platform, you need to provide the following configuration details:

Configuration Details

When setting up the Oracle connector, you will need to provide the following information:

Steps to Connect to Oracle

  1. Gather Required Information: Obtain the following details from your Oracle database administrator:

    • The database server URL or IP address.
    • The database port (default is 1521).
    • The schema name (used as the "Database Name").
    • The username and password for authentication.
    • Whether the database requires TCPS (SSL/TLS) for secure connections.
  2. Whitelist Abacus.AI IPs: Ensure that the Abacus.AI IP addresses are whitelisted in your Oracle database's firewall or security settings. Contact Abacus.AI support for the most up-to-date IP addresses.

  3. Set Up the Connector:

    • Navigate to the Abacus.AI Connected Services Dashboard.
    • Click on the Add New Connector button at the top right corner of the page.
    • Select the Oracle connector from the list of available connectors.
    • Fill in the required configuration fields:
      • Database Server URL/IP: Enter the hostname or IP address of the Oracle database server.
      • Database Name: Enter the schema name or service name.
      • Database Port: Enter the port number (default is 1521).
      • Database Username: Enter the username for database access.
      • Database Password: Enter the password for the username.
      • Use TCPS: Toggle this option to "Yes" if your database requires SSL/TLS for secure connections. Otherwise, leave it as "No".

  1. Save and Verify:

    • Click the Save button to save the configuration.
    • Click the Verify button to test the connection. If there are any errors, follow the error message to troubleshoot the configuration.
  2. Manage Your Connector:

    • Once verified, you can rename, edit, or delete the Oracle connector from the Connected Services Dashboard.