File tree Expand file tree Collapse file tree 2 files changed +33
-8
lines changed Expand file tree Collapse file tree 2 files changed +33
-8
lines changed Original file line number Diff line number Diff line change 1+ # Description
2+ # ===========
3+ # * Oracle Database 18c Express Edition
4+ # * Database features:
5+ # * Patching allowed? No
6+ # * OML4R supported? No
7+ # * ORDS features:
8+ # * REST-enabled? Yes
9+ # * SQL Developer Web? Yes
10+ # * Database API? Yes
11+ # * Java installed using OpenJDK version 11 binaries available through the Oracle Yum repositories.
12+
113ORACLE_SID=XE
214ORACLE_PDB=XEPDB1
315ORACLE_PWD=Oracle18
@@ -8,8 +20,8 @@ APEX_LISTENER_PWD=Oracle18_2
820APEX_REST_PUBLIC_USER_PWD=Oracle18_3
921ORDS_PUBLIC_USER_PWD=Oracle18_4
1022INSTALL_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
23+ INSTALL_FILE_ORDS=ords-21.2.0.174.1826 .zip
24+ INSTALL_FILE_JAVA=openjdk11
1325DOCKER_ORDS_PORT=50080
1426DOCKER_EM_PORT=55500
1527DOCKER_DB_PORT=51521
Original file line number Diff line number Diff line change 1+ # Description
2+ # ===========
3+ # * Oracle Database 19c Enterprise Edition
4+ # * Database features:
5+ # * Patching allowed? Yes
6+ # * OML4R supported? Yes
7+ # * ORDS features:
8+ # * REST-enabled? Yes
9+ # * SQL Developer Web? No
10+ # * Database API? No
11+ # * Java 8 server runtime engine downloaded from Oracle
12+
113ORACLE_SID=ORCL
214ORACLE_PDB=PDB01
315ORACLE_PWD=Oracle19
@@ -8,17 +20,18 @@ APEX_LISTENER_PWD=Oracle19_2
820APEX_REST_PUBLIC_USER_PWD=Oracle19_3
921ORDS_PUBLIC_USER_PWD=Oracle19_4
1022INSTALL_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
23+ INSTALL_FILE_ORDS=ords-21.2.0.174.1826 .zip
24+ INSTALL_FILE_JAVA=server-jre -8u291-linux-x64.tar.gz
1325DOCKER_ORDS_PORT=50080
1426DOCKER_EM_PORT=55500
1527DOCKER_DB_PORT=51521
1628DB_VERSION=19.3.0
1729DB_EDITION=ee
1830DOCKER_NETWORK_NAME=das_network
19- ALLOW_DB_PATCHING=N
20- OML4R_SUPPORT=N
31+ ALLOW_DB_PATCHING=Y
32+ OML4R_SUPPORT=Y
2133REST_ENABLED_SQL=Y
2234RTU_ENABLED=N
23- SQLDEVWEB=Y
24- DATABASEAPI=Y
35+ SQLDEVWEB=N
36+ DATABASEAPI=N
37+ FILES_DIR=/software/oracle
You can’t perform that action at this time.
0 commit comments