Skip to content

Commit

Permalink
Update to APEX 24.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hallty-uob committed Jun 17, 2024
1 parent bd13fac commit 9afadc8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion database/ol7_19/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export ORACLE_HOME=${ORACLE_BASE}/${ORACLE_HOME_EXT}
# Database installation settings.
export SOFTWARE_DIR=/u01/software
export DB_SOFTWARE="LINUX.X64_193000_db_home.zip"
export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export ORACLE_PASSWORD="oracle"
export SCRIPTS_DIR=/home/oracle/scripts

Expand Down
2 changes: 1 addition & 1 deletion database/ol7_21/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export READONLY_HOME=${ORACLE_BASE}/homes/OraDB21Home1
# Database installation settings.
export SOFTWARE_DIR=/u01/software
export DB_SOFTWARE="LINUX.X64_213000_db_home.zip"
export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export ORACLE_PASSWORD="oracle"
export SCRIPTS_DIR=/home/oracle/scripts

Expand Down
2 changes: 1 addition & 1 deletion database/ol8_19/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export ORACLE_HOME=${ORACLE_BASE}/${ORACLE_HOME_EXT}
# Database installation settings.
export SOFTWARE_DIR=/u01/software
export DB_SOFTWARE="LINUX.X64_193000_db_home.zip"
export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export ORACLE_PASSWORD="oracle"
export SCRIPTS_DIR=/home/oracle/scripts

Expand Down
2 changes: 1 addition & 1 deletion database/ol8_21/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export READONLY_HOME=${ORACLE_BASE}/homes/OraDB21Home1
# Database installation settings.
export SOFTWARE_DIR=/u01/software
export DB_SOFTWARE="LINUX.X64_213000_db_home.zip"
export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export ORACLE_PASSWORD="oracle"
export SCRIPTS_DIR=/home/oracle/scripts

Expand Down
2 changes: 1 addition & 1 deletion database/ol8_23/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export READONLY_HOME=${ORACLE_BASE}/homes/OraDB23Home1
# Database installation settings.
export SOFTWARE_DIR=/u01/software
export DB_SOFTWARE="db_home.zip"
export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export ORACLE_PASSWORD="oracle"
export SCRIPTS_DIR=/home/oracle/scripts

Expand Down
2 changes: 1 addition & 1 deletion database/ol8_23_free/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export INSTALL_APEX=true
export INSTALL_ORDS="true"
export DB_SOFTWARE=oracle-database-free-23ai-1.0-1.el8.x86_64.rpm

export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export APEX_EMAIL="[email protected]"
export APEX_PASSWORD="ApexPassword1"

Expand Down
2 changes: 1 addition & 1 deletion database/ol9_19/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export ORACLE_HOME=${ORACLE_BASE}/${ORACLE_HOME_EXT}
# Database installation settings.
export SOFTWARE_DIR=/u01/software
export DB_SOFTWARE="LINUX.X64_193000_db_home.zip"
export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export ORACLE_PASSWORD="oracle"
export SCRIPTS_DIR=/home/oracle/scripts

Expand Down
2 changes: 1 addition & 1 deletion database/ol9_23_free/config/install.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export INSTALL_APEX=true
export INSTALL_ORDS="true"
export DB_SOFTWARE=oracle-database-free-23ai-1.0-1.el9.x86_64.rpm

export APEX_SOFTWARE="apex_23.2_en.zip"
export APEX_SOFTWARE="apex_24.1_en.zip"
export APEX_EMAIL="[email protected]"
export APEX_PASSWORD="ApexPassword1"

Expand Down

0 comments on commit 9afadc8

Please sign in to comment.