Upgrade 19c Appstier Patches

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

SELECT adb.bug_number, aat.name appl_top_name, adb.language, adb.

creation_date,
decode(ad_patch.is_patch_applied('R12',aat.appl_top_id,adb.bug_number,adb.language)
,'EXPLICIT','APPLIED','NOT_APPLIED','NOT APPLIED') status
FROM ad_bugs adb,
(select aat.name, aat.appl_top_id
from applsys.ad_appl_tops aat,
(select distinct fat.name from applsys.fnd_appl_tops fat) fat
where aat.name=fat.name ) aat
where adb.bug_number in (
'26834480',
'28840822',
'25452805',
'26052406',
'30433124',
'31349591',
'31800803',
'33346385',
'19597008',
'20251314',
'28732161',
'31088182',
'26521736'
) order by adb.bug_number,aat.name,adb.language;

Patches to apply, comments on them, and relevant Oracle E-Business Suite releases.
select * from ad_bugs where bug_number in (
'26834480',
'28840822',
'25452805',
'26052406',
'30433124',
'31349591',
'31800803',
'33346385',
'19597008',
'20251314',
'28732161',
'31088182',
'26521736')

Applied
select * from ad_bugs where bug_number in (
'31349591',
'31800803',
'33346385',
'28732161',
'31088182',
----'26521736'
);fDDf

adop phase=apply apply_mode=downtime


patches=33346385,31088182,31349591,31800803,28732161

adop phase=prepare,apply,finalize,cutover,cleanup mtrestart=no


patches=33346385,31088182,31349591,31800803,28732161 restart=yeswelcome1
perl $AD_TOP/bin/admkappsutil.pl

You might also like