Skip to content

Commit e3669bc

Browse files
authored
Update Building-and-running-tests.md
1 parent c5e054e commit e3669bc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/Building-and-running-tests.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Note: do not use a quoted (case-sensitive) account name.
5454
**(5)** Provide the database instance connection info to the SODA test framework. Edit datasource.properties
5555
located in /test/datasource.properties, under the top level SODA directory. The file has the following contents:
5656

57-
UserName=myaccount
58-
Password=mypassword
59-
Server=myoraclehost
60-
Port=myoracleport
61-
DBName=mysid
57+
UserName=account
58+
Password=password
59+
Server=oracleHost
60+
Port=oraclePort
61+
DBName=oracleServiceName
6262

63-
Replace myaccount and mypassword with the account name and password created in step 3. Replace myoraclehost and myoracleport with the host name and port on which the Oracle instance is running/listening. Replace mydbname with the Oracle SID.
63+
Replace myaccount and mypassword with the account name and password created in step 3. Replace myoraclehost and myoracleport with the host name and port on which the Oracle instance is running/listening. Replace mydbname with the Oracle Service Name.
6464

6565
**(6)** Supply the directory where sqlplus is located to the test framework by setting the SODA_SQLPLUS environment variable. For example, assume sqlplus is located in /oracle/software/bin. Then, assuming you're on Linux and using the C shell (csh) do:
6666

0 commit comments

Comments
 (0)