惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
S
Securelist
MyScale Blog
MyScale Blog
Jina AI
Jina AI
罗磊的独立博客
The Cloudflare Blog
美团技术团队
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
月光博客
月光博客
雷峰网
雷峰网
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
大猫的无限游戏
大猫的无限游戏
博客园 - Franky
博客园 - 聂微东
Y
Y Combinator Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MongoDB | Blog
MongoDB | Blog
T
Tailwind CSS Blog
Attack and Defense Labs
Attack and Defense Labs
博客园_首页
Latest news
Latest news
Apple Machine Learning Research
Apple Machine Learning Research
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
The Hacker News
The Hacker News
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
D
Docker
Webroot Blog
Webroot Blog
N
Netflix TechBlog - Medium
T
Tor Project blog
C
Cyber Attacks, Cyber Crime and Cyber Security
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
The Last Watchdog
The Last Watchdog
B
Blog
Recent Announcements
Recent Announcements
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Security Latest
Security Latest
V2EX - 技术
V2EX - 技术
N
News | PayPal Newsroom
Microsoft Security Blog
Microsoft Security Blog

博客园 - 沧海笑

会计帐目用语 见识阿里巴巴的妖精团队 新的一年需要改进的地方还有很多 ERP系統借贷关系表 作业成本法项目实施感想系列之十二:标准成本还是实际成本 关于管理会计 标准和平均成本计算比较 VMware 下 RHEL4网络配置 Vmware tools安装 Vmware 网络连接方式汇总(见回复1) 看书笔记:从今天开始看《LINUX与UNIX SHELL编程指南》, 计划每天一章,希望能够坚持下来。 linux常用命令 modify dba password oracle EBS 报表不能输出常见解决方案 VSFTPD的设置参考文档(转载) linux下使用fdisk分区 (转载小惠惠) oracel ebs 管理学习篇二--------如果创建自定义菜单 oracel ebs 管理学习篇一 关于oracle EBS 项目成本分摊
ebsse clone manual
沧海笑 · 2006-07-22 · via 博客园 - 沧海笑

clone是件比较简单而重要的工作,关键要自己动手练习一下。下面简单说下FMS ebsse clone 步骤及注意点。

1,Ensure oracle database & application all normal;

2,Log in system as database user, direct to : $ORACLE_HOME/appstuil/scripts/$CONTEXT_NAME,then run: perl adpreclone.pl dbTier;

3, Ensure clone is success. Check the logfile.

4, Log in system as apps user,direct to $COMMON_TOP/admin/scripts/$CONTEXT_NAME, than run :perl adpreclone.pl appsTier;

5, Ensure clone is success, double check the logfile;

6, Stop the apps&DB, copy all file to target env. I recommend that first we make a bag used tar, and then gzip to target.

6 , change the ower for file which had copied.eg: chown apptorcli:dbporcli applcsf applmgr oracle scripts.(if there don't have the user for test, you should first create the db user and apps user)

7, Lon in system as DB user, direct to : $ORACLE_HOME/appsutil/clone/bin, then run perl adcfgclone.pl dbTier;

8, Ensure clone success, you can test wether database is normal;

9, Log in system as apps user,direct to $COMMON_TOP/clone/bin, then run: perl adcfgclone.pl appsTier;

10, check the log.

ok,clone has completed.