Linux As4 u4 oracle10R2 安装
 
Linux As4 u4 oracle10R2 安装

1.系统补丁安装

软件环境
数据库:10201_database_linux32.zip
操作系统:linux as4 u4
工具软件: xmanager企业版3.0
系统安装包

desktops

x window system
gnome desktop environment
kde

applications

editors
engineering and scientific
graphical internet
text-based internet
office/productivity
graphics

servers

server configuration tools
web server
mail server
windows file server
dns name server
ftp server
postgresql database
mysql database
network servers
legacy network server

development

选择全部组件(默认安装)

系统工具

选择全部组件(默认安装)

(root user login)
Red Hat Enterprise Linux 3.0 and 4.0, and Asianux 1.0
and Asianux 2.0

make-3.79.1
gcc-3.2.3-34
glibc-2.3.2-95.20
compat-db-4.0.14-5
compat-gcc-7.3-2.96.128
compat-gcc-c++-7.3-2.96.128

compat-libstdc++-7.3-2.96.128
compat-libstdc++-devel-7.3-2.96.128
openmotif21-2.1.30-8
setarch-1.3-1

补丁下载站点
[url]http://rpm.pbone.net/[/url]
2.user and group(root user login)

[root@oradb ora10install patch]# groupadd oinstall
[root@oradb ora10install patch]# groupadd dba
[root@oradb ora10install patch]# id oracle
id: oracle: No such user
[root@oradb ora10install patch]# useradd -g oinstall -G dba oracle
[root@oradb ora10install patch]# id oracle
uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba)
[root@oradb ora10install patch]# passwd oracle
Changing password for user oracle.
New UNIX password: 
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password: 
passwd: all authentication tokens updated successfully.

3. sysctl.conf(root user login)

[root@oradb ora10install patch]# vi /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 = 262144
net.core.rmem_max = 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144
同步配置
/sbin/sysctl –p 
4.limits.conf(root user login)

[root@oradb ora10install patch]# vi /etc/security/limits.conf

oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536

5.login file(root user login)

Add the following line to the /etc/pam.d/login file, if it
does not already exist:

# pam_selinux.so open should be the last session rule
session    required     pam_selinux.so open
session required /lib/security/pam_limits.so

6.profile file(root user login)

For the Bourne, Bash, or Korn shell, add the following
lines in the /etc/profile file (or the
/etc/profile.local file on SUSE systems):
if [ $USER = "oracle" ]; then
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
fi

7.dir(root user login)

[root@oradb pam.d]# mkdir -p /opt/app/oracle
[root@oradb pam.d]# chown -R oracle:oinstall /opt/app/oracle
[root@oradb pam.d]# chmod -R 755 /opt/app/oracle

8.oracle user eviroment(oracle user login)

[root@oradb opt]# su - oracle
[oracle@oradb ~]$ echo $SHELL
/bin/bash
[oracle@oradb ~]$ vi .bash_profile

# User specific environment and startup programs

export ORACLE_BASE=/opt/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
export ORACLE_SID=ora10
export ORACLE_TERM=xterm
export PATH=$ORACLE_HOME/bin:$PATH:/usr/sbin:$HOME/bin
 
unset USERNAME
 
装oracle软件

1.使用xmanager的 xshell客户端,用oracle用户登录。
如果用的是X模式,要把DISPLAY设置如下: 
  DISPLAY=<machine-name>:0.0; export DISPLAY 
2.使用xmanager的xftp客户端,root用户把压缩文件传到linux服务器上
[root@oradb ~]# unzip 10201_database_linux32.zip
2.使用xmanager的 xstart 客户端进入/database目录,用如下命令开始安装: 
  ./runInstaller 
  3.在安装过程中输入合适的ORACLE_HOME和实例名。详细过程就不说了,大家看着提示填写就好。完成后的画面中会有管理端入口地址和sqlplus入口地址。

  安装后配置 
  1.编辑/etc/oratab文件设置每个实例的重启标志为“Y”: 
  TSH1:/u01/app/oracle/product/10.2.0/db_1:Y

参考文档

1.压缩包10201_database_linux32.zip中,目录10201_database_linux32.zip\database\doc\install.102下的b15660,b15661文档

本文转自 pgmia 51CTO博客,原文链接:http://blog.51cto.com/heyiyi/127115

