I think you can accomplish this by creating a database stored function out of
your PL/SQL code and then call that function from an sql statement in your
sql map IE:

Select function_one( Parameters)   from dual.  


Of course you will need to use the camel-ibatis framework to access the
Oracle Database or some other datamapping framework (hibernate)

--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-JDBC-oracle-PL-SQL-tp4733426p4734416.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to