打Patch前,往往需要 通过adadmin命令把系统模式设置成Maintainance Mode,这里再多提供一个打开或者关闭Maintainance Mode的方法。
(首先说明这种通过SQL的方式维护系统并不推荐,毕竟绕开了正式管理工具直接执行,提供这么个信息可以让大家开阔下思路,至少知道所有的管理命令在后台都对应了一些脚本,可以打开看看这些脚本,了解内部的内部机制)
可以通过Sql直接执行
1.SQL script to Enable/Disable the maintenance mode for Apps system.
sqlplus <APPS_Schema name>/<APPS Password>@$AD_TOP/patch/115/sql/ adsetmmd.sql ENABLE | DISABLE
(This script should be run in APPS schema.)
ENABLE - Enable Maintenance Mode .
DISABLE - Disable Maintenance Mode.
2.通过数据库,查询当前系统是否处于Maintainance模式
SQL> SELECT FND_PROFILE.VALUE('APPS_MAINTENANCE_MODE') FROM DUAL;
If it is in Maintenance Mode the above query will show as follows:FND_PROFILE.VALUE('APPS_MAINTENANCE_MODE')
---------------------------------------------------------
MAINT
If it is not in Maintenance Mode the above query will show as follows:
FND_PROFILE.VALUE('APPS_MAINTENANCE_MODE')
---------------------------------------------------------
NORMAL
EBS R12.1 Maintainance Mode
未经允许不得转载:徐万新之路 » EBS R12.1 Maintainance Mode
最新评论
这个牛
放下欲望,男人从来不醉,充分且必要
勇气、责任、自信、创新,为天下先!
软件即数据,软件即服务,软件即管理,软件就是对人类各种社会活动的仿真和记录。软件很重要,但软件不可能凌驾于业务之上,尤其不可能高人一等。