Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 camel 2.18 camel-sql 组件来调用存储过程。是否可以调用具有 INOUT 参数的 oracle 存储过程?
不支持 INOUT,仅支持 IN 或 OUT,其中 IN 是默认值。