- Verify applied patches
sqlplus / as sysdba
SELECT DISTINCT bug_number,language,creation_date
FROM apps.ad_bugs
WHERE bug_number IN ('20128107')
ORDER BY bug_number,language,creation_date
/
- Disable “Maintenance Mode”
On Primary Application Node:
sqlplus -s apps/`apps` @$AD_TOP/patch/115/sql/adsetmmd.sql DISABLE
This comment has been removed by a blog administrator.
ReplyDelete