Skip to main content
Feedback

Oracle Database changelog

Changelog

2025-09 (Version 19, Current)

  • Added support for custom object with CLOB data type column. (CONC-10821) (CONC-9288)

  • Fixed an issue where executions failed with a NullPointerException when a stored procedure returned a null ref_cursor. Processes now execute successfully and return an empty result object. (CONC-2370)

2025-07 (Version 18, Runtime release)

  • Fixed an issue in the Oracle Database connector and Import Wizard that prevented stored procedure objects from being fetched, enabling users to import and call stored procedures through the database profile.
    • Updated the tooltip of the new filter to specify its approach and distinguish it from existing object filters.

2025-05 (Version 17)

  • The GET operation in the Oracle database connector now displays Profile elements set in Tracked fields in process reporting, by enabling the user to change the Tracking Direction.

  • Enhanced Dynamic Insert in the Oracle Database Connector to handle special escape characters in the JSON Request Profile, ensuring correct data insertion without truncating characters like double quotes ".

2024-01 (Version 13)

  • Necessary runtime packages are now packaged with the connector.
  • The connector correctly updates Database Null, when the input is provided as null for Nullable Field/Column and throws an error when input is null for Non Nullable Field/Column. (CONC-2667)
  • The connector successfully retrieves values larger than or lesser than INTEGER limit (-2147483648 to 2147483647) in NUMBER type columns for Oracle database without any error. (CONC-1793)
  • The connector handles numeric data bigger than “2147483647” as decimal value.
  • Test connections successfully work with/without connection pooling enabled for Oracle Database step.
  • Vulnerability issue of type Denial of Service was resolved to make the Connector more secure.
On this Page