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

推荐订阅源

C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
T
Threat Research - Cisco Blogs
小众软件
小众软件
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
C
Cyber Attacks, Cyber Crime and Cyber Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
V
V2EX
博客园 - 【当耐特】
C
Cybersecurity and Infrastructure Security Agency CISA
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
The Last Watchdog
The Last Watchdog
Simon Willison's Weblog
Simon Willison's Weblog
T
Threatpost
S
Secure Thoughts
O
OpenAI News
P
Proofpoint News Feed
S
SegmentFault 最新的问题
Forbes - Security
Forbes - Security
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Scott Helme
Scott Helme
T
Tenable Blog
A
Arctic Wolf
L
LINUX DO - 热门话题
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
www.infosecurity-magazine.com
www.infosecurity-magazine.com
V
Visual Studio Blog
Hacker News: Ask HN
Hacker News: Ask HN
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
博客园 - Franky
WordPress大学
WordPress大学
Know Your Adversary
Know Your Adversary
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
PCI Perspectives
PCI Perspectives
L
LINUX DO - 最新话题
H
Heimdal 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.