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

Can someone explain what are these tables for?

 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I deployed my beans on OC4J and it created some tables with the names of beans. But I already have the database tables in which the data resides.
What do I do with these tables created by OC4J/Orion seems orion-web.xml also points to this, am I supposed to delete them and modify orion-web.xml to point to my real tables?
 
Raj Puri
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks. i got this.
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Raj,
For the benefit of those who didn't "get this" (like you), you need to modify the "application.xml" file, in the "j2ee/home/config" subdirectory of your OC4J stand-alone installation and change:

autocreate="true"

to

autocreate="false"

Good Luck,
Avi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic