SlideShare a Scribd company logo
1 of 42
Download to read offline
Download Install files from : https://edelivery.oracle.com




                                       http://www.ochef.net   1
My Environment:
Linux Version:
[root@ebsr12 ~]# cat /etc/issue
Oracle Linux Server release 5.6
[root@ebsr12 ~]# cat /etc/redhat‐release 
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
[root@ebsr12 ~]# cat /etc/oracle‐release 
Oracle Linux Server release 5.6

Kernel Version:
[root@ebsr12 ~]# uname ‐r
2.6.18‐238.el5PAE

Hardware:
IBM X3650 M2:7GB Memory  、 7   CPU @2.27GHz 
IBM DS4800 Storage:500GB Disk


                                        http://www.ochef.net   2
Disk space:
[root@ebsr12 ~]# df ‐h
Filesystem                   Size      Used    Avail      Use%     Mounted on
/dev/mapper/EBSVG‐LV01       9.7G   2.1G     7.2G   23%       /
/dev/mapper/EBSVG‐LV04      382G     227G  135G  63%  /d01
/dev/mapper/EBSVG‐LV03        97G    52G      41G      57%  /src
/dev/sda1                     99M       13M   82M     14%  /boot
tmpfs                         3.5G         0        3.5G       0%  /dev/shm


说明:/src用于存放安装文件、补丁和简体中文语言包。全部解压后52GB(包括补丁)。
   /d01用于安装Oracle EBS R12。若要安装VIS Demo,需要227GB

      强烈建议使用linux LVM来管理空间,在空间不够的情况下可以灵活增、减空间。




                                          http://www.ochef.net                  3
系统环境配置:
•   检查系统安装包的完整性




         download:http://oss.oracle.com/projects/compat‐oracle/files/Enterprise_Linux/
                               http://www.ochef.net                                      4
