apache-camelcamel-sql

camel sql-stored component. How to pass INOUT oracle parameter?


I am using camel 2.18 camel-sql component for calling stored procedures. Is it possible to call oracle stored procedure which has an INOUT parameter?


Solution

  • INOUT is not supported, only IN or OUT, where IN is the default.