Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Patches details
> opatch is used to see applied patches at database level.
> What command or how to check what are patches have been applied to Oracle
> E-Business Suite?
or
2. By querying the database:
SELECT bug_number
FROM ad_bugs
WHERE bug_number IN ('patch_number', 'patch_number', . . .)
ORDER BY bug_number DESC;
Regards
Dimitre
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Sep 10 2006 - 01:45:41 CDT
![]() |
![]() |