Skip to content

Commit 187560d

Browse files
fredericDelaportebahusoid
authored andcommitted
Completed Oracle instructions.
1 parent 0497814 commit 187560d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/teamcity/oracle/oracle_installation.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ This is needed because NHibernate test uses the managed driver NuGet package, bu
4141
version needs to be removed from the GAC. Read more on https://stackoverflow.com/a/35176586/1178314.
4242
Not doing this may notably cause failures in distributed transaction tests.
4343

44+
Adjust the connection string for the tests:
45+
The tests involve creating and dropping many tables, sometimes with the same names but different data
46+
types. This does not play well with Oracle meta data pooling, which needs to be disabled.
47+
Add into your ODP.NET connection string:
48+
Metadata Pooling=false;Self Tuning=false;
49+
4450
Please note that some tests are dependent on the machine locales, and may fail if they are not English.

0 commit comments

Comments
 (0)