Set Up DBeaver as a SQL Development Tool

Follow these steps to download, install, and connect DBeaver to a Data Flow SQL Endpoint with a JDBC driver.

  1. Download and install DBeaver and the JDBC driver.
  2. Configure DBeaver.
  3. Create a Database Connection.
  4. Connect DBeaver to the Data Flow SQL Endpoints.

Downloading and Installing DBeaver and a JDBC Driver

Follow these steps to download and install DBeaver and a JDBC driver.

  1. Download the DBeaver client from its download site. You can use either Community or Enterprise versions, but they must be at least 22.x.
    Note

    DBeaver is only available for Windows, Mac OS X, Eclipse Plugin, and Linux.
  2. Install it.
  3. Download the Simba JDBC driver from the Data Flow SQL Endpoint details page.
    1. Under Connect, click Drivers.
    2. Under JDBC, click Download JDBC driver.
  4. Unzip the downloaded driver.
    It creates documentation and sparkSimba.zip.
  5. Unzip sparkSimba.zip.

Configuring DBeaver with the Spark Simba JDBC Driver

Follow these steps to configure DBeaver with the Spark Simba JDBC driver.

  1. Click DBeaver icon to open DBeaver.
  2. Click Database Navigator.
  3. Click Driver Manager.
  4. Click New.
  5. Enter Data Flow as the Driver Name.
  6. Click Libraries.
  7. Click Add Folder.
  8. Browse to the location of the sparkSimba.zip extract.
  9. Click Find Class.
  10. Click OK.
  11. Set Driver class to com.simba.spark.jdbc.Driver.
  12. Click Settings.
    Verify that Class Name is set to com.simba.spark.jdbc.Driver.
  13. If Class Name isn't set to com.simba.spark.jdbc.Driver, then add it.
  14. Click OK.

Creating a Database Connection

Follow these steps to create a database connection for DBeaver.

  1. Open DBeaver.
  2. Click Database.
  3. Click New Database Connection.
  4. Click All.
  5. Select Data Flow, the driver you configured in Configuring DBeaver with the Spark Simba JDBC Driver.
  6. Click Next.
  7. In JDBC URL, enter the URL of the JDBC driver.
    If you don't know it, you can find out the URL from the SQL Endpoint's details page.
    1. Under Resources, click Connect.
    2. Under Connect with JDBC, click Show Details.
    3. To copy the JDBC URL, click Copy.
    4. Click Close.
  8. Click Finish.

Connecting DBeaver to a Data Flow SQL Endpoint Using JDBC

Follow these steps to connect DBeaver to a Data Flow SQL Endpoint with the JDBC driver.

  1. Open DBeaver.
  2. Click Connect.
  3. Follow the steps in Connecting to a Data Flow SQL Endpoint and connect using:
    • A token, by not specifying any profile in the URL if you don't have the DEFAULT profile.
    • An API key, by specifying the OCI Profile with ociProfile=<profile_name> in the connection URL.
  4. (Optional) DBeaver creates a connection for reading metadata, and a connection for all the other operations. If you're limited for connections, you can disable the second one so that DBeaver uses one connection for all operations.
    1. Click Preferences.
    2. Click Common.
    3. Click Metadata.
    4. Clear the check box Open separate connection for metadata reads.