-
Bug
-
Resolution: Done
-
Critical
-
None
-
False
-
False
-
%
-
-
+
-
Automated
-
Environment: Fuse Online 7.9, Oracle JDBC 19
A SQL integration step query with a parameter and its placeholder fails only with Oracle DB, it works with PostgreSQL. The same query works without the parameter or with a fixed parameter.
KO: select column1 from table1 where column2 = :#value_
OK: select column1 from table1
OK: select column1 from table1 where column2 = 123