我想在linux系统下面安装oracle11g,从网上搜贴知道,安装oracle前先要安装一些安装包。我安装了如下包:
rpm -Uvh binutils-2.* 
rpm -Uvh elfutils-libelf-0.* 
rpm -Uvh glibc-2.* 
rpm -Uvh glibc-common-2.* 
rpm -Uvh libaio-0.* 
rpm -Uvh libgcc-4.* 
rpm -Uvh libstdc++-4.* 
rpm -Uvh make-3.* 
rpm -Uvh elfutils-libelf-devel-0.* 
rpm -Uvh glibc-devel-2.* 
rpm -Uvh gcc-4.* 
rpm -Uvh gcc-c++-4.* 
rpm -Uvh libstdc++-devel-4.* 
rpm -Uvh unixODBC-2.* 但是这三个安装时报错
yum install libaio libaio-devel 
yum install unixODBC-devel 
yum install sysstat 错误是:
Loaded plugins: refresh-packagekit
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f9&arch=i386 error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot retrieve repository metadata (repomd.xml) for repository: updates.我还是linux门外汉,对于这个错误处理不了,还望各位路过的提供点解决的方法哈!