Skip to content

Commit 8a07aa0

Browse files
committed
Added ucp.jar download requirement to readme
1 parent 5ffd032 commit 8a07aa0

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,27 @@ You can also download all development versions from [Bintray](https://bintray.co
1919
* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
2020
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
2121
* 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>
22-
* Oracle JDBC driver: http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html
23-
* 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)
2426

2527
## Compatibility
2628
The latest CLI is always compatible with all database frameworks of the same major version.
2729
For example CLI-3.0.4 is compatible with database framework 3.0.0-3.0.4 but not with database framework 2.x.
2830

2931
## 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] ...]`
3134

3235
```
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.
3543
-p=suite_path(s) - A suite path or a comma separated list of suite paths for unit test to be executed.
3644
The path(s) can be in one of the following formats:
3745
schema[.package[.procedure]]

0 commit comments

Comments
 (0)