• 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

Problem "object no longer exists" in spring with oracle

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

I have been using Spring 3 annotations with oracle database. I am trying to execute stored procudure which returns refcursor using spring jdbctemplate. I got the exception as "object no longer exists error ora-08013" .[Note : I am using AOP annotations and trasaction annotations also in that application.]
Please let me know if this is related transactions...
I can't identify the problem . Please help to solve this.

Thanks and Regards,
SuthaKavi

 
reply
    Bookmark Topic Watch Topic
  • New Topic