• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to access oracle procedure having associative array(TYPE) as input from java?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
I am having problem in accessing oracle procedure having associative array(TYPE) as input from java.
I am using jdk 1.6 and oracle 11g.
I have a oracle procedure to call from java as given below:

Oracle procedure:


Java code:



I had search about this on web and found that "Hashmap" would be used as associative array in Java but I don't know how to use it to call oracle procedure.

Can anyone suggest me, how to set the datatype.

Thank you in advance.
 
Ritesh Dwa
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now it worked. I had searched at lot and found that if we add the below code it works;

reply
    Bookmark Topic Watch Topic
  • New Topic