• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

HELP!!! - inner exception : java.sql.SQLException: ORA-06550:

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

I am trying to execute my stored procedure from Java. The argument type in the procedure is -Table_TYPE (outut argument)

In Java I have specified it as java.sql.Types.ARRAY. This results in the

inner exception : java.sql.SQLException: ORA-06550: line 1, column 7:


Can you please help!!

Thanks in advance
Menon
 
Ranch Hand
Posts: 1325
Android Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you post your Stored Procedure and java code(where you invoking your stored procedure ) here. it would be easy to find where the error occur. also
the fields in you table? (make sure that you are not inserting null values in non-null fields)
 
reply
    Bookmark Topic Watch Topic
  • New Topic