Search:

Type: Posts; User: Mr.777

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    3,017

    Re: oracle conection pool

    There is no problem with any container you use.
    You can use any one of your choice or your application requirements.
  2. Replies
    10
    Views
    3,017

    Re: oracle conection pool

    Also, your problem lies in the wrong code section, most of the poblems here are desktop oriented. So i was unable to guess.
    Also, you didn't provide enough information.
    Anyways, follow the copeg...
  3. Replies
    10
    Views
    3,017

    Re: oracle conection pool

    Connection connection = null;
    try {
    // Load the JDBC driver
    String driverName = "oracle.jdbc.driver.OracleDriver";
    Class.forName(driverName);

    // Create a connection to the...
  4. Replies
    10
    Views
    3,017

    Re: oracle conection pool

    Believe me, atleast i couldn't understand what is the problem you are asking for? Be more precise please.
Results 1 to 4 of 4