oracle的url写错了。
jdbc:oracle:thin:@localhost:1521:dbname
尤其注意:“:@”

解决方案 »

  1.   

    没有设置类路径,找不到jdbc驱动了。
      

  2.   

    to taxi:
      我在weblogic中配置如下:
      url:  jdbc:borland:dslocal:D:\JBuilder8\samples\Ejb\db\esite.jds
      Driver classname:   com.borland.datastore.jdbc.DataStoreDriver
      如何设置该jdbc的类路径呢?
      

  3.   

    把你的class12.zip加到系统的classpath里面就可以了……
      

  4.   

    to mefaintll:
       class12.zip是什么文件?我没找到。
      

  5.   

    To mefaintll:
      应该是classes12.zip吧,但还是不行。这个文件是不是别的数据库驱动,我需要连接的是jbuilder携带的jDataStore,你知道怎么做吗?
      

  6.   

    jDataStore的jdbc包在你的jbuilder的安装目录下的lib目录下,名称叫jds.jar,将这个包的路径加入到你的classpath中。然后在weblogic中配置.
      

  7.   

    to rainight:
    新的错误产生了???
    <Error during Data Source creation:weblogic.common.ResoureException:DataSource
    <ESiteSource> can't be created with non-existent Pool <connection or multi> <myConn>
    我的配置如下:
    connection pool:
      name:myConn
      url:  jdbc:borland:dslocal:D:\JBuilder8\samples\Ejb\db\esite.jds
      Driver classname:   com.borland.datastore.jdbc.DataStoreDriver
    Data Sources:
      name:ESiteSource
      JNDI Name:ESiteSource
      Pool Name:myConn
      

  8.   

    驱动使用 
    位于Oracle所安装的 jdbc 下的 class12.zip 中
    oracle.jdbc.OracleDriver
      

  9.   

    在你的jdbc pool配置页面中,上面一行菜单中有一个叫做"Target"的标签。你点击这个标签进入到其配置页面,将你的当前server选中到右侧,确定后即可。
      

  10.   

    to rainight:
      "Target"已设置过了,会是其它什么原因呢?我在startWLS命令脚本中设置jds.jar的classpath,正确吗?
      

  11.   

    某些人别添乱好不好!人家用的不是Oracle,你老嚷嚷classes12.zip干吗???