Hello Experts and Everyone !
Good NOON !
@ FYI
Sorry for posting almost related my previous questions. This is similar to my previous question but
NOT a duplicate question. so please don't lock this question. This thread having different doubts.
----------------------------------------------------------------------------------------------------------
I think , this time i did successfully installing packages using yum.
I have to install 10g r2( 10.2.0.1) on OEL 5.5.
Before installing oracle , i need some confirmation from experts because i am preparing doc for practice.
DID I FINISH SUCCESSFULLY ??
# cd /etc/yum.repos.d
# vi cd.repo
[cd]
name=CD
baseurl=file:///mnt/Server
enabled=1
gpgcheck=0
[root@oracle yum.repos.d]# yum repolist
Loaded plugins: security
repo id repo name status
cd CD enabled: 2,334
repolist: 2,334
[root@oracle yum.repos.d]# yum install kernel-headers
Loaded plugins: security
Setting up Install Process
Package kernel-headers-2.6.18-194.el5.i386 already installed and latest version Nothing to do
[root@oracle yum.repos.d] # yum install oracle-validated
Loaded plugins: security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package oracle-validated.i386 0:1.0.0-22.el5 set to be updated
--> Processing Dependency: libXp for package: oracle-validated
--> Processing Dependency: libaio-devel for package: oracle-validated
--> Processing Dependency: unixODBC for package: oracle-validated
--> Processing Dependency: unixODBC-devel for package: oracle-validated
--> Processing Dependency: compat-db for package: oracle-validated
--> Running transaction check
---> Package compat-db.i386 0:4.2.52-5.1 set to be updated
---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
---> Package unixODBC.i386 0:2.2.11-7.1 set to be updated
---> Package unixODBC-devel.i386 0:2.2.11-7.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
===============================================================================
Package Arch Version Repository Size
===============================================================================
Installing:
oracle-validated i386 1.0.0-22.el5 cd 15 k
Installing for dependencies:
compat-db i386 4.2.52-5.1 cd 1.7 M
libXp i386 1.0.0-8.1.el5 cd 22 k
libaio-devel i386 0.3.106-5 cd 12 k
unixODBC i386 2.2.11-7.1 cd 830 k
unixODBC-devel i386 2.2.11-7.1 cd 743 k
Transaction Summary
===============================================================================
Install 6 Package(s)
Upgrade 0 Package(s)
Total download size: 3.3 M
Is this ok [y/N]: y
Downloading Packages:
-------------------------------------------------------------------------------
Total 165 MB/s | 3.3 MB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : unixODBC 1/6
Installing : unixODBC-devel 2/6
Installing : libaio-devel 3/6
Installing : libXp 4/6
Installing : compat-db 5/6
Installing : oracle-validated 6/6
Installed:
oracle-validated.i386 0:1.0.0-22.el5
Dependency Installed:
compat-db.i386 0:4.2.52-5.1 libXp.i386 0:1.0.0-8.1.el5
libaio-devel.i386 0:0.3.106-5 unixODBC.i386 0:2.2.11-7.1
unixODBC-devel.i386 0:2.2.11-7.1
Complete!
[root@oracle yum.repos.d]#
Questions:
Before going to install oracle 10g on OEL 5.5 ,
Should i update following packages separately using yum or leave it ??
Oracle 10.2 for OEL 5 32bits
binutils-2.17.50.0.6-2.el5
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.125-3.el5
elfutils-libelf-devel-0.125
gcc-4.1.1-52
gcc-c++-4.1.1-52
glibc-2.5-12
glibc-common-2.5-12
glibc-devel-2.5-12
glibc-headers-2.5-12
libaio-0.3.106
libaio-devel-0.3.106
libgcc-4.1.1-52
libstdc++-4.1.1
libstdc++-devel-4.1.1-52.e15
make-3.81-1.1
sysstat-7.0.0
unixODBC-2.2.11
unixODBC-devel-2.2.11
>> I tried to update above packages , but getting error >>
[root@oracle yum.repos.d]# yum update binutils-2.17.50.0.6-2.el5
Loaded plugins: security
Skipping security plugin, no data
Setting up Update Process
No Match for argument: binutils-2.17.50.0.6-2.el5
No package binutils-2.17.50.0.6-2.el5 available.
No Packages marked for Update
Thanks in advance ..