Online Database??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RiskyHunter
    New Member
    • Mar 2007
    • 29

    Online Database??

    Hi

    am connecting java application with oracle in order to add,Modify and delete the data from the database.

    but the problem is that I really don't knew how can I make the database accessible by multiple user so that if more than one user using my application
    they can add, delete and modify in the same database.

    plz give me the starting point if u have any idea

    thanks in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by RiskyHunter
    Hi

    am connecting java application with oracle in order to add,Modify and delete the data from the database.

    but the problem is that I really don't knew how can I make the database accessible by multiple user so that if more than one user using my application
    they can add, delete and modify in the same database.

    plz give me the starting point if u have any idea

    thanks in advance
    Oracle alrady has some connection pooling of some sort.
    You can also syncronize the method that calls the delete/modify sql but that will make your system slower.

    Comment

    • RiskyHunter
      New Member
      • Mar 2007
      • 29

      #3
      r035198x thank you so much 4 ur reply ^_^

      Comment

      Working...