appsutil.zip目录生成不全

参考链接:https://community.oracle.com/thread/2205317?start=0&tstart=0
I'm cloning my production server (R12: 12.0.4, my os is RHEL 5.3 x86) by using doc ID 406982.1, when applying latest autoconfig patch 9386653 and latest latest Rapid clone patches 9171651:R12.OAM.A and 9833058:R12.OAM.A 
when creating appsutil.zip file through admkappsutil.pl and uncompressing it, it misses some folders. (i only get bin html java media perl sql and template))after following forum notes doc ID 377495.1(doc ID 820077.1 is not available) utility: 
perl adbldxml appsuser=<APPSuser> appspasswd=<APPSpwd> failed due to lack of jre and install folders.I copied jre folder from my backed up former appsutil and utility completed successful with context file and log folderin appsutil folder.after running adconfig.sh utility folders out, install and scripts added.my problem is; how can i get other folders i.e clone, driver, outbound and tempnote: clone is needed in running post clone. i.e adcfgclone.plThanks


 
How
To Recreate the <RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME> directory (Doc ID 377495.1)
To
Bottom

Modified:22-Jan-2013Type:HOWTO

In this Document

  Goal
  Fix
  References

APPLIES TO:
Oracle Applications Manager - Version 11.5.7 to 11.5.10.2 [Release 11.5 to 11.5.10]
Information in this document applies to any platform.
Checked for relevance on 22-JAN-2013
GOAL
The $ORACLE_HOME/appsutil directory or subdirectories of appsutil are missing.
How to recreate this directory with its subdirectories and contents?
How can I run AutoConfig on Database Tier without this directory, since adautocfg.sh exists in <RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>? 
FIX
To implement the solution, please update the RDBMS ORACLE_HOME file system with AutoConfig files from the AppsTier by performing the following steps exactly:
1. On the Application Tier (as the APPLMGR user):
2. Log in to the APPL_TOP environment and source the environment file.
3. Create appsutil.zip file: "perl <AD_TOP>/bin/admkappsutil.pl".
(This will create appsutil.zip in $APPL_TOP/admin/out/appsutil.zip)
4. Copy or FTP the appsutil.zip file to the RDBMS $ORACLE_HOME.
5. On the Database Tier (as the ORACLE user):
$ cd $ORACLE_HOME
$ unzip -o appsutil.zip
6. Generate the Database Context File:
Context File Creation on UNIX 
$ cd $ORACLE_HOME
$ . <SID>_<HOST>.env
$ cd $ORACLE_HOME/appsutil/bin
$ perl adbldxml.pl tier=db appsuser=<APPSuser> appspasswd=<APPSpwd>
$ cd $ORACLE_HOME/appsutil/bin
$ adconfig.sh contextfile=<CONTEXT> appspass=<APPSpwd>
 
After running the these steps, all files and directories for Autoconfig are now present, including "$ORACLE_HOME/appsutil/bin/adautocfg.sh" and the "$ORACLE_HOME/appsutil/scripts" directory.
REFERENCES

时间: 2024-10-24 11:19:45

appsutil.zip目录生成不全的相关文章

tmp-azkaban在工作目录生成很多临时文件

问题描述 azkaban在工作目录生成很多临时文件 azkaban在工作目录生成很多临时文件,每个job差不多是两个临时文件,类似于 XXX_output_1071020255193241952_tmp XXX_6205269398630826253_tmp 我的问题是,能不能将临时文件产生在别的目录,或者直接不生成

代码-php 帝国cms目录生成问题1111

问题描述 php 帝国cms目录生成问题1111 以下代码 是帝国cms functions.php 2925 行左右 在生成mingxing/hehe/的时候 hehe 生成没问题! 但是mingxing这个生成不出来 好像是权限问题 怎么改 $tfilename='/mingxing/hehe/'; $dopath=ECMS_PATH.$tfilename."/"; $mk=DoMkdir($dopath);

VS 2015 bin 目录生成的 Microsoft.VisualStudio.dll

问题描述 大家现在在用VisualStudio2015吗?当你随便创建一个新的Project的时候,Build一下,你会发现,在bin目录下生成了很多Microsoft.VisualStudio.*.dll,这个有什么选项可以控制他不生成这么多的dll文件吗? 解决方案 解决方案二:路过!!我用的是2012相当稳定推荐!!最新的不一定是最好的解决方案三:VS2013解决方案四:VS2013,顶一个!解决方案五:我用的VS2015版的啊,怎么没有遇到你这样的问题,你能把具体目录地址和我说下不,可能

用WPS office 2007生成目录

在一篇正确设置了样式的WPS office 2007文档中插入目录是一件非常容易的事.只须将光标放到要插入目录的位置(我一般是将其置于文档的开头部分),从菜单中依次点[插入]→[引用]→[目录],在弹出的设置面板中做适当的设置即可了(图1). 图1 下面我们对这些选项逐一进行说明: [制表符前导符]在此选择目录项与页号之间的引导符,有圆点.实线.虚线等样式可选.要注意的是,此项与下面"页码右对齐"项相关联,如果没有勾选"页码右对齐",则前导符不会显示. [显示级别]

WinRAR如何生成ZIP压缩文件

  在WinRAR中已经内置有ZIP压缩器,只要选中文件后,点下工具栏上的"添加"按钮,并选择压缩包格式为ZIP即可生成ZIP格式的文件,免去了启动WinZIP的麻烦.

java生成zip文件,使用密码加密的问题

问题描述 我在项目中有这样的需求:使用java生成zip文件,然后使用密码加密生成好的zip文件,分别将zip文件和密码发送两封邮件给用户,用户使用密码解压zip文件. 现在zip文件生成没有问题,但是使用密码加密始终没有搞定,请教各位有没有什么办法可以解决? 我在网上找到一篇文章讲类似的解决方案 http://java.sys-con.com/node/1258827 文中使用了"winzipaes","sevenzipjbind","Bouncecas

用PHP生成excel文件到指定目录_php实例

最近公司要生成报表,用PHP生成. header("Content-type:application/vnd.ms-excel"); header("Content-Disposition:attachment;filename=test_data.xls"); 我百度了下,貌似这个很快能够实现,但是这个文件却是生成在在浏览器下载的地方, 我想把生成的文件生成到指定的目录,这样能否实现呢? 还有,可以往里面插入图片吗? PHPExcel是英文的,看了半天没看懂.有没

PHP简单实现生成txt文件到指定目录的方法_php技巧

本文实例讲述了PHP简单实现生成txt文件到指定目录的方法.分享给大家供大家参考,具体如下: <?php //fopen第二个参数可以是以下四个,区别就是是清空内容再写还是在后面累加内容 //"w" 写入方式打开,将文件指针指向文件头并将文件大小截为零.如果文件不存在则尝试创建之. //"w+" 读写方式打开,将文件指针指向文件头并将文件大小截为零.如果文件不存在则尝试创建之. //"a" 写入方式打开,将文件指针指向文件末尾.如果文件不存

使用PHP生成1000个随机注册码

一般程序中都需要用到注册码,为了防止盗版,如果把生成的注册码保存到数据库里,并且通过软件在客户端访问服务器来匹配客户端输入的验证码是否正确,这是一种好的解决盗版的方案. 下面描述的代码就是使用PHP生成数字验证码,类似于:152-562-986-230 这样的,为了保证验证码不被猜中,我们采用比较复杂的12位数字,那么可能性就有:999999999999 这么多,那么重复的几率就很小. 我们下面的的程序就演示了身成1000个随机的注册码的例子.包括两个程序,一个程序用来生成从 100到999的序