MemoryMappedFile support on Windows
[mono.git] / mcs / class / System.Data.OracleClient / Test / System.Data.OracleClient.jvm / readme.txt
1 To run unit test the following should be prepared:
2
3 1. Test\System.Data.OracleClient.J2EE.config should contain an ConnectionString setting, i.e.:
4
5 <?xml version="1.0" encoding="utf-8" ?>
6 <configuration>
7 <appSettings>
8     <add key="ConnectionString" value="User ID=ghtdb;Password=ghtdb;Data Source=xp050" />
9   </appSettings>
10 </configuration>
11
12 2. A target db should be prepared with the relevant structure, following are the instruction for each supported database.
13
14 in order to create the testing database, on ORACLE, run:
15 Run the scripts with a user wich have administrator permissions. (by default user:system, password:mainsoft).
16
17 sqlplus "user/password@database_sid" @GHTDB.ORACLE.sql
18 sqlplus "user/password@database_sid" @GHTDB.Data.ORACLE.sql
19
20 for example 
21 sqlplus "system/mainsoft@rafim" @GHTDB.ORACLE.sql
22 sqlplus "system/mainsoft@rafim" @GHTDB.Data.ORACLE.sql
23