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
export ORACLE_PWD=oracle # Adjust your local SYS password
90
90
```
91
91
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
+
92
98
### Download utPLSQL release sources and utplsq-cli
93
99
94
100
The below script is fetching latest release version from utPLSQL repository. Latest release version is used for self-testing.
95
101
```bash
96
102
development/refresh_sources.sh
97
103
```
98
-
> **Important notice:**
99
-
> You'll have to provide the ojdbc.jar in the folder utPLSQL-cli/lib manually due to Oracle licensing restrictions.
100
104
101
105
### Setup local database for utPLSQL development
102
106
@@ -175,6 +179,7 @@ We are using private docker images to test utPLSQL for our Travis CI builds. The
175
179
* 11g XE R2
176
180
* 12c SE R1
177
181
* 12c SE R2
182
+
* 18c SE
178
183
179
184
These images are based on the slimmed versions [official dockerfiles released by Oracle](https://github.com/utPLSQL/docker-scripts), but due to licensing restrictions, we can't make the images public.
180
185
You can build your own and use it locally, or push to a private docker repository.
0 commit comments