Connect to Oracle Autonomous AI Database Using JDBC with IntelliJ

You can establish a connection to Oracle Autonomous AI Database using the IntelliJ IDE. The following sections provide information about how to first connect to Oracle Autonomous AI Database using a Maven project or a Gradle project. Make sure that you have completed the steps described in Prerequisites prior to connecting to Oracle Autonomous AI Database.

Prerequisites

The following sections provide information about the tasks that you need to perform before connecting your Java applications to Oracle Autonomous AI Database using Oracle JDBC driver and Universal Connection Pool. Refer to the appropriate prerequisites depending on the authentication type selected during provisioning of your Autonomous Exadata VM Cluster (AVMC). By default, one-way TLS connections are enabled when you provision an AVMC. See Create an Autonomous Exadata VM Cluster for more information.

You can find the authentication type on the Details page of your AVMC. See View Details of an Autonomous Exadata VM Cluster for instructions.

Procedure

You can connect to Autonomous AI Database using IntelliJ and either Maven or Gradle.