File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 121
121
<target name =" setup-teamcity-oracle" >
122
122
<property name =" nhibernate.connection.driver_class" value=" NHibernate.Driver.OracleManagedDataClientDriver" />
123
123
<property name =" nhibernate.dialect" value=" NHibernate.Dialect.Oracle10gDialect" />
124
- <property name =" nhibernate.connection.connection_string" value=" User ID=nhibernate;Password=nhibernate;Data Source=XE " />
124
+ <property name =" nhibernate.connection.connection_string" value=" User ID=nhibernate;Password=nhibernate;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = agent01)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE))) " />
125
125
<copy todir =" ${bin.dir}" >
126
126
<fileset basedir =" ${root.dir}/lib/teamcity/oracle/managed" >
127
127
<include name =" *.dll" />
You can’t perform that action at this time.
0 commit comments