hibernate连接oracle数据库的问题?(17分)

  • 主题发起人 主题发起人 ff_ff
  • 开始时间 开始时间
F

ff_ff

Unregistered / Unconfirmed
GUEST, unregistred user!
我在ecplise下用hibernate连接oracle数据库时出错:
Error while trying to login to database:
Io 异常: Conncetion
refused (DESCRIPTION=(TEMP=)(VSNUM=150999297)(ERR=12505)(ERROR_STACK=(ERROR=
我的hibernate.cfg.xml文件是这件的:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
&quot;-//Hibernate/Hibernate Configuration DTD 2.0//EN&quot;
&quot;http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd&quot;>
<!-- Generated by MyEclipse Hibernate Tools. -->
<hibernate-configuration>
<session-factory>
<property name=&quot;myeclipse.connection.profile&quot;>conn_oracle1</property>
<property name=&quot;connection.url&quot;>jdbc:oracle:thin:@localhost:1521:test</property>
<property name=&quot;connection.username&quot;></property>
<property name=&quot;connection.password&quot;></property>
<property name=&quot;connection.driver_class&quot;>oracle.jdbc.driver.OracleDriver</property>
<property name=&quot;dialect&quot;>net.sf.hibernate.dialect.Oracle9Dialect</property>
<mapping resource=&quot;Add valid path&quot;
/>
</session-factory>
</hibernate-configuration>
 
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
&quot;-//Hibernate/Hibernate Configuration DTD 3.0//EN&quot;
&quot;http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd&quot;>
<!-- Generated by MyEclipse Hibernate Tools. -->
<hibernate-configuration>
<session-factory>
<property name=&quot;connection.username&quot;>scwt</property>
<property name=&quot;connection.url&quot;>jdbc:oracle:thin:@192.168.140.2:1521:SCCNCDB</property>
<property name=&quot;dialect&quot;>org.hibernate.dialect.Oracle9Dialect</property>
<property name=&quot;connection.password&quot;>dttwtrms</property>
<property name=&quot;connection.driver_class&quot;>oracle.jdbc.OracleDriver</property>
<property name=&quot;show_sql&quot;>true</property>
<mapping resource=&quot;AccArea.hbm.xml&quot;
/>
<mapping resource=&quot;Area.hbm.xml&quot;
/>
<mapping resource=&quot;AreaType.hbm.xml&quot;
/>
<mapping resource=&quot;Status.hbm.xml&quot;
/>
<mapping resource=&quot;Station.hbm.xml&quot;
/>
<mapping resource=&quot;Shelf.hbm.xml&quot;
/>
</session-factory>
</hibernate-configuration>
 
大唐电信大哥,
我是先配置DB Brower ,还没有映射 表结构,
所以还没有生成
<mapping resource=&quot;AccArea.hbm.xml&quot;
/>
为什么我总是连不上oracle 呢,
连mysql是没有问题的.
<property name=&quot;connection.url&quot;>jdbc:oracle:thin:@192.168.140.2:1521:SCCNCDB</property>
SCCNCDB是不是要和项目名一样呢?
还有
Error while trying to login to database:
Io 异常: Conncetion
refused (DESCRIPTION=(TEMP=)(VSNUM=150999297)(ERR=12505)(ERROR_STACK=(ERROR=
这是什么错误呢?
 
ff_ff大哥,
我只是给你一个例子,要照着改改。
SCCNCDB就是你建的全局数据库的名称。
 
大唐电信兄,这个错误是怎么回事?
Error while trying to login to database:
Io 异常: Conncetion
refused (DESCRIPTION=(TEMP=)(VSNUM=150999297)(ERR=12505)(ERROR_STACK=(ERROR=
 
不知道没见过,你可以先试试用pl/sql连一下数据库,看能不能成功。
 
这个问题会不会是oracle的服务的问题了,我曾把oracle服务全关了。
用的时候全打开,
也不知道哪个是默认打开的。
 
这个帮不了你,数据库方面我也不熟悉。
如果你能用pl/sql连的上数据库,那数据库方面应该就没什么问题了。
 
谢谢大唐电信兄捧场,csdn可有账号?
 
后退
顶部