Oracle Connection

Access level: read, write

Connection to an Oracle database. If your connection requires VPN, see VPN Gateway.

Connection settings

Host There are 3 options for the host setting:
  • Host name (DNS name)

  • IP address of the server on which the database is located

  • Database connection string: if using the full connection descriptor string in the format (description= (address=(protocol=tcps)(port=<port>)(host=<host>))(connect_data=(service_name=<service_name>))) the connection string needs to contain host, port, and service_name. In that case, Port and Database fields can be left empty.

Port The TCP/IP port number used by the database.
User name User name for the connection to the database.
Password Password for the connection to the database.
Database Name, schema, or instance of the relational database.
Additional JDBC parameters Optional: database-specific parameters that are added to the generated JDBC URL.

Updated July 25, 2025