You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,27 @@ You can also download all development versions from [Bintray](https://bintray.co
19
19
*[Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
20
20
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
21
21
* Due to Oracle license we can't ship the necessary oracle libraries directly with utPLSQL-cli. <b>Please download the libraries directly from oracle website and put the jars into the "lib" folder of your utPLSQL-cli installation</b>
* If you are on a 11g database you might need the orai18n library, too: http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html
22
+
* Oracle `ojdbc8` driver
23
+
* Oracle `ucp` library
24
+
* If you are on a 11g database with non0standard NLS settings, you will also need the `orai18n` library.
25
+
* All of the above can be downloaded from [Oracle download site](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html)
24
26
25
27
## Compatibility
26
28
The latest CLI is always compatible with all database frameworks of the same major version.
27
29
For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x.
28
30
29
31
## Usage
30
-
utplsql run \<ConnectionURL\>[-p=(ut_path|ut_paths)][-f=format [-o=output_file][-s] ...]
32
+
33
+
`utplsql run <ConnectionURL> [-p=(ut_path|ut_paths)] [-f=format [-o=output_file] [-s] ...]`
31
34
32
35
```
33
-
<ConnectionURL> - <user>/<password>@//<host>[:<port>]/<service> OR <user>/<password>@<TNSName> OR <user>/<password>@<host>:<port>:<SID>
34
-
To connect using TNS, you need to have the ORACLE_HOME environment variable set.
36
+
<ConnectionURL> - accepted formats:
37
+
<user>/<password>@//<host>[:<port>]/<service>
38
+
<user>/<password>@<host>:<port>:<SID>
39
+
<user>/<password>@<TNSName>
40
+
To connect using TNS, you need to have the ORACLE_HOME environment variable set.
41
+
The file tnsnames.ora must exist in path %ORACLE_HOME%/network/admin
42
+
The file tnsnames.ora must contain valid TNS entries.
35
43
-p=suite_path(s) - A suite path or a comma separated list of suite paths for unit test to be executed.
36
44
The path(s) can be in one of the following formats:
0 commit comments