SlideShare a Scribd company logo
1 of 13
Download to read offline
ORACLE11g 数据库在 AIX 5L 下的安装配置文档




                              目        录

1、安装Oracle            11G系统硬件要求 .........................................................2

2、安装oracle 11g 软件要求....................................................................3

3、设置相关系统参数 ..............................................................................5

4、建立用户、建立目录、设置环境变量 ..............................................6

5、开始Oracle系统安装............................................................................8
第1章 安装 Oracle 11G 系统硬件要求


内存最低 1G

/usr/sbin/lsattr -E -l sys0 -a realmem

装 oracle 磁盘空间至少 8G

df –k /oracle

临时目录/tmp 至少 150MB,

df –k /tmp

操作系统必须为 64 位

/usr/bin/getconf HARDWARE_BITMODE

交换分区,根据物理内存以下标准来设置

Available RAM                  Swap Space Required

Between 1024 MB and 2048 MB    1.5 times the size of RAM

Between 2049 MB and 8192 MB    Equal to the size of RAM

More than 8192 MB              0.75 times the size of RAM

/usr/sbin/lsps -a
第2章 安装 oracle 11g 软件要求


2.1 AIX 操作系统版本需求

The following is the operating system requirement for Oracle

Database 11g Release 1:


      AIX 5L version 5.3, TL 05, Service Pack 06


      AIX 6L version 6.1, TL 00, Service Pack 04 or later

        可以用以下命令检查操作系统版本

        Oslevel –s

        要是没达到上面要求,必须升级操作系统版本.


2.2 文件集需求

The following operating system filesets are required for Oracle

Database 11g Release 1:


  •   bos.adt.base

  •   bos.adt.lib

  •   bos.adt.libm

  •   bos.perf.libperfstat

  •   bos.perf.perfstat

  •   bos.perf.proctools

  •   xlC.aix50.rte:8.0.0.7 or later (AIX 5.3)
•     xlC.rte:8.0.0.7 or later (AIX 5.3)

 •     xlC.aix61.rte:9.0.0.1 or later (AIX 6.1)

 •     xlC.rte:9.0.0.1 or later (AIX 6.1)


 可以用以下命令来检查文件集是否安装


 lslpp -l bos.adt.base bos.adt.lib bos.adt.libm

 bos.perf.perfstat


  安装文件集命令为,先把需要安装的文件集拷贝到一个目录下


     Smitty install_all


2.3 Patch 需求

 •        Authorized Problem Analysis Reports (APARs) for AIX 5L

       v5.3:

          o    IY89080

          o    IY92037

          o    IY94343

          o    IZ01060 or efix for IZ01060

          o    IZ03260, or efix for IZ03260
第3章 设置相关系统参数




3.1Configure Shell Limits


Shell Limit (As Shown in smit) Recommended Value

Soft FILE size                    -1 (Unlimited)

Soft CPU time                     -1 (Unlimited)


                                  Note: This is the default value.

Soft DATA segment                 -1 (Unlimited)

Soft STACK size                   -1 (Unlimited)

Soft Real Memory size             -1 (Unlimited)


3.2 Configure System Configuration Parameters


   可以用以下命令来设置

   smit chgsys

   设置最大用户数以及进程数等

   设置 ncargs 参数,用以下命令

   /usr/sbin/chdev -l sys0 -a ncargs=128
第4章 建立用户、建立目录、设置环境变量


The following local operating system groups and users are required

if you are installing Oracle Database:


  •    The Oracle Inventory group (oinstall)

  •    The OSDBA group (dba)

  •    The Oracle software owner (oracle)


   smitty mkgroup       --分别建立 dba 和 oinstall 组

   smitty mkuser       --建立 oracle 用户,指向 dba 和 oinstall 组

   mkdir -p /oracle/product/11.1.0

   chown -R oracle:oinstall              /oracle

   chmod -R 775 /oracle

   设置环境变量

   Su – oracle

   Vi .profile

   输入以下内容

   PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin

   /X11:/sbin:.

   export PATH

   if [ -s "$MAIL" ]                 # This is at Shell startup.   In

      normal
