文章列表
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
localhost:1521:orcl
<driver-url>jdbc:oracle:thin:@127.0.0.1:1521:DB</driver-url>
<driver-class>oracle.jdbc.driver.OracleDriver</driver ...
- 2009-02-19 23:08
- 浏览 1106
- 评论(0)
这个是服务接口....
public Document addCustomer(Document dom)throws Exception{
String customerNo;
String custName;
String custType;
String custPhone;
String custAddr;
java.util.Map returnMessage = new HashMap();
Element XMLInfo = dom.getDocumentElement();
NodeList customerinfos = XMLInfo.getElementsByT ...
- 2009-01-01 01:40
- 浏览 1681
- 评论(0)
这个是服务接口....
public Document addCustomer(Document dom)throws Exception{
String customerNo;
String custName;
String custType;
String custPhone;
String custAddr;
java.util.Map returnMessage = new HashMap();
Element XMLInfo = dom.getDocumentElement();
NodeList customerinfos = XMLI ...
- 2009-01-01 01:23
- 浏览 1508
- 评论(0)
昨天做了个测试向oracle10G 使用hibernate 通过webserive调用 插入两万条数据,
并且启动JBPM 工作流。仅仅是启动了工作流,在构造插入的对象的时候有两个字段是通过webserivce 查询其他系统的数据来的 。。。每次插入hibernate 要向数据库9个表插入数据
总共耗时58分钟,,,,,大家看看我应该如何优化。。
是用笔记本测试 T8300 cpu 2G内存
大家看看这段webservice 测试代码,
private DeliverWebService deliverServic ...
- 2008-10-08 09:46
- 浏览 2763
- 评论(1)
今天没什么事忙,打开邮箱看到了javaeye 发来的邮件
里面推荐了不少文章..欣喜...就去看了
汗..看到各位老鸟在讨论各种各样的问题.呵呵这种帖子我最喜欢了
我一直认为这个论坛就是让大家聚在一起交流的...
看了很多帖子,,我突然怀疑了什么叫交流???到底什么叫交流?
破例写下几句话,希望不要找来群批!!!
看过不少帖子,别人把自己的经验拿出来分享了...结果招来了群批...
大家都一副说教的嘴脸就叫交流,,,看到某人的观点不爽就批就叫交流...
...
- 2008-08-21 11:03
- 浏览 969
- 评论(0)