Oracle10g for AIX5L安装过程

http://tech.ddvip.com   2007年05月10日    社区交流

本文详细介绍Oracle10g for AIX5L安装过程

  Oracle10g来了,怎么着也要弄过来玩玩,为了跑的爽一点,实在懒得在自己的机器上装,之前Beta版的时候是借HP的一台RP7410进行测试的,庄家轮流做,这次又借了IBM一台M85来装Oracle10.1.0。下面是详细过程。

  一、下载软件

  从这里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 $cpio -idcmv

  二、确认系统硬件环境

  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 Amount of usable physical memory in Kbytes False

  这里oracle10g安装文档写错了,将“sys0(数字0)”写成了“sysO(字母O)”。

  2、确认SWAP空间,512M太小了,加到2G。

  localhost> /usr/sbin/lsps -a

  Page Space Physical Volume Volume Group Size %Used Active Auto Type

  hd6 hdisk0 rootvg 512MB 12 yes yes lv

  3、确认/TMP和Oracle目录空间(其中Oracle10g放在/data1下):

  localhost> df -k

  Filesystem 1024-blocks Free %Used Iused %Iused Mounted on

责编:豆豆技术应用

正在加载评论...