Skip to content

Commit ba0a211

Browse files
committed
Support for APEX 21.1
1 parent c72fa54 commit ba0a211

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
1. Git clone this repository and set it as the working directory.
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)
21-
* [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.4 as of January 16, 2021)
23-
* [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`.)
21+
* [Oracle Application Express](https://apex.oracle.com/download) (supports versions up 21.1 as of May 12, 2021)
22+
* [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (supports versions up to 20.4.3 as of May 12, 2021)
23+
* [Java Development Kit SE 8](https://www.oracle.com/technetwork/java/javase/downloads/) (**IMPORTANT**: Please download the tarball, e.g. `jdk-8u291-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:
2626
```bash
@@ -33,9 +33,9 @@
3333
APEX_LISTENER_PWD=Oracle18_2
3434
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
3535
ORDS_PUBLIC_USER_PWD=Oracle18_4
36-
INSTALL_FILE_APEX=apex_20.2.zip
37-
INSTALL_FILE_ORDS=ords-20.4.1.013.1644.zip
38-
INSTALL_FILE_JAVA=jdk-8u271-linux-x64.tar.gz
36+
INSTALL_FILE_APEX=apex_21.1.zip
37+
INSTALL_FILE_ORDS=ords-20.4.3.050.1904.zip
38+
INSTALL_FILE_JAVA=jdk-8u291-linux-x64.tar.gz
3939
DOCKER_ORDS_PORT=50080
4040
DOCKER_EM_PORT=55500
4141
DOCKER_DB_PORT=51521

settings.env.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ APEX_PUBLIC_USER_PWD=Oracle18_1
77
APEX_LISTENER_PWD=Oracle18_2
88
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
99
ORDS_PUBLIC_USER_PWD=Oracle18_4
10-
INSTALL_FILE_APEX=apex_20.2.zip
11-
INSTALL_FILE_ORDS=ords-20.4.1.013.1644.zip
12-
INSTALL_FILE_JAVA=jdk-8u271-linux-x64.tar.gz
10+
INSTALL_FILE_APEX=apex_21.1.zip
11+
INSTALL_FILE_ORDS=ords-20.4.3.050.1904.zip
12+
INSTALL_FILE_JAVA=jdk-8u291-linux-x64.tar.gz
1313
DOCKER_ORDS_PORT=50080
1414
DOCKER_EM_PORT=55500
1515
DOCKER_DB_PORT=51521

settings_db19c.env.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ APEX_PUBLIC_USER_PWD=Oracle19_1
77
APEX_LISTENER_PWD=Oracle19_2
88
APEX_REST_PUBLIC_USER_PWD=Oracle19_3
99
ORDS_PUBLIC_USER_PWD=Oracle19_4
10-
INSTALL_FILE_APEX=apex_20.2.zip
11-
INSTALL_FILE_ORDS=ords-20.4.1.013.1644.zip
12-
INSTALL_FILE_JAVA=jdk-8u271-linux-x64.tar.gz
10+
INSTALL_FILE_APEX=apex_21.1.zip
11+
INSTALL_FILE_ORDS=ords-20.4.3.050.1904.zip
12+
INSTALL_FILE_JAVA=jdk-8u291-linux-x64.tar.gz
1313
DOCKER_ORDS_PORT=50080
1414
DOCKER_EM_PORT=55500
1515
DOCKER_DB_PORT=51521

0 commit comments

Comments
 (0)