Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e2a4b4

Browse files
committed
Updated documentation. No need to download OJDBC drivers anymore.
1 parent 09b79bf commit 6e2a4b4

5 files changed

Lines changed: 6 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ Your local environment can be of any flavor (Unix/Linux/Windows/Mac).
4343
At minimum you need to have Oracle database 11.2 XE accessible for the project and SYS account access to install and develop utPLSQL.
4444

4545
We use four different database accounts (users) for development process.
46-
* `ut3_latest_release` - holds latest released version of utPLSQL. This schema holds the testing framework used for self-testing of utPLSQL development.
47-
* `ut3` - holds the version of utPLSQL of your current branch. This is the schema you will be working on.
46+
* `ut3` - holds latest released version of utPLSQL. This schema holds the testing framework used for self-testing of utPLSQL development.
47+
* `ut3_develop` - holds the version of utPLSQL of your current branch. This is the schema you will be working on.
4848
* `ut3_tester` - holds unit test packages for development of utPLSQL.
4949
* `ut3$user#` - used for testing accessibility to schema names with special characters.
50+
* `ut3_tester_helper` - elevated privileges user, used for creating and dropping objects in other schemas during test run.
5051

5152

5253

@@ -89,12 +90,6 @@ export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
8990
export ORACLE_PWD=oracle # Adjust your local SYS password
9091
```
9192

92-
### Download Oracle JDBC drivers
93-
94-
Download `ojdbc8-xxx.jar` and `orai18n-xxx.jar` from [Oracle](https://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html).
95-
Place them in `development` directory of the project.
96-
97-
9893
### Download utPLSQL release sources and utplsq-cli
9994

10095
The below script is fetching latest release version from utPLSQL repository. Latest release version is used for self-testing.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Amongst many benefits they provide ability to:
5757
* use many reporting formats simultaneously and save reports to files (publish)
5858
* map your project source files and test files into database objects
5959

60-
Just download the [latest client](https://github.com/utPLSQL/utPLSQL-cli/releases/latest), download Oracle jdbc driver you are good to go.
60+
Download the [latest client](https://github.com/utPLSQL/utPLSQL-cli/releases/latest) and you are good to go.
6161
See [project readme](https://github.com/utPLSQL/utPLSQL-cli/blob/develop/README.md) for details.
6262

6363
# Coverage

docs/userguide/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ By default, utPLSQL will convert file paths into database objects using the foll
243243
> This is done to simplify the syntax of regular expressions. Regular expression will always use '/' as a directory separator on a file path regardless of whether you're on a Windows or Unix system.
244244
245245
**Note**
246-
> Below examples assume that you have downloaded latest version of [utPLSQL-cli](https://github.com/utPLSQL/utPLSQL-cli/releases), extracted it into your projects root directory (my_project) and placed ojdbc8.jar and orai18n.jar files in utPLSQL-cli\lib directory.
246+
> Below examples assume that you have downloaded latest version of [utPLSQL-cli](https://github.com/utPLSQL/utPLSQL-cli/releases) and extracted it into your projects root directory (my_project).
247247
> The examples assume that you run the utPLSQL-cli from `my_project` directory.
248248
249249
Windows:

docs/userguide/running-unit-tests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ curl -Lk "${DOWNLOAD_URL}" -o utplsql-cli.zip
3131
unzip -q utplsql-cli.zip
3232
```
3333

34-
Keep in mind that you will need to download/provide Oracle JDBC driver separately, as it is not part of utPLSQL-cli due to licensing restrictions.
3534

3635
# ut.run
3736

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Amongst many benefits it provides ability to:
8585
* use many reporting formats simultaneously and save reports to files (publish)
8686
* map your project source files and test files into database objects
8787

88-
Just download the [latest client](https://github.com/utPLSQL/utPLSQL-cli/releases/latest), download Oracle jdbc driver you are good to go.
88+
Download the [latest client](https://github.com/utPLSQL/utPLSQL-cli/releases/latest) and are good to go.
8989
See [project readme](https://github.com/utPLSQL/utPLSQL-cli/blob/develop/README.md) for details.
9090

9191

0 commit comments

Comments
 (0)