2015-03-23 12:47 GMT+01:00 Hettler, Jakub <[email protected]>: > Hi all, > > > > please, is there a way how to call stored procedures in Oracle as insert, > update, delete operation? >
Seems this is possible with iBatis: https://ibatis.apache.org/docs/dotnet/datamapper/ch03s03.html So you can try to use stored procedures in the XML iBatis file (locate in sql-map-config.d/) If it does not work, try the Executable plugin (http://lsc-project.org/wiki/documentation/plugins/executable) and code the call to stored procedures in scripts Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

