123
返回列表 发新帖
楼主: konlon

安裝Oracle application 11i

[复制链接]
论坛徽章:
1
授权会员
日期:2006-08-14 16:54:57
21#
发表于 2004-6-3 21:38 | 只看该作者
不是,我还是准备安装win2000的版本,不过我觉得应该与我的老系统隔离,重装一下

使用道具 举报

回复
论坛徽章:
20
年度论坛发贴之星
日期:2005-06-14 05:07:03ITPUB元老
日期:2005-11-09 11:11:11现任管理团队成员
日期:2011-05-07 01:45:08版主6段
日期:2012-05-15 15:24:11
22#
发表于 2004-6-3 22:12 | 只看该作者
是将所有文件拷至硬盘来安装吗?是那个目录结构吗?

使用道具 举报

回复
论坛徽章:
0
23#
发表于 2004-6-4 13:32 | 只看该作者
这个话题以前不是专门讨论过了么?而且也形成了相对全面的文档,怎么还要自己乱闯呢?不是很浪费时间的么?为什么不去找来看,效率就是生命呀!

使用道具 举报

回复
论坛徽章:
20
年度论坛发贴之星
日期:2005-06-14 05:07:03ITPUB元老
日期:2005-11-09 11:11:11现任管理团队成员
日期:2011-05-07 01:45:08版主6段
日期:2012-05-15 15:24:11
24#
发表于 2004-6-4 13:43 | 只看该作者
最初由 havent_bao 发布
[B]这个话题以前不是专门讨论过了么?而且也形成了相对全面的文档,怎么还要自己乱闯呢?不是很浪费时间的么?为什么不去找来看,效率就是生命呀! [/B]


想证实下那目录结构是否确?

使用道具 举报

回复
论坛徽章:
1
授权会员
日期:2006-08-14 16:54:57
25#
发表于 2004-6-4 20:07 | 只看该作者
ayoung,那个目录结构适合11。5。8,我是自动安装的

使用道具 举报

回复
论坛徽章:
20
年度论坛发贴之星
日期:2005-06-14 05:07:03ITPUB元老
日期:2005-11-09 11:11:11现任管理团队成员
日期:2011-05-07 01:45:08版主6段
日期:2012-05-15 15:24:11
26#
发表于 2004-6-4 22:18 | 只看该作者
谢谢,gaopeng.

有空多上来指导指导我们大家.

使用道具 举报

回复
论坛徽章:
1
授权会员
日期:2006-08-14 16:54:57
27#
发表于 2004-6-5 20:20 | 只看该作者
我昨晚上又装了一遍,自动安装成功了,现在正试着装中文包

使用道具 举报

回复
论坛徽章:
20
年度论坛发贴之星
日期:2005-06-14 05:07:03ITPUB元老
日期:2005-11-09 11:11:11现任管理团队成员
日期:2011-05-07 01:45:08版主6段
日期:2012-05-15 15:24:11
28#
发表于 2004-6-5 21:07 | 只看该作者
什么时候搞个打中文包的操作文档上来?傻瓜些的...期待中...

使用道具 举报

回复
论坛徽章:
1
授权会员
日期:2006-08-14 16:54:57
29#
发表于 2004-6-6 17:35 | 只看该作者
我倒是找到一个不过还没试,先粘在下面
1. 检查是否需要安装nls之前的Patch,R11.5.7与11.5.8不需要  
2. Activate the addtional language using License Manager:
  - In an X-Window session execute adlicmgr.sh.
  - Select the option,"Update your current licensed products."
  - Select the additional languages.
  - Check the installed and base languages after running License Manager:
   $sqlplus apps/apps
   SQL> select NLS_LANGUAGE from fnd_languages where installed_flag in ('B','I');
3. 检查环境变量 NLS_LANG的设置
   AMERICAN_AMERICA. that supports the new language installed.
   中文一般:AMERICAN_AMERICA.ZHS16GBK
4. Check that the $APPL_TOP/.env file contains
   NLSSUPPORT="YES"
   export NLSSUPPORT
