Create a Connection to an Autonomous AI Database Instance

You can create a custom connection to an Autonomous AI Database instance in Spatial Studio.

  1. Navigate to the Connections page.
  2. Click Create Connection.
    The Create Connection dialog opens.
  3. Select Oracle Autonomous Database as the connection type and click Next.

    The Select ADB authentication type dialog opens.

  4. Select an authentication type as desired and click OK.

    Depending on your choice, perform one of the following to create a custom connection to your Autonomous AI Database instance:

    Note:

    You can create only one custom connection to your Autonomous AI Database instance at a time. If you wish to create another one, then you must delete any existing custom connection.

Use a Wallet-Based mTLS Connection

You can create a Spatial Studio connection to an Autonomous AI Database instance using a wallet-based mutual Transport Layer Security (mTLS) authentication.

Before you begin, ensure you meet the following prerequisites:

You can then continue to perform the following steps to set up a cloud connection to your Autonomous AI Database instance using the downloaded wallet.

  1. Drag and drop your saved wallet file or click to upload the wallet from your system in the Upload wallet dialog.
  2. Click OK.
    The Create Connection dialog opens as shown:


    Description of wallet_based_conn.png follows
    Description of the illustration wallet_based_conn.png

  3. Optionally, change the default Spatial Studio connection Name.
  4. Optionally, enter a Description.
  5. Enter the Autonomous AI Database User name and the Password for the user.
  6. Select the appropriate Service from the drop-down list.
  7. Optionally, enter the Proxy Host and Proxy Port details.
  8. Click OK.
    The connection to the Autonomous AI Database instance gets created and is displayed on the Connections page.

Use a Walletless TLS Connection

You can create a Spatial Studio connection to an Autonomous AI Database instance using a walletless Transport Layer Security (TLS) authentication.

Before you begin, ensure you meet the following prerequisites:

  • Obtain the connection string for your Autonomous AI Database instance:
    1. Navigate to you Autonomous AI Database details page and locate the Network section.
    2. Specify an access control rule.
      1. Click Edit next to the Access Control List (ACL).
      2. Click Add access control and add the IP address of your client machine to configure an access control rule.
      3. Click Save.
    3. Disable Mutual TLS (mTLS) Authentication if it is not already disabled.
      1. Click Edit next to the Mutual TLS (mTLS) Authentication.
      2. Uncheck Require mutual TLS (mTLS) authentication.
      3. Click Save.
    4. Obtain the database connection string.
      1. Click Database Connection on the Autonomous AI Database details page.
      2. Select TLS under TLS Authentication to view the list of connection strings.
      3. Copy the required Connection String.

        The connection string follows a format as shown:

        (description=(retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1522)(host=<host_name>.oraclecloud.com))(connect_data=(service_name=<service_name>.adb.oraclecloud.com))(security=(ssl_server_dn_match=yes))

  • The instructions in this section assume that you have already performed the steps described in Create a Connection to an Autonomous AI Database Instance and you chose to create a Wallet-less (TLS) connection.

You can then continue to perform the following steps to set up a cloud connection to your Autonomous AI Database instance in the Create Connection dialog.


Description of walletless_conn.png follows
Description of the illustration walletless_conn.png

  1. Optionally, change the default Spatial Studio connection Name.
  2. Optionally, enter a Description.
  3. Enter the Connection string obtained at the beginning of the section.
  4. Enter the Autonomous AI Database User name and the Password for the user.
  5. Optionally, enter the Proxy Host and Proxy Port details.
  6. Click OK.
    The connection to the Autonomous AI Database instance gets created and is displayed on the Connections page.