AIX下字符界面安装oracle 10g过程
2007-05-10 12:16:40 来源:WEB开发网核心提示: 3、要求安装了APARs(Authorized Problem Analysis Reports):localhost> /usr/sbin/instfix -i -k "IY43980 IY44810 IY45462 IY45707IY46214 IY46605 IY48
3、要求安装了APARs(Authorized Problem Analysis Reports):
localhost> /usr/sbin/instfix -i -k "IY43980 IY44810 IY45462 IY45707
IY46214 IY46605 IY48525 IY51801"
All filesets for IY43980 were found.
All filesets for IY44810 were found.
All filesets for IY45462 were found.
All filesets for IY45707 were found.
All filesets for IY46214 were found.
All filesets for IY46605 were found.
There was no data for IY48525 in the fix database.
There was no data for IY51801 in the fix database.
可以看到IY48525和IY51801没有安装,我们可以从网上下载它们然后安装上,这里是下载地址:https://techsupport.services.ibm.com/server/aix.fdc
但实际上,这两个补丁是针对SDK1.4的, 如果不用1.4完全可以不理。
4、创建Oracle10g用户和组,并创建相关目录(这一步是最关键的)
注意哦,认真操作每一个步骤哦 ^-^ ^-^ ^-^ ^-^ ^-^
useradd –u oracle –g oinstall –G dba –d /home/oracle –s /usr/bin/bash –m oracle
passwd oracle
完成以后:用oracle用户进行登陆修改 .profile
su - oracle
4.1.设置系统环境变量:(一般情况是在/HOME/ORACLE)
ORACLE_HOME=/home/oracle/product/10.2.0
ORACLE_BASE=/home/oracle
4.2.系统规划:(这里用TEST)
实例名称ORACLE_SID=test
数据库名称:test
更多精彩
赞助商链接