then echo "$MAILMSG"          # operation, the Shell checks

 fi                            # periodically.

 ORACLE_BASE=/oracle;export ORACLE_BASE

 ORACLE_HOME=$ORACLE_BASE/product/11.1.0;export

 ORACLE_HOME

 ORACLE_SID=orcl;export ORACLE_SID

 ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data;export

 ORA_NLS33

 PATH=.:$ORACLE_HOME/bin:/usr/css/bin:$PATH;export PATH

 LIBPATH=$ORACLE_HOME/lib:/usr/lib;export LIBPATH

 LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib;export

 LD_LIBRARY_PATH

 DISPLAY=192.168.15.102:0.0;export DISPLAY

 NLS_LANG=AMERICAN_AMERICA.ZHS16GBK;export NLS_LANG

 TMPDIR=/tmp;export TMPDIR

 umask 022

 export PS1

 export LANG=en_US

 PS1=`hostname`_[`whoami`]$
第5章 开始Oracle系统安装


把以下介质拷贝到 aix 服务器/soft 目录下,解压介质进行安装

aix.ppc64_11gR1_database_1013_1of2.zip

aix.ppc64_11gR1_database_1013_2of2.zip

rootpre_aix.zip

unzip_aix.Z



第一解压压缩工具 unzip_aix.Z,输出文件名为 unzip_aix

uncompress unzip_aix.Z

拷贝 unzip_aix 到/usr/bin 目录下

cd /use/bin

chmod 751 unzip_aix

unzip_aix aix.ppc64_11gR1_database_1013_1of2.zip

unzip_aix aix.ppc64_11gR1_database_1013_1of2.zip

unzip_aix rootpre_aix.zip

首先以 root 用户运行 rootpre.sh 脚本,开启 AIO

root 用户运行 xhost +

su – oracle

xclock

测试图形化界面是否正常启动,正常启动的话,下面就开始安装

oracle 数据库了
cd /soft/database

./runInstaller
注意这个界面是检查硬件和软件需求,要是不符合,安装到这会停止
Install Oracle11g For Aix 5 L
Install Oracle11g For Aix 5 L

More Related Content

What's hot

Installation and configuration 11g r2
Installation and configuration 11g r2Installation and configuration 11g r2
Installation and configuration 11g r2Zhaoyang Wang
 
为10g rac cluster添加节点
为10g rac cluster添加节点为10g rac cluster添加节点
为10g rac cluster添加节点maclean liu
 
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11gOracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11gChien Chung Shen
 
Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作maclean liu
 
Drupal solr
Drupal solrDrupal solr
Drupal solrHen Chen
 
MySQL Audit 機制應用技術
MySQL Audit 機制應用技術MySQL Audit 機制應用技術
MySQL Audit 機制應用技術Jamie Lee
 
中纺科技安装实施文档
中纺科技安装实施文档中纺科技安装实施文档
中纺科技安装实施文档liangsuilong
 
4, OCP - oracle networking
4, OCP - oracle networking4, OCP - oracle networking
4, OCP - oracle networkingted-xu
 
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...Zhaoyang Wang
 
1, shell intro
1, shell intro1, shell intro
1, shell introted-xu
 
3, OCP - instance management
3, OCP - instance management3, OCP - instance management
3, OCP - instance managementted-xu
 
九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)heima911
 
Osc scott linux下的数据库优化for_postgresql
Osc scott linux下的数据库优化for_postgresqlOsc scott linux下的数据库优化for_postgresql
Osc scott linux下的数据库优化for_postgresqlOpenSourceCamp
 
Cent os 安装 subversion
Cent os 安装 subversionCent os 安装 subversion
Cent os 安装 subversionYUCHENG HU
 
Am备份恢复文档
Am备份恢复文档Am备份恢复文档
Am备份恢复文档miglinda
 
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wangOrclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wangmaclean liu
 
CentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 ZendCentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 Zendwensheng wei
 
Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版redhat9
 
MySQL源码分析.02.Handler API
MySQL源码分析.02.Handler APIMySQL源码分析.02.Handler API
MySQL源码分析.02.Handler APILixun Peng
 
OpenRISC whsap
OpenRISC whsapOpenRISC whsap
OpenRISC whsap柏毅 李
 

What's hot (20)

Installation and configuration 11g r2
Installation and configuration 11g r2Installation and configuration 11g r2
Installation and configuration 11g r2
 
