Welcome 微信登录

首页 / 数据库 / MySQL / Fedora8下安装ORACLE10G数据库图文详解

Fedora8下安装Oracle10G数据库其实不容易,本人经过一段时间的探索终于安装成功了!现把整个过程分享一下。1.Download Software 
10201_database_linux32.zip2.解压文件unzip 10201_database_linux32.zip3.Host Filevi /etc/hosts 一般不用修改,也可配置真实ip,格式为<IP-address>  <fully-qualified-machine-name>  <machine-name>4.Set Kernel ParametersAdd the following lines to the /etc/sysctl.conf file:kernel.shmall = 2097152kernel.shmmax = 2147483648kernel.shmmni = 4096# semaphores: semmsl, semmns, semopm, semmnikernel.sem = 250 32000 100 128fs.file-max = 65536net.ipv4.ip_local_port_range = 1024 65000net.core.rmem_default=262144net.core.rmem_max=262144net.core.wmem_default=262144net.core.wmem_max=262144Run the following command to change the current kernel parameters:/sbin/sysctl -pAdd the following lines to the /etc/security/limits.conf file:
*               soft    nproc   2047*               hard    nproc   16384*               soft    nofile  1024*               hard    nofile  65536
Add the following line to the /etc/pam.d/login file, if it does not already exist:session    required     /lib/security/pam_limits.so
Disable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:SELINUX=disabled
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9..
  • 11
  • 下一页
oracle的job不能运行问题的解决方法Oracle 9i for linux完美成功安装方法分享相关资讯      Fedora8  ORACLE10 
  • Fedora8下aMule和Azureus设置心得  (06/11/2008 05:56:35)
  • Fedora8 Gnome桌面环境下安装EVA   (05/13/2008 05:46:47)
  • Fedora 8下用Wine 0.9.58 跑QQ2008  (05/11/2008 13:14:05)
  • Fedora7、Fedora8、Fedora9 安装截  (06/03/2008 06:20:25)
  • Fedora 8 更新提示插入光盘问题的  (05/11/2008 16:16:55)
  • Fedora 8下DHCP获取DNS信息的问题  (05/10/2008 05:31:02)
本文评论 查看全部评论 (0)
表情: 姓名: 字数