是否这样设置
weblogic.jdbc.connectionPool.oraclePool=       url=jdbc:oracle:thin:@host:1521:orcl,       driver=oracle.jdbc.driver.OracleDriver,       loginDelaySecs=1,       initialCapacity=4,       maxCapacity=10,       capacityIncrement=2,      allowShrinking=true,       shrinkPeriodMins=15,      refreshMinutes=10,       testTable=dual,       props=user=name;password=pass;server=orcl
weblogic.jdbc.TXDataSource.demoDataSource=oraclePool

解决方案 »

  1.   

    ok! please check weblogic5.1installdir\bin\oci805_8 or oci815_8 is alreadly exist!
    if you use oracle8.16version, copy weblogicoci36.dll to ..\bin under "oci815_8" directory. etc. 
      

  2.   

    谢谢weblogicoci36.dll在该目录下,好象还是不行,我已升级成了sp9
      

  3.   

    把这个路径加到系统变量的PATH中,如:%PATH%;%WLS_HOME/bin
      

  4.   

    If you use weblogic's jdbc driver, check the path just like what cablink said; if you use oracle oci jdbc driver, make sure you are using the correct jdk version; if you use oracle thin jdbc driver, this error would not appear.
      

  5.   

    好了,考到我的JDK/BIN下
    PATH上有,结果没有起效果,鬼知道扎回事谢谢诸位