 |
北京总部: 4006-505-646 |
天 津 部: 4006-505-646 |
上 海 部: 4006-505-646 |
深 圳 部: 4006-505-646 |
广 州 部: 4006-505-646 |
重 庆 部: 4006-505-646 |
南 京 部: 4006-505-646 |
其它地区: 4006-505-646 | | |
|
 |
 |
AIX下字符界面安装oracle 10g过程
bos.perf.proctools 5.2.0.11 APPLIED Proc Filesystem Tools 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 4.3.手工创建如下目录: /home/oracle/admin/test/cdump /home/oracle/admin/test/bdump /home/oracle/admin/test/udump /home/oracle/admin/test/pfile /home/oracle/oradata/test 附:我的.profile文件 if [ -s "$MAIL" ] # This is at Shell startup. In normal then echo "$MAILMSG" # operation, the Shell checks fi # periodically. # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs ORACLE_HOME=/home/oracle/product/10.2.0; 本新闻共 6页,当前在第 4页 1 2 3 4 5 6 | |
 |
上一篇:Linux 9i下Dataguard配置 |
下一篇:关于SCO unix 系统下定时备份oracle数据库dmp文件 | |
 | | |