Tuesday, April 7, 2020

oracle 19c Installation Fails with error libclntsh.so

While installation  19c oracle home we are facing below issue.


Issue:- 
1) libclntsh.so: file format not recognized; treating as linker script.
2) unzip issue cannot find LINUX.X64_193000_db_home.zip


Solution:-

[root@ebs143 dbhome_1]# chmod -R 644 LINUX.X64_193000_db_home.zip 
[root@ebs143 dbhome_1]# ll
total 2988000
-rw-r--r-- 1 root root 3059705302 Apr  7 22:21 LINUX.X64_193000_db_home.zip
[root@ebs143 dbhome_1]# chown -R oracle:dba LINUX.X64_193000_db_home.zip 
[root@ebs143 dbhome_1]# yum install zip
Loaded plugins: langpacks, ulninfo
Package zip-3.0-11.el7.x86_64 already installed and latest version
Nothing to do
[root@ebs143 dbhome_1]# yum install unzip 
Loaded plugins: langpacks, ulninfo
Resolving Dependencies
--> Running transaction check
---> Package unzip.x86_64 0:6.0-19.el7 will be installed

       Protected multilib versions: unzip-6.0-19.el7.x86_64 != unzip-5.40-1.i386
[root@ebs143 dbhome_1]# yum remove unzip

root@ebs143 dbhome_1]# yum install unzip 
Loaded plugins: langpacks, ulninfo
Resolving Dependencies
--> Running transaction check
---> Package unzip.x86_64 0:6.0-19.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================
 Package         Arch             Version                 Repository              Size
=======================================================================================
Installing:
 unzip           x86_64           6.0-19.el7              InstallMedia           169 k

Transaction Summary
=======================================================================================
Install  1 Package

Total download size: 169 k
Installed size: 365 k
Is this ok [y/d/N]: Y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : unzip-6.0-19.el7.x86_64                                             1/1 
  Verifying  : unzip-6.0-19.el7.x86_64                                             1/1 

Installed:
  unzip.x86_64 0:6.0-19.el7                                                            

Complete!
[root@ebs143 dbhome_1]# 

Complete the installation.




No comments:

Post a Comment

Featured post

Migrate OCR & vote from external to normal or High redundancy in ASM

How to Move OCR & Vote from external to Normal or high. 1)  Create New diskgroup(CRS) with suitable redundancy for OCR and Voting files....

Popular Posts