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
In order to work with Oracle Database for Red Hat 3scale API Management, you will need to create a custom image as Red Hat cannot distribute the binaries of Oracle Database client.
7
+
8
+
You **MUST** download the client (basic-lite or basic), the odbc driver and the sdk for **19.6** in [Oracle Technology Network](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html).
9
+
10
+
* Instant Client Package - Basic or Basic Lite
11
+
* Instant Client Package - SDK
12
+
* Instant Client Package - ODBC driver
13
+
14
+
Example:
15
+
16
+
* instantclient-basiclite-linux.x64-19.6.0.0.0dbru.zip or instantclient-basic-linux.x64-19.6.0.0.0dbru.zip
17
+
* instantclient-sdk-linux.x64-19.6.0.0.0dbru.zip
18
+
* instantclient-odbc-linux.x64-19.6.0.0.0dbru.zip
19
+
20
+
## Instructions
21
+
22
+
1 - Place the downloaded files in the `oracle-client-files` directory.
23
+
24
+
25
+
2 - Build the custom system Oracle-based image. The image tag must be a fixed image tag as in the following example:
0 commit comments