Hi,
I have a custom type variable in oracle that I am using in my stored
proc.CREATE OR REPLACE TYPE strarray IS TABLE OF VARCHAR2(75); What would be my corresponding jdbctype be or how would I use tyhandler for this case. Regards Sundar Sankarnarayanan
