Skip to content

Commit 304be71

Browse files
authored
Pooling=FALSE for oracle
1 parent e167eda commit 304be71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teamcity.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<target name="setup-teamcity-oracle32">
169169
<property name="nhibernate.connection.driver_class" value="NHibernate.Driver.OracleDataClientDriver" />
170170
<property name="nhibernate.dialect" value="NHibernate.Dialect.Oracle10gDialect" />
171-
<property name="nhibernate.connection.connection_string" value="User ID=nhibernate;Password=nhibernate;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))" />
171+
<property name="nhibernate.connection.connection_string" value="Pooling=FALSE;User ID=nhibernate;Password=nhibernate;Data Source=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))" />
172172
<copy todir="${bin.dir}">
173173
<fileset basedir="${root.dir}/lib/teamcity/oracle/x86">
174174
<include name="*.dll"/>

0 commit comments

Comments
 (0)