快速业务通道

linux下oracle 10g的安装

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-22
er oracle # passwd oracle # /usr/sbin/groupadd dba # /usr/sbin/groupadd oinstall # /usr/sbin/groupadd oper # id oracle uid=505(oracle) gid=505(oracle) groups=505(oracle),509(dba),510(oper) 拥有帝国一切,皆有可能。欢迎访问phome.net

我们可以用一下命令来检测

8.编辑/etc/sysctl.conf文件,添加编辑如下

kernel.shmall = 2097152 kernel.shmmax = 2147483648 kernel.shmmni = 4096 kernel.sem = 250 32000 100 128 fs.file-max = 65536 net.ipv4.ip_local_port_range = 1024 65000 net.core.rmem_default = 1048576 net.core.rmem_max = 1048576 net.core.wmem_default = 262144 net.core.wmem_max = 262144

[root@node1 oracle]# sysctl -p

9.设置shell limits for oracle user #vim /etc/security/limits.conf oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 65536 #Vim /etc/pam.d/login 添加 session required /lib/security/pam_limits.so #vim /etc/profile file 添加 if [ $USER = "oracle" ]; then if [ $SHELL = "/bin/ksh" ]; then ulimit -p 16384 ulimit -n 65536 else ulimit -u 16384 -n 65536 fi fi

设置oracle用户的环境变量如下:

[oracle@song ~]# su – oracle

[oracle@song ~]$ vim ~/.bash_profile

PATH=$PATH:$HOME/bin:/u01/app/oracle/product/10.2.0/db_1/bin

ORACLE_BASE=/u01/app/oracle

export ORACLE_BASE

ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1

export ORACLE_HOME

echo PATH

10.创建oracle挂载安装目录,并修改其权限: # mkdir -p /u01/app/oracle/oradata # chown -R oracle:oinstall /u01/app/oracle/oradata # chmod -R 775 /u01/app/oracle/oradata 11.下在oracle软件包,并解压缩 [root@song oracle]# ls 10201_database_linux32.zip [root@song oracle]# unzip 10201_database_linux32.zip [root@song oracle]# ls 10201_database_linux32.zip database [root@song oracle]# unzip 10201_database_linux32.zip 12.安装oracle实例 [root@song database]# su - oracle [oracle@song ~]$ ls 10201_database_linux32.zip database [oracle@song ~]$ cd database/ [oracle@song database]$ ls doc install response runInstaller stage welcome.html [oracle@song database]$ ./runInstaller 出现以下图,我们作如下选择 拥有帝国一切,皆有可能。欢迎访问phome.net

[root@song db_1]# pwd

/u01/app/oracle/product/10.2.0/db_1

[root@song db_1]# ./root.sh

[root@song db_1]#cd /home/oracle/oralnventory/orainstRoot.sh

[root@song db_1]#./orainstRoot.sh

用以下命令开启配置数据库服务器图形化界面

[oracle@song ~]$ emctl start

[oracle@song ~]$ dbca

记着如图的地址,要用

在地址栏中填写刚才的地址,出现如下画面

正确的登录画面如下及表示创建成功

问题总结

1.在使用emctl 和dbca命令时出现没有命令:

解决方法:重新检查环境变量的设置

2.

可能是以下问题:

I. 无LISTERNER

a)[oracle@song ~]$netca =======è创建一个LISTENER

II. JianTingQi未启动

b) [oracle@song ~]$lsnrctl start

III.. 侦听器未启动

c) [oracle@song ~]$emctl start dbco

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号