2023年12月17日发(作者:)
ORACLE EBS R12.1.2 安装报告
作者:
创建日期:
最后更新:
控制码:
版本:
审批签字:
庞叶松
Jul 09, 2010
Jul 12, 2010
1.0
1.0
项目经理
HAND项目经理
Copy Number _____
文档控制
修改记录
3
日期
作者
版本
修改参考
审阅
姓名
职位
分发
拷贝
姓名
地点
1
2
3
4
File Ref: (v 1.0 )
Company Confidential - For internal use only
文档控制 ii
File Ref: (v 1.0 )
目录
文档控制 ................................................................................................................................... ii安装前的系统准备 ................................................................................................................... 1安装EBS Release 12.1.1 ........................................................................................................... 6安装EBS Release 12.1.1 ZHS语言 ........................................................................................ 18安装EBS Release 12.1.2 RUP ................................................................................................ 20运行测试 ................................................................................................................................. 21遇到的问题及解决方案 .......................................................................................................... 22文档控制 iii
Company Confidential - For internal use only
安装前的系统准备
File Ref: (v 1.0 )
安装文档
Applications release 12.1 for LINUX 5.4 x64的安装应拥有以下文档:
1. Oracle@ Applications Installation Guide : Using Rapid Install Release 12.1
2. Oracle Applications Installation and Upgrade Notes Release 12 (12.1) for LINUX
x86-64【761566.1】
Oracle Applications NLS Release Notes Release 12.1
操作系统版本
Oracle EBS R12支持的Redhat 32-bit、64-bit包括:(查看命令uname -r)
32-bit:
Red Hat Enterprise Linux 4-Update 4 or higher(32-bit)
Red Hat Enterprise Linux 5-Update 1 or higher(32-bit)
64-bit:
Red Hat Enterprise Linux 4-Update 4 or higher(64-bit)
Red Hat Enterprise Linux 5-Update 1 or higher(64-bit)
操作系统RPM包需求
oracle EBS R12.1针对Redhat 5.4 x64-bit必须的rpm包如下:
• 5.i386
• .33.0.1.i386
上述两个包下载地址为:
/projects/compat-oracle/files/Enterprise_Linux/
• 5.x86_64
• gcc-c++-5.x86_64
• glibc-2.5-18.i686 (32-bit)
安装前的系统准备 1 of 22
Company Confidential - For internal use only
• glibc-2.5-18.x86_64
File Ref: (v 1.0 )
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
glibc-common-2.5-18.x86_64
glibc-devel-2.5-18.i386 (32-bit)
glibc-devel-2.5-18.x86_64
5.i386
5.x86_64
libstdc++-5.i386
libstdc++-5.x86_64
libstdc++-5.i386
libstdc++-5.x86_64
make-3.81-1.1.x86_64
gdbm-1.8.0-26.2.1.i386
gdbm-1.8.0-26.2.1.x86_64
5.i386
5.x86_64
libaio-0.3.106-3.2.i386
libaio-0.3.106-3.2.x86_64
5.x86_64
5.x86_64
5.x86_64
compat-libstdc++-296-2.96-138.i386
compat-libstdc++-33-3.2.3-61.i386
compat-libstdc++-33-3.2.3-61.x86_64
5.x86_64
5.x86_64
libaio-devel-0.3.106-3.2.x86_64
unixODBC-2.2.11-7.1.i386
unixODBC-devel-2.2.11-7.1.i386
unixODBC-2.2.11-7.1.x86_64
unixODBC-devel-2.2.11-7.1.x86_64
Company Confidential - For internal use only
安装前的系统准备 2 of 22
File Ref: (v 1.0 )
• 5.x86_64
操作系统软件需求
确认以下工具已经安装,PATH变量包含其路径
• ar
• gcc
• g++
• ksh
• ld
• linux32
• make
• X Display Server
Kernel设置
修改/etc/文件,使参数立即生效(重启服务器或sysctl –p)
# add for EBS
=256 32000 100 142
=2097152
=2147483648
=4096
=8192
=65535
=2878
-max =131072
_local_port_range =1024 65000
_default =262144
_max =4194304
_default =262144
_max =262144
设置和检查hosts
检查服务器的/etc/hosts文件,相对应的hostname 和 domainname的解析是否正确
127.0.0.1 loopback localhost
192.168.2.10 ebs
安装前的系统准备 3 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
安全设置
修改/etc/security/
#add for EBS
* hard nofile 65535
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047
系统软件需求
安装oracle EBS Release R12.1包括英文系统和简体中文语言包。
系统组与用户
创建数据库用户组:dba
创建数据库安装用户: oratest
创建应用用户组:appl12i
创建应用用户:appltest
设置/usr/lib/.6
下载补丁patch:6078836
复制6078836中.2。如:cp .2 /usr/lib/
#unlink /usr/lib/.6
#ln -s /usr/X11R6/lib/.6.1 /usr/lib/.6
准备安装介质
按照如下文件结构,准备R12.1的安装介质:
安装前的系统准备 4 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
安装软件目录为:
/u01/Stage12
/u01/Stage12/startCD
/u01/Stage12/oraApps
/u01/Stage12/oraDB
/u01/Stage12/oraAS
/u01/Stage12/oraAppDB
至此准备工作结束
安装前的系统准备 5 of 22
Company Confidential - For internal use only
安装EBS Release 12.1.1
File Ref: (v 1.0 )
软件安装
检查是否可以显示图形界面
#xhost +
以root用户启动rapid install
#cd /u01/Stage12/startCD/Disk1/rapidwiz
#./rapidwiz
➢ Step1: Welcome
➢ Step2: 选择’install Oracle Applications Release 12.1.1’
安装EBS Release 12.1.1 6 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step3: Oracle Configuaration Manager Details
此处设置是针对oracle support访问系统的帐号设置。这里不对其设置。
➢ Step4: ’Configuration Choice’
安装EBS Release 12.1.1 7 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
选择“Create a new configuration”
➢ Step5:port pool选择’6’
生产环境一般使用0、测试环境使用1、这里我们选择6
安装EBS Release 12.1.1 8 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step6: 配置数据库节点
本次安装为TEST环境
Database Type应选择Fresh Database
Databse SID为TEST
检查Host Name、Domain Name、Operating Sytem是否正确
Database OS User为oratest、Database OS User为dba
Base directory为/u01/TEST
➢ Step7 : 选择Component licensing
安装EBS Release 12.1.1 9 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step8:license需要的模块
安装EBS Release 12.1.1 10 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step9: 选择China-CN
➢ Step10: Internationalization Settings
语言选择“American_english-US”,字符集选择“UTF-8”
安装EBS Release 12.1.1 11 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step11:配置应用节点
检查Host Name、Domain Name、Operating Sytem是否正确
Apps OS User为appltest
Apps OS group为appl12i
Base directory为/u01/TEST
Instance directory为/u01/TEST/inst
➢ Step12:显示节点信息
安装EBS Release 12.1.1 12 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step13:验证检查系统设置
安装EBS Release 12.1.1 13 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step14 : Componet Installation Review
➢ Step 15: 开始安装
选择“yes”开始安装
安装EBS Release 12.1.1 14 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step 16: 安装后的验证检查
安装EBS Release 12.1.1 15 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
➢ Step 17: 安装完成
至此安装结束以后,访问路径为:
访问
默认密码 sysadmin/sysadmin
根据之前选择的port为6,登陆时port为8006
设置环境
DB用户,修改 .bash_profile添加变量(根据实际值进行调整):
. /u01/TEST/db/tech_st/11.1.0/TEST_
APP用户,修改 .bash_profile添加变量(根据实际值进行调整):
. /u01/TEST/apps/apps_st/appl/APPSTEST_
数据库、应用启动脚本
启动、停止 DB、APP:
关闭APP
cd /u01/TEST/inst/apps/TEST_ebs/admin/scripts
安装EBS Release 12.1.1 16 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
./ apps/apps
关闭DB
cd /u01/TEST/db/tech_st/11.1.0/appsutil/scripts/TEST_ebs
./ stop TEST
./ stop immediate
启动DB
cd /u01/TEST/db/tech_st/11.1.0/appsutil/scripts/TEST_ebs
./ start TEST
./ start
启动 APP
cd /u01/TEST/inst/apps/TEST_ebs/admin/scripts
./ apps/apps
Relink操作
对于RHEL 5,relink ASCP executables MSO、MSC、MSR、FEM时会报错,使用应用用户appltest修改文件:
$AD_TOP/bin/
CPP_LDFLAGS=' -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -lclntsh'
改为:
CPP_LDFLAGS=' -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -lclntsh -Wl,--noinhibit-exec'
运行adadmin
选择 2. Maintain Applications Files menu
1. Relink Applications programs
完成以后退出adadmin
安装EBS Release 12.1.1 17 of 22
Company Confidential - For internal use only
安装EBS Release 12.1.1 ZHS语言
File Ref: (v 1.0 )
注册简体中文
➢ Step 1: 登陆应用。Oracle Applications Manager责任
用户/密码:sysadmin/sysadmin
菜单路径为:System Administrator/Oracle Applications Manager/License
Manager/
➢ Step 2: 选择“Simplefied Chinese”
➢ Step 3: 选择Base Language
选择American English为base language
Synchronize all Applications multilingual tables
用户appltest,关闭APP服务后运行adadmin
$adadmin
进入后选择 4. Maintain Applications Database Entities menu
然后选择 3. Maintain multi-lingual tables
完成后退出adadmin
安装EBS Release 12.1.1 ZHS语言 18 of 22
Company Confidential - For internal use only
File Ref: (v 1.0 )
adpatch追加中文语言
用户appltest,APP服务为关闭状态
➢ Step1:切换为维护模式
运行adadmin
选择5. Change Maintenance Mode
选择1. Enable Maintenance Mode (启动维护模式)
➢ Step2 : apply 8576725
adpatch
此为解决中文patch性能,应在中文patch安装前操作
➢ Step3: apply 6678700_ZHS
adpatch
此为中文语言patch
安装结束以后关闭维护模式
安装EBS Release 12.1.1 ZHS语言Company Confidential - For internal use only
19 of 22
安装EBS Release 12.1.2 RUP
File Ref: (v 1.0 )
升级前准备
R12.1.1自带的数据库版本为11.1.0.7,修改初始化参数文件
$ORACLE_HOME/dbs/
调整:sga_target、pga_aggregate_target、processes、sessions、utl_file_dir等参数
打patch .2
下载补丁Patch 8502056,解压文件
拷贝8502056/admin/文件到$ORACLE_HOME/appsutil/admin
$cd $ORACLE_HOME/appsutil/admin
$sqlplus /nolog
SQL>conn / as sysdba
SQL>@ applsys
然后进入8502056目录,运行adadmin打补丁
打patch 7303033
解压下载的p7303033_R12_LINUX_-----p7303033_R12_LINUX_文件
进入解压后的7303033目录,运行adadmin
打patch 7303033中文
解压下载的p7303033_R12_文件
进入解压后的7303033_ZHS目录,运行adadmin
安装EBS Release 12.1.2 RUP 20 of 22
Company Confidential - For internal use only
运行测试
EBS系统启动/关闭测试
验证内容 测试结果
File Ref: (v 1.0 )
数据库启动 ok
数据库关闭 ok
NET8启动 ok
NET8关闭 ok
启动Form server ok
停止Form server ok
启动Apache server ok
停止Apache server ok
启动concurrent ok
停止concurrent ok
EBS系统运行测试
验证内容 测试结果
运行中文报表(有效用户) ok
查看中文日志 ok
查看中文输出 ok
中文菜单显示是否正确 ok
中文Form显示是否正确 Ok
运行测试 21 of 22
Company Confidential - For internal use only
遇到的问题及解决方案
File Ref: (v 1.0 )
待补充
Company Confidential - For internal use only
遇到的问题及解决方案 22 of 22


发布评论