Skip to content

Commit 36c7b33

Browse files
Merge pull request #539 from oracle/rcitton
Rcitton
2 parents 164444b + 4ff2cdc commit 36c7b33

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

OracleDG/OL8/scripts/06_do_RDBMS_software_installation.sh

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
@@ -18,8 +18,9 @@
1818
1919
#
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}
3637
echo "-----------------------------------------------------------------"
3738
echo -e "${INFO}`date +%F' '%T`: Installing RDBMS software"
3839
echo "-----------------------------------------------------------------"
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 \

OracleDG/OL9/scripts/06_do_RDBMS_software_installation.sh

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
@@ -18,8 +18,9 @@
1818
1919
#
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}
3637
echo "-----------------------------------------------------------------"
3738
echo -e "${INFO}`date +%F' '%T`: Installing RDBMS software"
3839
echo "-----------------------------------------------------------------"
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 \

0 commit comments

Comments
 (0)