Boris Kirzner 1e669c2fe0 Fix test scripts for TARGET_JVM %!s(int64=20) %!d(string=hai) anos
..
MonoTests.System.Data.Utils e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
OracleCommand 7b3bf7942c Port OleDb invocation style to that of OracleClient %!s(int64=20) %!d(string=hai) anos
OracleCommandBuilder e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
OracleConnection e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
OracleDataAdapter e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
OracleDataReader e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
OracleParameter a3e50c9b61 correcting named parameters %!s(int64=20) %!d(string=hai) anos
OracleParameterCollection e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
OracleTransaction e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
OracleType e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
GHTDB.Data.ORACLE.sql e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
GHTDB.ORACLE.sql e9a5df6c6f Added Mainsoft OracleClient testsuite %!s(int64=20) %!d(string=hai) anos
readme.txt 1e669c2fe0 Fix test scripts for TARGET_JVM %!s(int64=20) %!d(string=hai) anos

readme.txt

To run unit test the following should be prepared:

1. Test\System.Data.OracleClient.J2EE.config should contain an ConnectionString setting, i.e.:








2. A target db should be prepared with the relevant structure, following are the instruction for each supported database.

in order to create the testing database, on ORACLE, run:
Run the scripts with a user wich have administrator permissions. (by default user:system, password:mainsoft).

sqlplus "user/password@database_sid" @GHTDB.ORACLE.sql
sqlplus "user/password@database_sid" @GHTDB.Data.ORACLE.sql

for example
sqlplus "system/mainsoft@rafim" @GHTDB.ORACLE.sql
sqlplus "system/mainsoft@rafim" @GHTDB.Data.ORACLE.sql