5. Add the variable NLSSUPPORT=YES to the $APACHE_TOP/conf/apps.conf file:
   To enable NLS/MLS add the following line to the end of the apps.conf file:  
   SetEnv NLSSUPPORT  YES
   note:APACHE_TOP :/oracle/prod/prodora/iAS/Apache/Apache
6. Maintain Multilingual tables from Adadmin.
   (This step MUST be performed before installing NLS, otherwise the translation  tables will   
   not contain the correct rows for the new languages.)
7. Apply NLS Drivers.
  (This step will install NLS.) Use AutoPatch to apply the following patch drivers using the respective 11i  version:
  11.5.7:
  cpnls11i.drv (Duration approx. 30 min.)
  nls1150.drv  (Duration approx. 2.5 hrs.)
  d2123967.drv (Duration approx. 3 hrs.)
  11.5.8:
  cpnls11i.drv (Duration approx. 30 min.)  
  nls1150.drv  (Duration approx. 2.5 hrs.)
  d2293243.drv (Duration approx. 3 hrs.)  
8. Update ICXINDEX.htm for the New Language with the Correct DAD Name.
  Update  $ICX_TOP/html//ICXINDEX.htm - Insert DAD
  Update  $OA_HTML//ICXINDEX.htm - Insert DAD   
  To successfully access the Personal Home Page, modify ICXINDEX.htm in the  OA_HTML and ICX_TOP for each active language in

the Oracle Applications  installation. In each file, replace INSERT_YOUR_PLSQL_DAD_NAME_HERE with  pls/, where is

the name of the Database Access Descriptor used by  Apache mod_plsql. The DAD name is the same as the value of the database

SID.  
For example, on UNIX if the German NLS language is installed and the database  SID is PROD, update $OA_HTML/D/ICXINDEX.htm

and $ICX_TOP/html/D/ICXINDEX.htm  like this:

TARGET="_top">

9.  Modify FORMS60_PATH to Include NLS Directories:
   - Edit the file $APPL_TOP/.env.
   - Include fhe following directories in the $FORMS60_PATH enviroment variable:
   $AU_TOP/resource
   $AU_TOP/resource/US
   $AU_TOP/resource/
   $AU_TOP/forms/US
   $AU_TOP/forms/
==================================================================================
FORMS60_PATH="$AU_TOP/resource:$AU_TOP/resource/US:$AU_TOP/resource/ZHS:$AU_TOP/forms/US:$AU_TOP/forms/ZHS"
export FORMS60_PATH
==================================================================================

10. Compile the flexfield data from adadmin. (Duration approx. 10 min.)
11. Generate message files from adadmin. (Duration approx. 5 min.)
12. Generate forms and libraries from adadmin. (Duration approx. 2 hrs.)
13. Generate reports from adadmin. (Duration approx. 3 hrs.)
14. Add 'Preferences' Responsibility to the User:
    - Enter the forms application using the 'System Administrator' responsibility.
    - Navigate to Security - User - Define.
    - Add the responsibility 'Preferences' to the user.
    - Save the changes.
15. END.

使用道具 举报

回复
论坛徽章:
0
30#
发表于 2004-6-15 16:50 | 只看该作者
谁有MKS ,急用 谢谢!

使用道具 举报

回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

TOP技术积分榜 社区积分榜 徽章 团队 统计 知识索引树 积分竞拍 文本模式 帮助
  ITPUB首页 | ITPUB论坛 | 数据库技术 | 企业信息化 | 开发技术 | 微软技术 | 软件工程与项目管理 | IBM技术园地 | 行业纵向讨论 | IT招聘 | IT文档
  ChinaUnix | ChinaUnix博客 | ChinaUnix论坛
CopyRight 1999-2011 itpub.net All Right Reserved. 北京盛拓优讯信息技术有限公司版权所有 联系我们 未成年人举报专区 
京ICP备16024965号-8  北京市公安局海淀分局网监中心备案编号:11010802021510 广播电视节目制作经营许可证:编号(京)字第1149号
  
快速回复 返回顶部 返回列表