• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Gettin Invalid column index error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i have a oracle stored proc at remote location and writing JDBC code to call the SP.That sP has both IN and OUT paramsas given below

CREATE OR REPLACE TYPE UDI_LIST AS TABLE OF VARCHAR2(14)


CREATE OR REPLACE TYPE UDI_GL AS OBJECT( UDI varchar2(14),GL_RF_NO number )
CREATE OR REPLACE TYPE UDI_GL_LIST AS TABLE OF UDI_GL


this is the java code.....

am getting invalid column index error...please some one help me on this.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic