一、下载软件
从这里download Oracle10g for AIX5L的软件:
http://otn.oracle.com/software/products/database/oracle10g/htdocs/aix5lsoft.html
然后上传到server上。并使用gunzip和cpio解包解压:
$gunzip ship.db.aix.disk1.cpio.gz
$gunzip ship.db.aix.disk2.cpio.gz
$cpio -idcmv ship.db.aix.disk1.cpio
$cpio -idcmv ship.db.aix.disk2.cpio
二、确认系统硬件环境
Oracle10g最低安装要求:
512M物理内存、MIN(RAM*2,2G) SWAP空间、400M /TMP空间、4G Oracle目录空间、64位体系结构
下面是确认过程:
1、确认内存大小(1G)
localhost /usr/sbin/lsattr -E -l sys0 -a realmem
realmem 1048576 Amoun...[ 查看全文 ]