• 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

WAS 5.0 : DDL's not being executed with oracle 9i

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a stateless session bean with a dataSource using oracle 9i. I have remote methods to create and drop tables. The bean is deployed with 'Bean Managed Transaction Demarcation' and I am committing the connection everytime too!
The strange thing is that the create or drop table statements are not being executed in the database. . .I mean. . .no exceptions or errors thrown but the effect of the DDL is not seen in the database.
What could the reason possibly be?
Regards,
Juzar.
 
reply
    Bookmark Topic Watch Topic
  • New Topic