Linux As4 u4 oracle10R2 安装相关推荐

  1. Linux下cacti的安装RedHat9,RedHat AS4

    Linux下cacti的安装RedHat9,RedHat AS4 2007-12-22 21:47:28   Cacti安装手册         第一步. Cacti的架构  第三步. Cacti简介 ...

  2. linux 内核 82540网卡,Linux网卡as4.2 编译安装及配置准备

    Linux网卡as4.2 编译安装及配置准备 [日期:2008-03-28] 来源:Linux公社 作者:Linux整理 [字体:大 中 小] 确定make gcc kernel-devel包必须安装 ...

  3. linux安装oracle tar,在linux as4上用tar方式安装oracle 10g步骤教程-Oracle

    今天在linux as4上用tar方式安装oracle 10g,下面简单那记录步骤及安装过程中出现的问题. 原数据库所在服务器信息: [oracle@haoc2008 data]$ more /etc ...

  4. redhat enterprise linux as4下载,RedHat Enterprise Linux AS4下安装小企鹅输入法.doc

    RedHat Enterprise Linux AS4下安装小企鹅输入法 RedHat Enterprise Linux AS4下安装小企鹅输入法(五笔.拼音) 下载软件 fcitx-3.0.0-1. ...

  5. Install VMware tools 解决(物理主机WIN7X64和VM下的REHAT LINUX AS4共享文件)

    这里以Windows 7 X64.VMware Workstation 8.Rehat Linux AS4为例,其它环境类似. 1. 准备工作 打开VMware WorkStation,并启动Reha ...

  6. Linux系统的各种安装方法与修复技巧

    Linux系统的各种安装方法与修复技巧 一.Linux的安装 1.光盘启动安装 没啥她说的,在BIOS中设置光驱启动系统,按提示一步一步安装就可心了. 2.U盘启动.硬盘安装 很多情况下,大家都是从网 ...

  7. Redhat linux AS4 环境下iSCSI协议配置

    Redhat linux AS4 环境下iSCSI协议配置<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:offi ...

  8. linux oracle异常,Linux上oracle常见安装异常总结

    Linux下oracle常见安装错误总结 错误一: /tmp/OraInstall2007-12-30_02-16-11PM/jre/1.4.2/lib/i386/libawt.so: libXp.s ...

  9. Informix install in linux as4 u5

    Informix11.5 linux as4 u5安装 一.软件包下载 在IBM网站上注册并下载安装包: iif.11.50.UC3DE.Linux-RHEL4.tar for   iif.11.50 ...

最新文章

  1. ORACLE SQL开发where子句之case-when
  2. C#并行编程(3):并行循环
  3. 多用户企业文件管理系统源码_设计项目管理系统,可以,并有必要
  4. 冒泡排序法C语言代码
  5. Pycharm安装numpy失败
  6. 机器学习_数学基础专题
  7. h3c防火墙服务器ip修改,H3C防火墙常用配置命令
  8. css精华怎么使用,css橄榄精华好用吗?css橄榄精华评测
  9. 喷码机墨盒堵了怎么修理清洗
  10. 如何接3D模型外包?外包如何报价?高手才能接外包?
  11. jq简单实现五星好评
  12. loopback回环接口
  13. 曹大嘴老师(本名:曹恒山老师)--沪师经纪
  14. 标志寄存器(六个状态标志位)
  15. UE4 安卓打包失败“Build-tool 31.0.0 is missing DX”
  16. java调用摄像头保存到图库_Java调用摄像头并拍摄保存
  17. 调用新浪微博客户端发送图片
  18. dockerfile拉取私库镜像_从私有仓库拉取镜像
  19. 宝塔面板安装php扩展
  20. Python随笔:彻底卸载Python和清除Python缓存数据

热门文章

  1. 为DataGridView的一个列加入DateTimePicker控件
  2. 纪客老白【每日答疑】设备的背板设计问题!
  3. 关于OFFICE2003文字识别控件
  4. 可爱的二代身份证终于到手了
  5. 淘宝获得商品销量详情API调用展示
  6. BGP状态机及其总结
  7. 2018年宝鸡市高考复课报告会材料
  8. FPGA项目开发:204B实战应用-LMK04821代码详解(二)
  9. debug 神器 gem 'pry-rails'
  10. html 课件DW,DW《网页设计与制作》教学课件.ppt