My mame is Giuseppe.

I am not able to connect to Oracle8i database.Exception
states that could not connect to datasource & you cannot get a poolable
before the pool is initialized.


java.lang.RuntimeException: Could not get the datasource
java.sql.SQLException: You cannot get a Poolable before the pool is
initialized


Following are the settings made in

web.xml
       <init-param>
       <param-name>load-class</param-name>
       <param-value>
        oracle.jdbc.driver.OracleDriveror
       </param-value>

Coccon.xconf
<datasources>
      <jdbc name="test_oracle_pool">
      <!-- Don't forget the oradb parameter for Oracle!!! --> 
        <pool-controller min="5" max="10" oradb="true"/>
        <dburl>jdbc:oracle:thin:@2000server:1521:oras</dburl>
        <user>dev</user> 
        <password>giu</password> 
      </jdbc>
<datasources>

 end classes12.jar is in classpath.
Grazie anticipate. Giuseppe


Reply via email to