环境变量设置

oracle 用户,应用env环境变量
. /u01/app/db/tech_st/11.1.0/PROD_erpapp1.env
alias s='sqlplus / as sysdba'
alias a='tail -f /u01/app/db/tech_st/11.1.0/admin/PROD_erpapp1/diag/rdbms/prod/PROD/trace/alert_PROD.log'
applmgr 用户,应用env环境变量
[applmgr@erpapp1 ~]$ cat .bash_profile
# .bash_profile # Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH
. /u01/app/apps/apps_st/appl/APPSPROD_erpapp1.env

 启动到维护模式打中文加速patch 8576725;补丁程序8576725: 12.1.1 NLS PATCHING PERFORMANCE FIX

启动到维护模式
adadmin -> 5.    Change Maintenance Mode -> 1.    Enable Maintenance Mode

进入补丁目录打补丁

[applmgr@erpapp1 patch]$ cd 8576725/
[applmgr@erpapp1 8576725]$ ls
ad admin b8576725.ldt f8576725.ldt j8576725_3p.zip j8576725_ad.zip j8576725_xdo.zip marker1.txt patch_metadata.xml README.html README.txt SuccessfullyRanAdjcopy.txt u8576725.drv
[applmgr@erpapp1 8576725]$ adapters

  关闭维护模式

adadmin -> 5.    Change Maintenance Mode ->2.    Disable Maintenance Mode

通过sysadmin登录esb,设置语言

System Administrator -> License Manager -> Languages -> 26 Simplified Chinese   Base Language 选择 Simplified Chinese

  关闭应用进入到维护模式

[applmgr@erpapp1 ~]$ cd $ADMIN_SCRIPTS_HOME
./adstpall.sh apps/apps
检查以下进程是否关闭
ps -ef|grep applmgr
ps -ef|grep httpd
ps -ef|grep FNDLIBR
ps -ef|grep java
ps -ef|grep frmweb

  启动到维护模式
adadmin -> 5.    Change Maintenance Mode -> 1.    Enable Maintenance Mode

进入补丁目录开始打补丁

[applmgr@erpapp1 6678700_ZHS]$ pwd
/u01/soft/patch/6678700_ZHS
adapters

  关闭维护模式,启动应用

[applmgr@erpapp1 ~]$ cd $ADMIN_SCRIPTS_HOME
./adstrtal.sh apps/apps

  进入页面时选择中文

ebs 12.1.1打中文补丁的更多相关文章

  1. DBA_Oracle Erp R12中文补丁安装升级(案例)

    2014-07-11 Created By BaoXinjian

  2. Ubuntu 12.04 gedit编辑器 中文乱码

    百度一下查看了很多关于这个问题的解决方法,无非是用通过配置编辑器修改键值来解决.但是由于我的ubuntu是12.04版本的,搜索到的很多方法都不能用,网上一般的解决办法如下: 打开“注册表”(从字面理 ...

  3. ebs 12.1.1 单节点多用户安装

    本次测试环境:操作系统 oracle linux 6.9   oracle ebs 12.1.1   192.168.20.210  erpapp1.hthorizon.com erpapp1 yum ...

  4. Oracle EBS 12.2.6 on VirtualBox

    Back in May, Oracle announced the general availability of Oracle VM Virtual Appliance for E-Business ...

  5. ubuntu 12.04 LTS server 中文乱码【转】

    ubuntu 12.04 LTS server 中文乱码 最近装了一台ubuntu 12.04 server装完后是没有桌面的,后来又手动安装了桌面,但进行后发现桌面是乱码,应该是缺少字体在googl ...

  6. Symmetrical Network Acceleration with EBS 12

    Andy Tremayne, my esteemed colleague and fellow blogger, has published a new whitepaper that discuss ...

  7. JDeveloper 10g Certified on Windows 10 for EBS 12.1

    JDeveloper 10g is now certified for Windows 10 desktops for Oracle E-Business Suite 12.1.  See: Reco ...

  8. Forms and Reports Developer 10g Certified on Windows 10 for EBS 12.x

    Forms Developer 10g and Reports Developer 10g are now certified on Windows 10 desktops for E-Busines ...

  9. Workflow Builder 2.6.3 Certified on Windows 10 for EBS 12.x

    By Steven Chan - EBS-Oracle on May 17, 2016 Workflow Builder 2.6.3 is now certified on Windows 10 de ...

随机推荐

  1. Part-Nine

    1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

  2. 微信小程序入门教程(一)API接口数据记录

    今天测试用小程序调用API接口,发现有些数据打印都是对象,怎么全部打印详细点来 小程序代码: httpsearch: function (name, offset, type, cb) { wx.re ...

  3. GeoGlobe Server使用问题收集

    本人在做数字县区过程中,需要吉奥GeoGlobe Server发布数据,期间遇到些平台问题.故立此帖,作为参考. 1 字段限制: GeoGlobe 5.2部署在我的服务器Windows Server ...

  4. MongoDB统计文档(Document)的数组(Array)中的各个元素出现的次数

    一,问题描述 [使用 unwind 操作符 “解包” Document 里面的Array中的每个元素,然后使用 group 分组统计,最后使用 sort 对分组结果排序] 从 images.json ...

  5. adduser Ubuntu添加sudo用户

    第一种方法: 添加sudo用户 当你安装Ubuntu的时候,它会自动添加第一个用户到sudo组,允许这个用户通过键入其自身帐户密码来获得超级用户(root)身份.然而,系统不会再自动添加其他的用户到s ...

  6. 群发技术-使用python3给微信好友群发消息

    本文介绍如何给个人微信好友群发消息. 微信个人号中的群发助手可以一次给30个发送消息,如果要给所有所有群发,则需要自己手动发送多次,或者借助程序实现了.本文即是程序实现教程 一.原理 在微信的官方网站 ...

  7. [译]使用NuGet管理共享代码

    原文 可以在内网部署自己的私人NuGet仓储服务. Setting it up 本例中我们创建一个发邮件的类,将其作为我们自己的NuGet包: using System; using System.N ...

  8. git撤销中间的某次提交

    这几天在开发一个新功能,应为着急上线,所以就把代码提交上去了,当现在有时间又要再改改,又要把我那次提交全部删掉,想重新再写,但是代码已经合了,而且还有其他同事的代码,我的提交在中间的某个部分,所以我想 ...

  9. 生成器的throw和close方法

    def gen_func(): try: yield 1 except Exception as e: pass yield 2 yield 3 yield 4 yield 5 return &quo ...

  10. mysql 架构 ~ MGR 与PXC的对比

    一 简介 MGR和PXC的对比 二  WriteSet1 定义 是组件对于写节点应用事务生成binlog的再封装,用来验证其他节点的事务冲突 PXC构成key db_table_组件值data bin ...