Oracle Database

Oracle Database connector.

Configuration Parameters

  • Host URL – Oracle server network address.

  • Port – Connection port (default: 1521).

  • Service Name – Logical database service identifier (for RAC/multitenant environments).

  • SID – System identifier for specific database instance (for single-instance databases).

  • Username – Oracle user account.

  • Password – Authentication credential.

  • Query – SQL query for data retrieval.

Oracle Configuration

Authentication Note: Use either Service Name or SID based on your Oracle setup:

  • SID – For single-instance databases.

  • Service Name – For clustered setups, multitenant containers, or RAC environments.

Last updated