Clone DB HOME
Clone DB HOME
mkfs.ext4 /dev/vg_tools/lv_orainventory
mkdir -p /tools/oraInventory
vi /etc/fstab
chown oracle:dba oraInventory
chmod 775 oraInventory
======
cd /oracle/12.1.0.2/clone/bin
========
cd /oracle/18/clone/bin
======
su - oracle
cd /oracle/19.13/clone/bin
===
19.x:Clone.pl script is deprecated and how to clone using gold-image (Doc ID
2565006.1)
1) cd /oracle/19.13
2) runInstaller -createGoldImage -destinationLocation /tmp/19c_goldimage
No X11 DISPLAY variable was set, but this program performed an operation which
requires it.
4) cd /oracle/19.22
unzip /backup/Oracle/GoldImage/Oracle_19.22_db_home_2024-03-28_05-13-32AM.zip
oracle.install.db.rootconfig.executeRootScript=true \
oracle.install.db.rootconfig.configMethod=ROOT
===============
Oracle RDBMS 19c is now certified on Oracle Linux 8. Unfortunately the Oracle
Universal Installer in Silent Mode fails when checking the OS version
Workaround 1
Set the OS parameter in your terminal to a previous version and re-start the Oracle
Universal Installer.
export CV_ASSUME_DISTID=OEL7.8
Workaround 2
Edit the file cvu_config which is located in $ORACLE_HOME/cv/admin, change the line
from
# Fallback to this distribution id
#CV_ASSUME_DISTID=OEL5
to
# Fallback to this distribution id
CV_ASSUME_DISTID=OEL7.8
Save the file and re-start the Oracle Universal Installer.
Transaction Summary
===================================================================================
==================================================================================
Install 16 Packages
Installed:
glibc-2.28-236.el8.7.i686 glibc-gconv-extra-2.28-236.el8.7.i686
keyutils-libs-1.5.10-9.el8.i686 krb5-libs-1.18.2-26.el8_9.i686
libcom_err-1.45.6-5.el8.i686 libnsl-2.28-236.el8.7.i686
libnsl-2.28-236.el8.7.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.i686
libselinux-2.9-8.el8.i686 libsepol-2.9-3.el8.i686
libtirpc-1.1.4-8.el8.i686 libverto-0.3.2-2.el8.i686
openssl-libs-1:1.1.1k-12.el8_9.i686 openssl-pkcs11-0.4.10-3.el8.i686
pcre2-10.32-3.el8_6.i686 zlib-1.2.11-25.el8.i686
Complete!