File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# LICENSE UPL 1.0
5
5
#
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.
7
7
#
8
8
# NAME
9
9
# 06_do_RDBMS_software_installation
18
18
19
19
#
20
20
# 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
23
24
#
24
25
# REVISION
25
26
# 20240603 - $Revision: 2.0.2.1 $
@@ -36,6 +37,9 @@ unzip -oq /vagrant/ORCL_software/${DB_SOFTWARE}
36
37
echo " -----------------------------------------------------------------"
37
38
echo -e " ${INFO} ` date +%F' ' %T` : Installing RDBMS software"
38
39
echo " -----------------------------------------------------------------"
40
+ if [ " ${DB_MAJOR} " == " 19" ]; then
41
+ export CV_ASSUME_DISTID=OEL7.8
42
+ fi
39
43
40
44
${DB_HOME} /runInstaller -ignorePrereq -waitforcompletion -silent \
41
45
-responseFile ${DB_HOME} /install/response/db_install.rsp \
Original file line number Diff line number Diff line change 3
3
#
4
4
# LICENSE UPL 1.0
5
5
#
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.
7
7
#
8
8
# NAME
9
9
# 06_do_RDBMS_software_installation
18
18
19
19
#
20
20
# 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
23
24
#
24
25
# REVISION
25
26
# 20240603 - $Revision: 2.0.2.1 $
@@ -36,6 +37,9 @@ unzip -oq /vagrant/ORCL_software/${DB_SOFTWARE}
36
37
echo " -----------------------------------------------------------------"
37
38
echo -e " ${INFO} ` date +%F' ' %T` : Installing RDBMS software"
38
39
echo " -----------------------------------------------------------------"
40
+ if [ " ${DB_MAJOR} " == " 19" ]; then
41
+ export CV_ASSUME_DISTID=OEL7.8
42
+ fi
39
43
40
44
${DB_HOME} /runInstaller -ignorePrereq -waitforcompletion -silent \
41
45
-responseFile ${DB_HOME} /install/response/db_install.rsp \
You can’t perform that action at this time.
0 commit comments