File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 33#
44# LICENSE UPL 1.0
55#
6- # Copyright (c) 1982-2024 Oracle and/or its affiliates. All rights reserved.
6+ # Copyright (c) 1982-2025 Oracle and/or its affiliates. All rights reserved.
77#
88# NAME
99# 06_do_RDBMS_software_installation
18181919#
2020# MODIFIED (MM/DD/YY)
21- # rcitton 03/30/20 - VBox libvirt & kvm support
22- # rcitton 11/06/18 - Creation
21+ # doverbyh 03/07/2025 - 19c support
22+ # rcitton 03/30/2020 - VBox libvirt & kvm support
23+ # rcitton 11/06/2018 - Creation
2324#
2425# REVISION
2526# 20240603 - $Revision: 2.0.2.1 $
@@ -36,6 +37,9 @@ unzip -oq /vagrant/ORCL_software/${DB_SOFTWARE}
3637echo " -----------------------------------------------------------------"
3738echo -e " ${INFO} ` date +%F' ' %T` : Installing RDBMS software"
3839echo " -----------------------------------------------------------------"
40+ if [ " ${DB_MAJOR} " == " 19" ]; then
41+ export CV_ASSUME_DISTID=OEL7.8
42+ fi
3943
4044${DB_HOME} /runInstaller -ignorePrereq -waitforcompletion -silent \
4145 -responseFile ${DB_HOME} /install/response/db_install.rsp \
Original file line number Diff line number Diff line change 33#
44# LICENSE UPL 1.0
55#
6- # Copyright (c) 1982-2024 Oracle and/or its affiliates. All rights reserved.
6+ # Copyright (c) 1982-2025 Oracle and/or its affiliates. All rights reserved.
77#
88# NAME
99# 06_do_RDBMS_software_installation
18181919#
2020# MODIFIED (MM/DD/YY)
21- # rcitton 03/30/20 - VBox libvirt & kvm support
22- # rcitton 11/06/18 - Creation
21+ # doverbyh 03/07/2025 - 19c support
22+ # rcitton 03/30/2020 - VBox libvirt & kvm support
23+ # rcitton 11/06/2018 - Creation
2324#
2425# REVISION
2526# 20240603 - $Revision: 2.0.2.1 $
@@ -36,6 +37,9 @@ unzip -oq /vagrant/ORCL_software/${DB_SOFTWARE}
3637echo " -----------------------------------------------------------------"
3738echo -e " ${INFO} ` date +%F' ' %T` : Installing RDBMS software"
3839echo " -----------------------------------------------------------------"
40+ if [ " ${DB_MAJOR} " == " 19" ]; then
41+ export CV_ASSUME_DISTID=OEL7.8
42+ fi
3943
4044${DB_HOME} /runInstaller -ignorePrereq -waitforcompletion -silent \
4145 -responseFile ${DB_HOME} /install/response/db_install.rsp \
You can’t perform that action at this time.
0 commit comments