0 Replies Latest reply on Jun 15, 2012 4:21 AM by wadam1972

    database accessed from different sources

    wadam1972

      Hello!

      I would be glad to hear some advice from you concerning the following case:

      We have a certain table in an oracle 11 g database (table1):

      A stateless session bean in a jboss 6 as is accessing this "table1" - ONLY READING - via JPA, Eclipselink, entity manager.

      A c programm on another server (without jboss) is generating data (via oracle call interface - oci) in this "table1" by inserting new rows or updating existing rows.

      Can this be problematic. Is it advisable to access the same database table while jboss is working with it (although only reading)?

      Thanks in advice