博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
<<Oracle Applications DBA 基础(第二期)>>Week 12 exercise
阅读量:4176 次
发布时间:2019-05-26

本文共 1861 字,大约阅读时间需要 6 分钟。

1. 使用 adadmin , 并 "Enable Maintenance Mode".

adadmin menu_option=ENABLE_MAINT_MODE

--EOF--

2. 如果 Maintenance Mode 是 Enable 了, 你能 startup application 吗 ?如果能, 你能在 browser 中 login 到 sysadmin 用户吗 ?

即使已经Enable了Maintenance Mode,仍可以startup application, 不过sysadmin用户不能login,打开login url后会看到以下消息:

The system has not been taken off maintenance mode completely. Please contact your System Administrator.

--EOF--

3. 使用 adadmin , 并 Disable Maintenance Mode".

adadmin menu_option=DISABLE_MAINT_MODE

--EOF--

4. 在做 adpatch 中, 我们通常会要 parallel processing, 也就是 会起动 多个 ad worker, 请问 在这个过程中,
manager 和 ad worker 之间是通过那个 表( table) 来传递信息的 ?

FND_INSTALL_PROCESSES

--EOF--

5. 同上, ad worker 的log file 在 那里 ?

$APPL_TOP/admin/$TWO_TASK/log/

--EOF--

6. 同上, 如果 你的机器有 两个 CPU core ,而 你要 打 一个 很大的patch, 需要update 很多 数据库 object, 有人跟你说 , 你需要启动 越多的adworker 越好,
你觉得有道理吗 ?你觉得 启动多少个 合适? 

因为目的是Parallel processing, adworker 的数目显然要吻合系统的CPU ,Memory 能力, Oracle的推荐最大值是 CPU 数目 +2 。 

具体可参考 How to Troubleshoot "adpatch" Performance Issues: Slow, Hanging or Crashes (Doc ID 756063.1)

FROM:

 《Oracle Applications DBA 基础》5- AD 工具 and patching

www.itpub.net/thread-1409697-1-1.html

--EOF--

7. 下载 patch 9239089 ( R12.AD.B.delta.3  (p9239089_R12.AD.B_R12_LINUX)) .

My Oracle Support (https://support.oracle.com) > Patches and Updates > Patch Search > 9239089

--EOF

8. In week 4, We learn that we can rollback an autoconfig session. Can autopatch be rolled back ?

If not , what we can do to reverse the change if something goes wrong during the adpatch process ?

adpatch can't be rolled back.

in case of we want to reverse changes adpatch made, we can backup application tier on AP node and enable flashback database feature on DB node, so that we can revert back if something goes wrong.

Reference:

adpatch can rollback?

http://teachmeoracle.com/forum/viewtopic.php?t=4533&sid=ab8734ce844cd82bd4878bba61a5c682

--EOF--

转载地址:http://wztai.baihongyu.com/

你可能感兴趣的文章
Apache mod_wsgi模块简介
查看>>
OpenStack Identity service简介
查看>>
OpenStack NFV Orchestration服务,暨OpenStack Tacker入门指南
查看>>
PKI及Blockchain-Base PKI概述
查看>>
EJBCA简介
查看>>
Infoblox Grid Manager简介
查看>>
Google git-repo (Repo)工具简介
查看>>
蹩脚的CSDN手机绑定
查看>>
Windows系统中的Python开发环境
查看>>
Jenkins中的SSH Plugin暨SSH remote hosts配置
查看>>
Linux下的rsync命令详解(受不了网上以讹传讹的翻译)
查看>>
git clone命令详解
查看>>
Gerrit 2.14入门指南
查看>>
Gerrit的commit-msg hook使用指南
查看>>
git fetch, git pull与git rebase比较
查看>>
Gerrit的ssh命令之gerrit query详解
查看>>
git cherry-pick与git cherry命令详解
查看>>
Docker入门指南
查看>>
Container架构与Hypervisor(VM)架构的对比
查看>>
Docker常用命令(非swarm模式)
查看>>