Skip to content

Commit b0ca47b

Browse files
committed
Updated sample settings files.
1 parent 36ec462 commit b0ca47b

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

settings.env.sample

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
ORACLE_SID=XE
214
ORACLE_PDB=XEPDB1
315
ORACLE_PWD=Oracle18
@@ -8,8 +20,8 @@ APEX_LISTENER_PWD=Oracle18_2
820
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
921
ORDS_PUBLIC_USER_PWD=Oracle18_4
1022
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
23+
INSTALL_FILE_ORDS=ords-21.2.0.174.1826.zip
24+
INSTALL_FILE_JAVA=openjdk11
1325
DOCKER_ORDS_PORT=50080
1426
DOCKER_EM_PORT=55500
1527
DOCKER_DB_PORT=51521

settings_db19c.env.sample

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
ORACLE_SID=ORCL
214
ORACLE_PDB=PDB01
315
ORACLE_PWD=Oracle19
@@ -8,17 +20,18 @@ APEX_LISTENER_PWD=Oracle19_2
820
APEX_REST_PUBLIC_USER_PWD=Oracle19_3
921
ORDS_PUBLIC_USER_PWD=Oracle19_4
1022
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
23+
INSTALL_FILE_ORDS=ords-21.2.0.174.1826.zip
24+
INSTALL_FILE_JAVA=server-jre-8u291-linux-x64.tar.gz
1325
DOCKER_ORDS_PORT=50080
1426
DOCKER_EM_PORT=55500
1527
DOCKER_DB_PORT=51521
1628
DB_VERSION=19.3.0
1729
DB_EDITION=ee
1830
DOCKER_NETWORK_NAME=das_network
19-
ALLOW_DB_PATCHING=N
20-
OML4R_SUPPORT=N
31+
ALLOW_DB_PATCHING=Y
32+
OML4R_SUPPORT=Y
2133
REST_ENABLED_SQL=Y
2234
RTU_ENABLED=N
23-
SQLDEVWEB=Y
24-
DATABASEAPI=Y
35+
SQLDEVWEB=N
36+
DATABASEAPI=N
37+
FILES_DIR=/software/oracle

0 commit comments

Comments
 (0)