Hello all,
If I make a custom data type on my oracle database for example:CREATE TYPE StringList IS TABLE OF VARCHAR2(4000); Is it possible to send this type from BPM using sqlParam? for example if I will call stored procedures with one INPUT Argument which its type is StringList , I already made on database
Hi Ziyad,
I don't think it is possible, it should be supported by the JDBC driver as well.
Thanks!