Oracle E-Business Suite changelog
Changelog
2026-09 (Version 17, Current)
-
Added support for complex PL/SQL data types (
TABLE_TYPEandRECORD_TYPE) in REST_QUERY operations, enabling collection- and record-based Oracle EBS APIs. -
Improved response profile generation for REST_QUERY and REST_EXECUTE operations to support APIs with collection- and record-based parameters, so Map shapes can reference complex fields without missing or misaligned elements.
-
Resolved an issue where a JMS-232 authentication failure (invalid credentials or missing AQ_USER_ROLE) on the Create operation was masked by an unrelated "Missing tracked input" error, misdirecting users toward a data-mapping issue instead of the actual authentication/role problem.
-
Resolved an issue where the connector could reuse a stale or idle pooled connection without validating it first, causing intermittent "JMS-122: Connection reset by peer" errors on the XML Gateway Send operation — most often seen on the first run after the pool had sat idle, with the next run succeeding once the pool refreshed.
2026-07 (Version 16, Current)
-
Fixed an issue where the Oracle EBS connector failed to send
ECX_INBOUNDmessages with a "Unable to resolve type SYSTEM.ECXMSG" error. The connector now correctly resolves the ECX message type using the appropriate schema. -
Updated the performance of the Oracle EBS Connector's
PLSQL_EXECUTEoperation for stored procedures. Optimizations to Oracle object type handling reduce processing overhead and improve throughput when executing large volumes of records. -
The Oracle EBS connector now supports
PL/SQLcomplex data types acrossREST_EXECUTEand PL/SQL Query operations, enabling seamless import and accurate serialisation of input and deserialisation of output at Runtime.
2026-05 (Version 15)
-
Fixed the Oracle EBS connector with
TABLE_TYPEandRECORD_TYPEsupport, enabling simplified integration with PL/SQL APIs and complex data types withREST_EXECUTEoperation. -
Fixed an issue where Send operations using imported
ECX_INBOUNDprofiles could fail due to Oracle Object Type descriptor resolution for messages with the<ecxmsg>root element. The connector now resolves theECXMSGobject type throughAPPS.ECXMSGfor improved compatibility across Oracle EBS environments.
2026-03 (Version 14)
- Boomi renamed the Oracle E-Business Suite V2 connector to Oracle E-Business Suite connector.
2026-01 (Version 14)
-
The connector now supports successful profile imports for REST_EXECUTE operations when using SOA Gateway connections, letting you configure and execute Interface APIs successfully.
-
The Oracle EBS connector PL/SQL Execute action now supports PL/SQL stored procedures that return Table Type and Record Type data, ensuring all returned values are correctly mapped to the corresponding Boomi profile elements.
-
Update the connector Jackson version to v2.15.0.
-
The connector now logs connection pooling details in the runtime container logs, aligning its behavior with that of the Oracle EBS Legacy connector.
2025-07 (Version 11)
- Boomi enhanced the Oracle EBS connector to support listening to standard business events from the
WF_BPEL_Qqueue in Oracle E-Business Suite. This enables subscribers to successfully receive events such as sales order creation, purchase orders.
2024-11 (Version 10)
- The connector now supports DATE type OUT parameter from the StoredProcedure execute call, using Boomi's default date format
yyyyMMdd HHmmss.SSS.
2024-05 (Version 8)
-
Boomi updated the PLSQL_EXECUTE operation so that each output document returns with a separate error message.
-
The integration process with the Connection Pool turned on and the Maintain Session flag checked will now run successfully.
2024-04 (Version 7)
-
Updated the connector to use the new Oracle REST Service call in order to generate the profile.
-
You can now use the basic runtime container properties to determine how large a payload to process, thus allowing for input file sizes greater than 1 MB.