为10g rac cluster添加节点
为10g rac cluster添加节点为10g rac cluster添加节点
为10g rac cluster添加节点
 
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11gOracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
 
Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作
 
Drupal solr
Drupal solrDrupal solr
Drupal solr
 
MySQL Audit 機制應用技術
MySQL Audit 機制應用技術MySQL Audit 機制應用技術
MySQL Audit 機制應用技術
 
中纺科技安装实施文档
中纺科技安装实施文档中纺科技安装实施文档
中纺科技安装实施文档
 
4, OCP - oracle networking
4, OCP - oracle networking4, OCP - oracle networking
4, OCP - oracle networking
 
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
Oracle enterprise manager cloud control 12c release 5 installation on oracle ...
 
1, shell intro
1, shell intro1, shell intro
1, shell intro
 
3, OCP - instance management
3, OCP - instance management3, OCP - instance management
3, OCP - instance management
 
九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)
 
Osc scott linux下的数据库优化for_postgresql
Osc scott linux下的数据库优化for_postgresqlOsc scott linux下的数据库优化for_postgresql
Osc scott linux下的数据库优化for_postgresql
 
Cent os 安装 subversion
Cent os 安装 subversionCent os 安装 subversion
Cent os 安装 subversion
 
Am备份恢复文档
Am备份恢复文档Am备份恢复文档
Am备份恢复文档
 
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wangOrclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
Orclrecove 1 pd-prm-dul testing for oracle database recovery_20141030_biot_wang
 
CentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 ZendCentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 Zend
 
Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版
 
MySQL源码分析.02.Handler API
MySQL源码分析.02.Handler APIMySQL源码分析.02.Handler API
MySQL源码分析.02.Handler API
 
OpenRISC whsap
OpenRISC whsapOpenRISC whsap
OpenRISC whsap
 

Similar to Install Oracle11g For Aix 5 L

Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86dbabc
 
X64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 newX64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 newYiwei Ma
 
配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制maclean liu
 
康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)Yiwei Ma
 
利用Cent Os快速构建自己的发行版
利用Cent Os快速构建自己的发行版利用Cent Os快速构建自己的发行版
利用Cent Os快速构建自己的发行版xingsu1021
 
Oracle Security 101
Oracle Security 101Oracle Security 101
Oracle Security 101Dahui Feng
 
Itpub电子杂志(第五期)
Itpub电子杂志(第五期)Itpub电子杂志(第五期)
Itpub电子杂志(第五期)yiditushe
 
5, system admin
5, system admin5, system admin
5, system adminted-xu
 
Altibase管理培训 安装篇
Altibase管理培训 安装篇Altibase管理培训 安装篇
Altibase管理培训 安装篇小新 制造
 
CKAN 技術介紹 (基礎篇)
CKAN 技術介紹 (基礎篇)CKAN 技術介紹 (基礎篇)
CKAN 技術介紹 (基礎篇)Chengjen Lee
 
了解真实的Oracle unbreakable database appliance
了解真实的Oracle unbreakable database appliance了解真实的Oracle unbreakable database appliance
了解真实的Oracle unbreakable database appliancemaclean liu
 
Aix操作系统培训文档
Aix操作系统培训文档Aix操作系统培训文档
Aix操作系统培训文档lwj2012
 
第11讲 管理Cisco互联网络
第11讲 管理Cisco互联网络第11讲 管理Cisco互联网络
第11讲 管理Cisco互联网络F.l. Yu
 
尚观Linux研究室 linux驱动程序全解析
尚观Linux研究室   linux驱动程序全解析尚观Linux研究室   linux驱动程序全解析
尚观Linux研究室 linux驱动程序全解析hangejnu
 
【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410
【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410
【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410maclean liu
 
Elastic stack day-2
Elastic stack day-2Elastic stack day-2
Elastic stack day-2YI-CHING WU
 
Kick start无人值守批量安装linux
Kick start无人值守批量安装linuxKick start无人值守批量安装linux
Kick start无人值守批量安装linuxYiwei Ma
 
VMware Rhel5 Oracle10g Rac
VMware Rhel5 Oracle10g RacVMware Rhel5 Oracle10g Rac
VMware Rhel5 Oracle10g Racguest77e407
 
