Skip to content

Commit 6892c0d

Browse files
authored
Merge pull request #36 from fuzziebrain/issue-035
Updated for ORDS 20.4
2 parents d35c8ac + 00c24f1 commit 6892c0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2. Download the installer files:
2020
* [Oracle Database 18c XE](https://oracle.com/xe) or any of the required installation files from [OTN](https://www.oracle.com/technetwork/database/) (supports versions up to 19.3 as of April 25, 2019)
2121
* [Oracle Application Express](https://apex.oracle.com/download) (supports versions up 20.2 as of October 21, 2020)
22-
* [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (supports versions up to 20.2.1 as of October 21, 2020)
22+
* [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (supports versions up to 20.4 as of January 16, 2021)
2323
* [Java Development Kit SE 8](https://www.oracle.com/technetwork/java/javase/downloads/) (**IMPORTANT**: Please download the tarball, e.g. `jdk-8u271-linux-x64.tar.gz`.)
2424
3. Place all four files in the sub-directory `files`.
2525
4. Create a new file that contains the required variables. Make a copy of `settings.env.sample`, e.g. `mysettings.env`, and modify as desired. The file should contain the following variables:
@@ -34,7 +34,7 @@
3434
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
3535
ORDS_PUBLIC_USER_PWD=Oracle18_4
3636
INSTALL_FILE_APEX=apex_20.2.zip
37-
INSTALL_FILE_ORDS=ords-20.2.1.227.0350.zip
37+
INSTALL_FILE_ORDS=ords-20.4.1.013.1644.zip
3838
INSTALL_FILE_JAVA=jdk-8u271-linux-x64.tar.gz
3939
DOCKER_ORDS_PORT=50080
4040
DOCKER_EM_PORT=55500

settings.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APEX_LISTENER_PWD=Oracle18_2
88
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
99
ORDS_PUBLIC_USER_PWD=Oracle18_4
1010
INSTALL_FILE_APEX=apex_20.2.zip
11-
INSTALL_FILE_ORDS=ords-20.2.1.227.0350.zip
11+
INSTALL_FILE_ORDS=ords-20.4.1.013.1644.zip
1212
INSTALL_FILE_JAVA=jdk-8u271-linux-x64.tar.gz
1313
DOCKER_ORDS_PORT=50080
1414
DOCKER_EM_PORT=55500

settings_db19c.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APEX_LISTENER_PWD=Oracle19_2
88
APEX_REST_PUBLIC_USER_PWD=Oracle19_3
99
ORDS_PUBLIC_USER_PWD=Oracle19_4
1010
INSTALL_FILE_APEX=apex_20.2.zip
11-
INSTALL_FILE_ORDS=ords-20.2.1.227.0350.zip
11+
INSTALL_FILE_ORDS=ords-ords-20.4.1.013.1644.zip
1212
INSTALL_FILE_JAVA=jdk-8u271-linux-x64.tar.gz
1313
DOCKER_ORDS_PORT=50080
1414
DOCKER_EM_PORT=55500

0 commit comments

Comments
 (0)