You need to see what functions Oracle provides. iBATIS is database
agnostic.
-Richard
dbmigrator wrote:
Hi All,
I was working on an application which is running purely with DB2 8.1. Now
the requirement came to run this on Oracle10g, so I have decided to use
iBatis as a mid layer so that code base will be common for both the
platforms.
while migrating application from DB2 to iBatis I am facing a big issue
related to Functions MUTILPLY_ALT() of DB2 which i was using to avoid
Arithmetic overflow exception in case of big numbers multiplication.
Can anyone suggest me to do Big number multiplication in iBatis?
every suggestion will be helpful for me.
Thanks
Dbmigrator