File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ node_modules/
1515utPLSQL_latest_release /
1616utPLSQL-cli /
1717development /env.sh
18+ development /* .jar
1819* .log
1920
2021# exclusions based on artifacts created via actions documented in CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -89,14 +89,18 @@ export CONNECTION_STR=127.0.0.1:1521/xe # Adjust the connect string
8989export ORACLE_PWD=oracle # Adjust your local SYS password
9090```
9191
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+
9298### Download utPLSQL release sources and utplsq-cli
9399
94100The below script is fetching latest release version from utPLSQL repository. Latest release version is used for self-testing.
95101``` bash
96102development/refresh_sources.sh
97103```
98- > ** Important notice:**
99- > You'll have to provide the ojdbc.jar in the folder utPLSQL-cli/lib manually due to Oracle licensing restrictions.
100104
101105### Setup local database for utPLSQL development
102106
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ curl -Lk -o utPLSQL-cli.zip https://github.com/utPLSQL/utPLSQL-cli/releases/down
1616# unzip utPLSQL-cli and remove the zip file
1717unzip utPLSQL-cli.zip && chmod u+x utPLSQL-cli/bin/utplsql && rm utPLSQL-cli.zip
1818
19+ cp development/* .jar utPLSQL-cli/lib/
You can’t perform that action at this time.
0 commit comments