• 系统主机名配置
[root@ebsr12 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain     localhost
192.168.0.212       ebsr12.kimo.com              ebsr12
::1                    localhost6.localdomain6    localhost6

[root@ebsr12 ~]# cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=ebsr12.kimo.com
GATEWAY=192.168.0.1

ping测试网络。



                                      http://www.ochef.net     5
• 系统参数调整:
[root@ebsr12 ~]# vi /etc/sysctl.conf
kernel.msgmnb = 65536
kernel.msgmax = 8192
kernel.shmmax = 4294967296
kernel.shmall = 2097152
kernel.sem = 256 32000 100 142 
kernel.shmmni = 4096 
kernel.msgmni = 2878 
fs.file‐max = 131072 
net.ipv4.ip_local_port_range = 10000 65000 
net.core.rmem_default = 262144 
net.core.rmem_max = 4194304 
net.core.wmem_default = 262144
net.core.wmem_max = 262144 
修改立即生效
# sysctl ‐p

                                  http://www.ochef.net   6
[root@ebsr12 ~]# vi /etc/resolv.conf
append :
  options attempts:5options timeout:15



[root@ebsr12 ~]# vi /etc/security/limits.conf
append:
hard    nofile 65535
soft     nofile 4096
hard    nproc 16384
soft    nproc 2047

OS Library Patch for Oracle HTTP Server (on Oracle Linux 5 and RHEL 5 only) 
Download and apply the patch 6078836 from My Oracle Support to fix an issue with 
the Oracle HTTP Server (missing libdb.so.2) bundled with the E‐Business Suite 
technology stack.


                                    http://www.ochef.net                            7
修改库文件链接:
[root@ebsr12 ~]# unlink /usr/lib/libXtst.so.6
[root@ebsr12 ~]#  ln ‐s /usr/X11R6/lib/libXtst.so.6.1 /usr/lib/libXtst.so.6



创建用户、用户组:
[root@ebsr12 ~]# groupadd oinstall
[root@ebsr12 ~]# groupdd dba
[root@ebsr12 ~]# useradd ‐g oinstall ‐d /home/oracle ‐G dba oracle 
[root@ebsr12 ~]# passwd oracle 
[root@ebsr12 ~]# chown ‐R oracle.oinstall /src
[root@ebsr12 ~]# chown ‐R oracle.oinstall /d01 




                                     http://www.ochef.net                     8
修改oracle用户环境:
[oracle@ebsr12 ~]$ vi /home/oracle/.bash_profile
append:
LD_ASSUME_KERNEL=2.6.18‐238.el5 
export LD_ASSUME_KERNEL

建立Oracle产品信息的Inventory目录:
[oracle@ebsr12 ~]$ mkdir /d01/oraInventory

[root@ebsr12 ~]# vi /etc/oraInst.loc
append:
inventory_loc=/d01/oraInventory




                                       http://www.ochef.net   9
[oracle@ebsr12 ~]$ mkdir ‐p /src/StageR12 
[oracle@ebsr12 ~]$ unzip ‐d /src/StageR12/*.zip        
                   (R12的安装文件:B53824‐01到V15574‐01)



全部解压后会自动生创建以下目录:
[oracle@ebsr12 StageR12]$ ls ‐l
drwxr‐xr‐x  70  oracle oinstall 4096 Apr 12 10:47 oraAppDB
drwxr‐xr‐x  14  oracle oinstall 4096 Apr 12 11:32 oraApps
drwxr‐xr‐x   5  oracle oinstall 4096 Apr 11 17:31 oraAS
drwxr‐xr‐x   9  oracle oinstall 4096 Apr 12 11:46 oraDB
drwxr‐xr‐x   6  oracle oinstall 4096 Apr 11 17:15 startCD




                                   http://www.ochef.net      10
Install EBS R12
• 安装startCD补丁
Download: p8639046_R12_GENERIC.zip   TO   /src/StageR12
解压缩覆盖原有startCD
[oracle@ebsr12 StageR12]$unzip ‐o p8639046_R12_GENERIC.zip



原有startCD的安装向导版本是12.1.1.9,补丁是12.1.1.11的
[oracle@ebsr12 rapidwiz]$ ./RapidWizVersion
    Oracle Applications Rapid Install Wizard
    Version 12.1.1.11




                                http://www.ochef.net         11
• 开始安装
[oracle@ebsr12 rapidwiz]$ ./rapidwiz




                                  http://www.ochef.net   12
http://www.ochef.net   13
http://www.ochef.net   14
http://www.ochef.net   15
http://www.ochef.net   16
这一步可以选择数据库安装类型:Fresh或VIS Demo。全新安装会要求选择
license的类型,国家语言和数据库字符集。




                 http://www.ochef.net     17
http://www.ochef.net   18
这一步是安装节点信息,若要打造高可用环境,其它节点信息需要增加。
建议:多节点安装时,先安装Database Node,再安装Apps Node。




                  http://www.ochef.net     19
系统环境检查




         http://www.ochef.net   20
http://www.ochef.net   21
http://www.ochef.net   22
http://www.ochef.net   23
这一步执行时间视机器性能而定,若安装demo时间会更久(以本文环境大约5小
时),需要耐心等待。




               http://www.ochef.net     24
http://www.ochef.net   25
http://www.ochef.net   26
所有部件安装完成。




            http://www.ochef.net   27
在浏览器中打开系统界面,http://ebsr12.kimo.com:8000




                      http://www.ochef.net   28
系统默认用户与密码:sysadmin/sysadmin
访问类型:Standard Accessibility




                     http://www.ochef.net   29
安装后环境设置:
设置数据库用户的环境:
[oracle@ebsr12 ~]$ cp /home/oracle/.bash_profile /home/oracle/.ora
[oracle@ebsr12 ~]$ vi  /hme/oracle/.ora
append:
. /d01/oracle/VIS/db/tech_st/11.1.0/VIS_ebsr12.env             (注意. /之间的格)



设置应用服务器的环境:
[oracle@ebsr12 ~]$ cp /home/oracle/.bash_profile /home/oracle/.app
[oracle@ebsr12 ~]$ vi  /hme/oracle/.app
append:
. /d01/oracle/VIS/apps/apps_st/appl/APPSVIS_ebsr12.env  (注意. /之间的格)



                                  http://www.ochef.net                       30
服务的启动与停止操作:


数据库服务 :
[oracle@ebsr12 ~]$ source /home/oracle/.ora
[oracle@ebsr12 ~]$ cd $ORACLE_HOME/appsutil/scripts/VIS_ebsr12/
Listener启动、停止命令语法:
[oracle@ebsr12 VIS_ebsr12]$ ./addlnctl.sh  {start|stop|status} listener_name
数据库启动、停止命令语法:
[oracle@ebsr12 VIS_ebsr12]$ ./addbctl.sh [start|stop] {immediate|abort|normal}

Apps服务
[oracle@ebsr12 ~]$ source /home/oracle/.app
[oracle@ebsr12 ~]$ cd /d01/oracle/VIS/inst/apps/VIS_ebsr12/admin/scripts
Apps启动、停止命令语法:
[oracle@ebsr12 scripts]$ ./adstrtal.sh   <appsuser_name/apps_password>



                                  http://www.ochef.net                           31
安装简体中文语言包:V16181‐01
设定语言包和基本语言
1) 登录EBS系统 http://ebsr12.kimo.com:8000
2) 在左边区域里选择[System Administration],在中间区域选择[License Manager],
   然后选择[Languages],单击[EDIT]
3) 英文是默认选项,选择[Simplified Chinese],单击[Next]
4) 选择[Simplified Chinese]为基本语言,设置完成后Submit




                        http://www.ochef.net              32
使用AD Utility开启维护模式及多语言表
操作之前停止apps服务
[oracle@ebsr12 ~]$ source /home/oracle/.app
[oracle@ebsr12 ~]$ adadmin
在这期间系统会要求输入一些参数, 除SYSTEM的密码manager, APPS密码apps
外,其它保持默认就可以了。若是全新数据库安装,需要根据实际情况确定。
接着会出现如下的界面:




                   http://www.ochef.net          33
选择以下顺序开启维护模式:
4. Maintain Applications Database Entities menu

3. Maintain multi‐lingual tables 

5. Return to Main Menu

5. Change Maintenance Mode

1. Enable Maintenance Mode

3. Return to Main Menu

6. Exit AD Administration




                                    http://www.ochef.net   34
安装简体语言包补丁:p8576725_12.1.0_R12_GENERIC.ZIP
该补丁主要解决安装语言包速度过慢的问题。
[oracle@ebsr12 patch]$ unzip  p8576725_12.1.0_R12_GENERIC.ZIP
[oracle@ebsr12 ~]$ source /home/oracle/.app
[oracle@ebsr12 ~]$ cd /src/patch/8576725

使用自动补丁工具应用补丁
[oracle@ebsr12 8576725]$ adpatch
在这期间同样会要求你输入一些参数,以上文相同。在要求输入patch文件时,
输入u8576725.drv。等待安装完成,如果报错停止安装了,请检查patch日志,处
理错误后再次应用补丁。




                                http://www.ochef.net            35
安装简体语言包
[oracle@ebsr12 ~]$ cd /src/patch
[oracle@ebsr12 patch]$ unzip V16181‐01.ZIP
[oracle@ebsr12 patch]$ cd 6678700_ZHS
[oracle@ebsr12 6678700_ZHS]$ adpatch
在这期间同样会要求你输入一些参数,以上文相同,在要求输入patch文件时,
请输入u6678700.drv。

这一步执行中会遇到BUG,在AD自动补丁工具日志中显示以下内容:
Error in the patch log file :
  ...
ATTENTION: All workers either have failed or are waiting:
FAILED: file XLIFFLoader.class on worker ....
ATTENTION: Please fix the above failed worker(s) so the manager can continue.
   ...


                                   http://www.ochef.net                         36
BUG处理方法
根据Oracle MOS文档内容[ID 880149.1]
1. Open a new shell and set the Application environment using command :
   APPS<CONTEXT_NAME>.env
   [oracle@ebsr12 ~]$ source /home/oracle/.app
2. Execute the following commands:
= To reload XML

adjava ‐ms128m ‐mx256m ‐nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD
‐DB_USERNAME <apps_un> ‐DB_PASSWORD <apps_pw> ‐JDBC_CONNECTION
"(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PR
OTOCOL
=tcp)(HOST=<your hostname with domain>)(PORT=<your 
port>)))(CONNECT_DATA=(SID=<your sid>)))"
‐LOB_TYPE DATA_TEMPLATE ‐APPS_SHORT_NAME OFA ‐LOB_CODE FADTXD ‐
LANGUAGE 00
‐XDO_FILE_TYPE XML‐DATA‐TEMPLATE ‐FILE_NAME
$FA_TOP/patch/115/publisher/defs/FADTXD.xml
                                  http://www.ochef.net                    37
= To reload RTF
adjava ‐ms128m ‐mx256m ‐nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD
‐DB_USERNAME <apps_un> ‐DB_PASSWORD <apps_pw> ‐JDBC_CONNECTION
"(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PR
OTOCOL
=tcp)(HOST=<your hostname with domain>)(PORT=<your 
port>)))(CONNECT_DATA=(SID=<your sid>)))"
‐LOB_TYPE TEMPLATE_SOURCE ‐APPS_SHORT_NAME OFA ‐LOB_CODE FADTXD ‐
LANGUAGE en
‐TERRITORY US ‐XDO_FILE_TYPE RTF ‐TRANSLATE Y ‐FILE_NAME
$FA_TOP/patch/115/publisher/templates/US/FADTXD.rtf

Note:  Please change:
<apps_un> with your apps user ;
<apps_pw> with your apps password ;
<your hostname with domain> with hostname and domain like: test1.oracle.com ;
<your port> with your port number ;
<your sid> with your SID.
3. Restart the failed worker. (awork tool)
                                 http://www.ochef.net                           38
Awoker管理工具:
[oracle@ebsr12 ~]$ source /home/oracle/.app 
[oracle@ebsr12 ~]$ adctrl




  剩下的工作就是漫长的等待直到结束。
                                  http://www.ochef.net   39
使用AD Utility关闭维护模式




                     http://www.ochef.net   40
选择以下顺序关闭维护模式:
5. Change Maintenance Mode

2. Disable Maintenance Mode

3. Return to Main Menu

6. Exit AD Administration




                            http://www.ochef.net   41
重新启动APP服务,打开http://ebsr12.kimo.com:8000/,选择“简体中文” 登录。




 至此,安装全部结束。
                     http://www.ochef.net          42

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
 
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
 
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11gOracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11gChien Chung Shen
 
了解Oracle critical patch update
了解Oracle critical patch update了解Oracle critical patch update
了解Oracle critical patch updatemaclean liu
 
九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)heima911
 
0118 Windows Server 2008 的伺服器核心 (Server Core)
0118 Windows Server 2008 的伺服器核心 (Server Core)0118 Windows Server 2008 的伺服器核心 (Server Core)
0118 Windows Server 2008 的伺服器核心 (Server Core)Timothy Chen
 
Installation and configuration 11g r2 asm using job role separation(grid & or...
Installation and configuration 11g r2 asm using job role separation(grid & or...Installation and configuration 11g r2 asm using job role separation(grid & or...
Installation and configuration 11g r2 asm using job role separation(grid & or...Zhaoyang Wang
 
Mysql展示功能与源码对应
Mysql展示功能与源码对应Mysql展示功能与源码对应
Mysql展示功能与源码对应zhaolinjnu
 
X64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 newX64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 newYiwei Ma
 
Cent os 安装 subversion
Cent os 安装 subversionCent os 安装 subversion
Cent os 安装 subversionYUCHENG HU
 
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案maclean liu
 
Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版redhat9
 
Oda安装 恢复步骤
Oda安装 恢复步骤Oda安装 恢复步骤
Oda安装 恢复步骤n-lauren
 
康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)Yiwei Ma
 
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略maclean liu
 
Mysql企业备份发展及实践
Mysql企业备份发展及实践Mysql企业备份发展及实践
Mysql企业备份发展及实践maclean liu
 
Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作maclean liu
 
hicloud PaaS雲創平台(Java/PHP介紹)
hicloud PaaS雲創平台(Java/PHP介紹)hicloud PaaS雲創平台(Java/PHP介紹)
hicloud PaaS雲創平台(Java/PHP介紹)hicloud-paas
 
Puppet安装总结
Puppet安装总结Puppet安装总结
Puppet安装总结Yiwei Ma
 

What's hot (19)

Installation and configuration 11g r2
Installation and configuration 11g r2Installation and configuration 11g r2
Installation and configuration 11g r2
 
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
 
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11gOracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
Oracle管理藝術第1章 在Linux作業體統安裝Oracle 11g
 
了解Oracle critical patch update
了解Oracle critical patch update了解Oracle critical patch update
了解Oracle critical patch update
 
九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)
 
0118 Windows Server 2008 的伺服器核心 (Server Core)
0118 Windows Server 2008 的伺服器核心 (Server Core)0118 Windows Server 2008 的伺服器核心 (Server Core)
0118 Windows Server 2008 的伺服器核心 (Server Core)
 
Installation and configuration 11g r2 asm using job role separation(grid & or...
Installation and configuration 11g r2 asm using job role separation(grid & or...Installation and configuration 11g r2 asm using job role separation(grid & or...
Installation and configuration 11g r2 asm using job role separation(grid & or...
 
Mysql展示功能与源码对应
Mysql展示功能与源码对应Mysql展示功能与源码对应
Mysql展示功能与源码对应
 
X64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 newX64服务器 lamp服务器部署标准 new
X64服务器 lamp服务器部署标准 new
 
Cent os 安装 subversion
Cent os 安装 subversionCent os 安装 subversion
Cent os 安装 subversion
 
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
dbdao.com 汪伟华 my-sql-replication复制高可用配置方案
 
Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版Bypat博客出品-利用cent os快速构建自己的发行版
Bypat博客出品-利用cent os快速构建自己的发行版
 
Oda安装 恢复步骤
Oda安装 恢复步骤Oda安装 恢复步骤
Oda安装 恢复步骤
 
康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)康盛创想项目部Linux 服务器部署标准(最新版)
康盛创想项目部Linux 服务器部署标准(最新版)
 
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
【诗檀软件 郭兆伟-技术报告】跨国企业级Oracle数据库备份策略
 
Mysql企业备份发展及实践
Mysql企业备份发展及实践Mysql企业备份发展及实践
Mysql企业备份发展及实践
 
Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作Oracle数据库升级前必要的准备工作
Oracle数据库升级前必要的准备工作
 
hicloud PaaS雲創平台(Java/PHP介紹)
hicloud PaaS雲創平台(Java/PHP介紹)hicloud PaaS雲創平台(Java/PHP介紹)
hicloud PaaS雲創平台(Java/PHP介紹)
 
Puppet安装总结
Puppet安装总结Puppet安装总结
Puppet安装总结
 

Viewers also liked

Database Vault / Verinin Güvenliği
Database Vault /  Verinin GüvenliğiDatabase Vault /  Verinin Güvenliği
Database Vault / Verinin GüvenliğiAnar Godjaev
 
Oracle Golden Gate
Oracle Golden GateOracle Golden Gate
Oracle Golden GateAnar Godjaev
 
how to protect your sensitive data using oracle database vault
how to protect your sensitive data using oracle database vaulthow to protect your sensitive data using oracle database vault
how to protect your sensitive data using oracle database vaultAnar Godjaev
 
Oracle ebs-r12-1-3installationlinux64bit
Oracle ebs-r12-1-3installationlinux64bitOracle ebs-r12-1-3installationlinux64bit
Oracle ebs-r12-1-3installationlinux64bitRavi Kumar Lanke
 
EBS R12 Concurrent program tracing
EBS R12 Concurrent program tracingEBS R12 Concurrent program tracing
EBS R12 Concurrent program tracingSachin Srivastava
 
Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Santosh Kangane
 
You most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paperYou most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paperYury Velikanov
 
121adpp patching procedures
121adpp patching procedures121adpp patching procedures
121adpp patching proceduresDeepti Singh
 
Instalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g LinuxInstalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g LinuxMoisés Elías Araya
 
Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2Yury Velikanov
 
Asm disk group migration from
Asm disk group migration from Asm disk group migration from
Asm disk group migration from Anar Godjaev
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationMarkus Michalewicz
 
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneOracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneDeepti Singh
 
Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12
Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12
Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12sidg75
 
Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2Biju Thomas
 

Viewers also liked (20)

Database Vault / Verinin Güvenliği
Database Vault /  Verinin GüvenliğiDatabase Vault /  Verinin Güvenliği
Database Vault / Verinin Güvenliği
 
Oracle Golden Gate
Oracle Golden GateOracle Golden Gate
Oracle Golden Gate
 
how to protect your sensitive data using oracle database vault
how to protect your sensitive data using oracle database vaulthow to protect your sensitive data using oracle database vault
how to protect your sensitive data using oracle database vault
 
Obia with odi
Obia with odiObia with odi
Obia with odi
 
Oracle ebs-r12-1-3installationlinux64bit
Oracle ebs-r12-1-3installationlinux64bitOracle ebs-r12-1-3installationlinux64bit
Oracle ebs-r12-1-3installationlinux64bit
 
EBS R12 Concurrent program tracing
EBS R12 Concurrent program tracingEBS R12 Concurrent program tracing
EBS R12 Concurrent program tracing
 
Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0
 
You most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paperYou most probably dont need rman catalog database white paper
You most probably dont need rman catalog database white paper
 
Oracle 10g Installation
Oracle 10g InstallationOracle 10g Installation
Oracle 10g Installation
 
Oracle applications 11i dba faq
Oracle applications 11i dba faqOracle applications 11i dba faq
Oracle applications 11i dba faq
 
121adpp patching procedures
121adpp patching procedures121adpp patching procedures
121adpp patching procedures
 
Instalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g LinuxInstalacion Weblogic Server 11g Linux
Instalacion Weblogic Server 11g Linux
 
Oracle Date Functions
Oracle Date FunctionsOracle Date Functions
Oracle Date Functions
 
Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2Oracle e-Business Suite & RAC 11GR2
Oracle e-Business Suite & RAC 11GR2
 
WebLogic FAQs
WebLogic FAQsWebLogic FAQs
WebLogic FAQs
 
Asm disk group migration from
Asm disk group migration from Asm disk group migration from
Asm disk group migration from
 
The Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - PresentationThe Oracle RAC Family of Solutions - Presentation
The Oracle RAC Family of Solutions - Presentation
 
Oracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid cloneOracle applications 11i hot backup cloning with rapid clone
Oracle applications 11i hot backup cloning with rapid clone
 
Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12
Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12
Garbage Collection, Tuning And Monitoring JVM In EBS 11i And R12
 
Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2Install and upgrade Oracle grid infrastructure 12.1.0.2
Install and upgrade Oracle grid infrastructure 12.1.0.2
 

Similar to Install oracle ebs r12.1.1 on OEL5.6 x86(include demo)

Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86dbabc
 
南投替代役整理組數位典藏報告
南投替代役整理組數位典藏報告南投替代役整理組數位典藏報告
南投替代役整理組數位典藏報告Bo-Yi Wu
 
九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)heima911
 
Ruby on Rails 開發環境建置 for Ubuntu
Ruby on Rails 開發環境建置 for UbuntuRuby on Rails 開發環境建置 for Ubuntu
Ruby on Rails 開發環境建置 for UbuntuMarsZ Chen
 
Openshift by mtchang
Openshift by mtchangOpenshift by mtchang
Openshift by mtchangChang Mt
 
8, lamp
8, lamp8, lamp
8, lampted-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
 
Docker tutorial
Docker tutorialDocker tutorial
Docker tutorialazole Lai
 
Hadoop 安装
Hadoop 安装Hadoop 安装
Hadoop 安装feng lee
 
使用Nginx轻松实现开源负载均衡
使用Nginx轻松实现开源负载均衡使用Nginx轻松实现开源负载均衡
使用Nginx轻松实现开源负载均衡cachowu
 
CentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 ZendCentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 Zendwensheng wei
 
Nginx+常见应用技术指南
Nginx+常见应用技术指南Nginx+常见应用技术指南
Nginx+常见应用技术指南andy54321
 
Php应用程序常见安全问题解析
Php应用程序常见安全问题解析Php应用程序常见安全问题解析
Php应用程序常见安全问题解析mysqlops
 
Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境
Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境
Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境dbabc
 
Kick start无人值守批量安装linux
Kick start无人值守批量安装linuxKick start无人值守批量安装linux
Kick start无人值守批量安装linuxYiwei Ma
 
尚观Linux研究室 linux驱动程序全解析
尚观Linux研究室   linux驱动程序全解析尚观Linux研究室   linux驱动程序全解析
尚观Linux研究室 linux驱动程序全解析hangejnu
 
配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制maclean liu
 
Altibase管理培训 安装篇
Altibase管理培训 安装篇Altibase管理培训 安装篇
Altibase管理培训 安装篇小新 制造
 

Similar to Install oracle ebs r12.1.1 on OEL5.6 x86(include demo) (20)

Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86Oracle10g Rac Configuration For Linux X86
Oracle10g Rac Configuration For Linux X86
 
南投替代役整理組數位典藏報告
南投替代役整理組數位典藏報告南投替代役整理組數位典藏報告
南投替代役整理組數位典藏報告
 
Why use MySQL
Why use MySQLWhy use MySQL
Why use MySQL
 
九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)九州通 Tsm重新配置文档(2008 11 10)
九州通 Tsm重新配置文档(2008 11 10)
 
1~60
1~601~60
1~60
 
Ruby on Rails 開發環境建置 for Ubuntu
Ruby on Rails 開發環境建置 for UbuntuRuby on Rails 開發環境建置 for Ubuntu
Ruby on Rails 開發環境建置 for Ubuntu
 
Openshift by mtchang
Openshift by mtchangOpenshift by mtchang
Openshift by mtchang
 
8, lamp
8, lamp8, lamp
8, lamp
 
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 ...
 
Docker tutorial
Docker tutorialDocker tutorial
Docker tutorial
 
Hadoop 安装
Hadoop 安装Hadoop 安装
Hadoop 安装
 
使用Nginx轻松实现开源负载均衡
使用Nginx轻松实现开源负载均衡使用Nginx轻松实现开源负载均衡
使用Nginx轻松实现开源负载均衡
 
CentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 ZendCentOS5 apache2 mysql5 php5 Zend
CentOS5 apache2 mysql5 php5 Zend
 
Nginx+常见应用技术指南
Nginx+常见应用技术指南Nginx+常见应用技术指南
Nginx+常见应用技术指南
 
Php应用程序常见安全问题解析
Php应用程序常见安全问题解析Php应用程序常见安全问题解析
Php应用程序常见安全问题解析
 
Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境
Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境
Dbabc.net 利用heartbeat + drbd搭建my sql高可用环境
 
Kick start无人值守批量安装linux
Kick start无人值守批量安装linuxKick start无人值守批量安装linux
Kick start无人值守批量安装linux
 
尚观Linux研究室 linux驱动程序全解析
尚观Linux研究室   linux驱动程序全解析尚观Linux研究室   linux驱动程序全解析
尚观Linux研究室 linux驱动程序全解析
 
配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制配置Oracle 10g 双向流复制
配置Oracle 10g 双向流复制
 
Altibase管理培训 安装篇
Altibase管理培训 安装篇Altibase管理培训 安装篇
Altibase管理培训 安装篇
 

Install oracle ebs r12.1.1 on OEL5.6 x86(include demo)