Thursday, 3 January 2013

Patch details

Check R12 applied patch details

select *
FROM
ad_bugs a,
ad_patch_run_bugs b,
ad_patch_runs c,
ad_patch_drivers d ,
ad_applied_patches e
WHERE
a.bug_id = b.bug_id AND
b.patch_run_id = c.patch_run_id AND
c.patch_driver_id = d.patch_driver_id AND
d.applied_patch_id = e.applied_patch_id AND
a.bug_number in  ('9239089','8919491','10281212')
ORDER BY 1 DESC;

Discussion:

https://forums.oracle.com/forums/thread.jspa?threadID=2365402

No comments:

Post a Comment