• 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

Error when calling stored function using xml table in oracle

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

My version of oracle is Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
When i perform stored function call using xml table i get that error.

I am calling the function in my java application, jdk 1.5 >> oracle driver class is in the jar ojdbc14-10.2.0.2.

It says "If the database JVM is not installed the parser is not installed and the XMLTable and XMLQuery operators cannot be used." I am not a DBA so i dont know if this is true or not.

I actually get this error too in Toad when calling the stored function. Have looked at the oracle forum but dont know what i am missing. Is it the version of oracle driver i am using in java or something else?

Thanks,
Shane.
 
reply
    Bookmark Topic Watch Topic
  • New Topic