1, OCP - architecture intro
1, OCP - architecture intro1, OCP - architecture intro
1, OCP - architecture introted-xu
 
数据库性能诊断的七种武器
数据库性能诊断的七种武器数据库性能诊断的七种武器
数据库性能诊断的七种武器Leyi (Kamus) Zhang
 

Similar to Install Oracle11g For Aix 5 L (20)

Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86
 
X64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 newX64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 new
 
配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制
 
康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)
 
利用Cent Os快速构建自己的发行版
利用Cent Os快速构建自己的发行版利用Cent Os快速构建自己的发行版
利用Cent Os快速构建自己的发行版
 
Oracle Security 101
Oracle Security 101Oracle Security 101
Oracle Security 101
 
Itpub电子杂志(第五期)
Itpub电子杂志(第五期)Itpub电子杂志(第五期)
Itpub电子杂志(第五期)
 
5, system admin
5, system admin5, system admin
5, system admin
 
Altibase管理培训 安装篇
Altibase管理培训 安装篇Altibase管理培训 安装篇
Altibase管理培训 安装篇
 
CKAN 技術介紹 (基礎篇)
CKAN 技術介紹 (基礎篇)CKAN 技術介紹 (基礎篇)
CKAN 技術介紹 (基礎篇)
 
了解真实的Oracle unbreakable database appliance
了解真实的Oracle unbreakable database appliance了解真实的Oracle unbreakable database appliance
了解真实的Oracle unbreakable database appliance
 
Aix操作系统培训文档
Aix操作系统培训文档Aix操作系统培训文档
Aix操作系统培训文档
 
第11讲 管理Cisco互联网络
第11讲 管理Cisco互联网络第11讲 管理Cisco互联网络
第11讲 管理Cisco互联网络
 
尚观Linux研究室 linux驱动程序全解析
尚观Linux研究室   linux驱动程序全解析尚观Linux研究室   linux驱动程序全解析
尚观Linux研究室 linux驱动程序全解析
 
【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410
【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410
【Maclean liu技术分享】开oracle调优鹰眼,深入理解awr性能报告 第二讲 正式版 20130410
 
Elastic stack day-2
Elastic stack day-2Elastic stack day-2
Elastic stack day-2
 
Kick start无人值守批量安装linux
Kick start无人值守批量安装linuxKick start无人值守批量安装linux
Kick start无人值守批量安装linux
 
VMware Rhel5 Oracle10g Rac
VMware Rhel5 Oracle10g RacVMware Rhel5 Oracle10g Rac
VMware Rhel5 Oracle10g Rac
 
1, OCP - architecture intro
1, OCP - architecture intro1, OCP - architecture intro
1, OCP - architecture intro
 
数据库性能诊断的七种武器
数据库性能诊断的七种武器数据库性能诊断的七种武器
数据库性能诊断的七种武器
 

