Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Can any body explain me the exact difference between these two operations “SELECT” & “SELECT(One Record)”.
The JDBC adapter documentation says : “Use the SELECT (One Record) operation to configure a SELECT operation that returns only one record.” I assume that it is the same for Oracle adapter. Therefore, operation output will be a single record/struct instead of an array.
M.