Hello Friends,
In this post we will talk about how we can install oracle clinet 19c on Oracle Linux 8.8
Work on GGHost :
Unzip Oracle client : Version used 19c
[oracle@Goldengate oracle]$ ls -ltr
total 1108316
-rw-r--r--. 1 oracle oinstall 1134912540 Oct 28 14:15 LINUX.X64_193000_client.zip
drwxr-xr-x. 3 oracle oinstall 21 Oct 28 18:05 app
[oracle@Goldengate oracle]$ unzip --q LINUX.X64_193000_client.zip
Archive: LINUX.X64_193000_client.zip
creating: client/
inflating: client/runInstaller
creating: client/install/
inflating: client/install/runInstaller.sh
inflating: client/install/.oui
creating: client/install/images/
creating: client/install/resource/
inflating: client/install/resource/cons.nls
inflating: client/install/resource/cons_ja.nls
inflating: client/install/resource/cons_zh_CN.nls
inflating: client/install/resource/cons_fr.nls
inflating: client/install/resource/cons_es.nls
inflating: client/install/resource/cons_zh_TW.nls
inflating: client/install/resource/cons_it.nls
inflating: client/install/resource/cons_ko.nls
inflating: client/install/resource/cons_de.nls
inflating: client/install/resource/cons_pt_BR.nls
inflating: client/install/lsnodes
extracting: client/install/addLangs.sh
inflating: client/install/attachHome.sh
inflating: client/install/oraparam.ini.deinstall
inflating: client/install/oraparam.ini
inflating: client/install/detachHome.sh
inflating: client/install/clusterparam.ini
creating: client/response/
inflating: client/response/client_install.rsp
inflating: client/response/netca.rsp
creating: client/stage/
creating: client/stage/Components/
creating: client/stage/Components/oracle.has.rsf/
creating: client/stage/Components/oracle.has.rsf/19.0.0.0.0/
Extracted Files :
[oracle@Goldengate client]$ ls -ltr
total 24
-rwxrwxr-x. 1 oracle oinstall 500 Feb 6 2013 welcome.html
-rwxr-xr-x. 1 oracle oinstall 8854 Apr 17 2019 runInstaller
drwxr-xr-x. 4 oracle oinstall 4096 Apr 17 2019 install
drwxrwxr-x. 2 oracle oinstall 49 Apr 17 2019 response
drwxr-xr-x. 15 oracle oinstall 4096 Apr 17 2019 stage
[oracle@Goldengate client]$
export _JAVA_OPTIONS="-Djava.io.tmpdir=/tmp"
export CV_ASSUME_DISTID=OEL7.6
RPM install for Oracle Client :
[root@Goldengate Packages]# rpm -ivh ksh-20120801-257.0.1.el8.x86_64.rpm
warning: ksh-20120801-257.0.1.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ad986da3: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:ksh-20120801-257.0.1.el8 ################################# [100%]
[root@Goldengate Packages]# rpm -ivh java-11-openjdk-headless-11.0.18.0.10-2.el8_7.x86_64.rpm
warning: java-11-openjdk-headless-11.0.18.0.10-2.el8_7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ad986da3: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:java-11-openjdk-headless-1:11.0.1################################# [100%]
[root@Goldengate Packages]# rpm -ivh ttmkfdir-3.0.9-54.el8.x86_64.rpm
warning: ttmkfdir-3.0.9-54.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ad986da3: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:ttmkfdir-3.0.9-54.el8 ################################# [100%]
[root@Goldengate Packages]# rpm -ivh xorg-x11-fonts-Type1-7.5-19.el8.noarch.rpm
warning: xorg-x11-fonts-Type1-7.5-19.el8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID ad986da3: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:xorg-x11-fonts-Type1-7.5-19.el8 ################################# [100%]
[root@Goldengate Packages]# rpm -ivh java-11-openjdk-headless-11.0.18.0.10-2.el8_7.x86_64.rpm
warning: java-11-openjdk-headless-11.0.18.0.10-2.el8_7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ad986da3: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
package java-11-openjdk-headless-1:11.0.18.0.10-2.el8_7.x86_64 is already installed
[root@Goldengate Packages]# rpm -ivh libnsl-2.28-225.0.2.el8.x86_64.rpm
warning: libnsl-2.28-225.0.2.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ad986da3: NOKEY
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:libnsl-2.28-225.0.2.el8 ################################# [100%]
Start the install Of oracle client 19c :
[oracle@Goldengate client]$ ./runInstaller
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 415 MB. Actual 12328 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8191 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2023-10-29_02-21-17PM. Please wait ...[oracle@Goldengate client]$
Step 1 : Choose the type of client you wnat to install
Step 2 : Provide the home and Base directory
Step 3 : Provide the OraInventory Location and Group Name
Step 4 : Check the summary
Step 5 : Run the script provided as Root User
Step 6 : This screen Provides Info That Oracle Lient installation is complted Sucessfully
This completes he installation of Oracle Client .
Hope This Helps .
ConversionConversion EmoticonEmoticon