0 Replies Latest reply on Oct 29, 2007 12:56 PM by michele.tommaso

    Help :too many process with Connection OCI

    michele.tommaso

      hi,
      when I create a JDBC OCI connection on Linux server, i have 90 (!!) child processes owening to the main process that lock the server.

      My configuration is

      - vm: sun-jdk 1.6
      - driver : ojdbc14.jar (Oracle Client 10.2)
      - RAC ORACLE

      Oracle-ds.xml ------------------------------
      <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
      <connection-url>jdbc:oracle:oci:@IRES_WEB</connection-url>
      <min-pool-size>1</min-pool-size>
      <max-pool-size>20</max-pool-size>

      <user-name>xxxxx</user-name>
      xxxxxx



      Thanks
      Michele