Install Oracle11g For Aix 5 L

  • 1. ORACLE11g 数据库在 AIX 5L 下的安装配置文档 目 录 1、安装Oracle 11G系统硬件要求 .........................................................2 2、安装oracle 11g 软件要求....................................................................3 3、设置相关系统参数 ..............................................................................5 4、建立用户、建立目录、设置环境变量 ..............................................6 5、开始Oracle系统安装............................................................................8
  • 2. 第1章 安装 Oracle 11G 系统硬件要求 内存最低 1G /usr/sbin/lsattr -E -l sys0 -a realmem 装 oracle 磁盘空间至少 8G df –k /oracle 临时目录/tmp 至少 150MB, df –k /tmp 操作系统必须为 64 位 /usr/bin/getconf HARDWARE_BITMODE 交换分区,根据物理内存以下标准来设置 Available RAM Swap Space Required Between 1024 MB and 2048 MB 1.5 times the size of RAM Between 2049 MB and 8192 MB Equal to the size of RAM More than 8192 MB 0.75 times the size of RAM /usr/sbin/lsps -a
  • 3. 第2章 安装 oracle 11g 软件要求 2.1 AIX 操作系统版本需求 The following is the operating system requirement for Oracle Database 11g Release 1: AIX 5L version 5.3, TL 05, Service Pack 06 AIX 6L version 6.1, TL 00, Service Pack 04 or later 可以用以下命令检查操作系统版本 Oslevel –s 要是没达到上面要求,必须升级操作系统版本. 2.2 文件集需求 The following operating system filesets are required for Oracle Database 11g Release 1: • bos.adt.base • bos.adt.lib • bos.adt.libm • bos.perf.libperfstat • bos.perf.perfstat • bos.perf.proctools • xlC.aix50.rte:8.0.0.7 or later (AIX 5.3)
  • 4. xlC.rte:8.0.0.7 or later (AIX 5.3) • xlC.aix61.rte:9.0.0.1 or later (AIX 6.1) • xlC.rte:9.0.0.1 or later (AIX 6.1) 可以用以下命令来检查文件集是否安装 lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.perfstat 安装文件集命令为,先把需要安装的文件集拷贝到一个目录下 Smitty install_all 2.3 Patch 需求 • Authorized Problem Analysis Reports (APARs) for AIX 5L v5.3: o IY89080 o IY92037 o IY94343 o IZ01060 or efix for IZ01060 o IZ03260, or efix for IZ03260
  • 5. 第3章 设置相关系统参数 3.1Configure Shell Limits Shell Limit (As Shown in smit) Recommended Value Soft FILE size -1 (Unlimited) Soft CPU time -1 (Unlimited) Note: This is the default value. Soft DATA segment -1 (Unlimited) Soft STACK size -1 (Unlimited) Soft Real Memory size -1 (Unlimited) 3.2 Configure System Configuration Parameters 可以用以下命令来设置 smit chgsys 设置最大用户数以及进程数等 设置 ncargs 参数,用以下命令 /usr/sbin/chdev -l sys0 -a ncargs=128
  • 6. 第4章 建立用户、建立目录、设置环境变量 The following local operating system groups and users are required if you are installing Oracle Database: • The Oracle Inventory group (oinstall) • The OSDBA group (dba) • The Oracle software owner (oracle) smitty mkgroup --分别建立 dba 和 oinstall 组 smitty mkuser --建立 oracle 用户,指向 dba 和 oinstall 组 mkdir -p /oracle/product/11.1.0 chown -R oracle:oinstall /oracle chmod -R 775 /oracle 设置环境变量 Su – oracle Vi .profile 输入以下内容 PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin /X11:/sbin:. export PATH if [ -s "$MAIL" ] # This is at Shell startup. In normal
  • 7. then echo "$MAILMSG" # operation, the Shell checks fi # periodically. ORACLE_BASE=/oracle;export ORACLE_BASE ORACLE_HOME=$ORACLE_BASE/product/11.1.0;export ORACLE_HOME ORACLE_SID=orcl;export ORACLE_SID ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data;export ORA_NLS33 PATH=.:$ORACLE_HOME/bin:/usr/css/bin:$PATH;export PATH LIBPATH=$ORACLE_HOME/lib:/usr/lib;export LIBPATH LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib;export LD_LIBRARY_PATH DISPLAY=192.168.15.102:0.0;export DISPLAY NLS_LANG=AMERICAN_AMERICA.ZHS16GBK;export NLS_LANG TMPDIR=/tmp;export TMPDIR umask 022 export PS1 export LANG=en_US PS1=`hostname`_[`whoami`]$
  • 8. 第5章 开始Oracle系统安装 把以下介质拷贝到 aix 服务器/soft 目录下,解压介质进行安装 aix.ppc64_11gR1_database_1013_1of2.zip aix.ppc64_11gR1_database_1013_2of2.zip rootpre_aix.zip unzip_aix.Z 第一解压压缩工具 unzip_aix.Z,输出文件名为 unzip_aix uncompress unzip_aix.Z 拷贝 unzip_aix 到/usr/bin 目录下 cd /use/bin chmod 751 unzip_aix unzip_aix aix.ppc64_11gR1_database_1013_1of2.zip unzip_aix aix.ppc64_11gR1_database_1013_1of2.zip unzip_aix rootpre_aix.zip 首先以 root 用户运行 rootpre.sh 脚本,开启 AIO root 用户运行 xhost + su – oracle xclock 测试图形化界面是否正常启动,正常启动的话,下面就开始安装 oracle 数据库了
  • 10.