select ADOP_SESSION_ID, BUG_NUMBER, STATUS, APPLIED_FILE_SYSTEM_BASE, PATCH_FILE_SYSTEM_BASE, ADPATCH_OPTIONS, NODE_NAME, END_DATE, CLONE_STATUS
from ad_adop_session_patches
order by end_date desc;
Note: STATUS
R - Patch Application is going on.
N - Not Applied In the current node but applied in other nodes
C - Reserved for clone and config_clone. Indicates clone completed normal
H - Patch failed in the middle of the session
F - Patch failed in the middle but user tried to skip some failures.
S - Patch Application succeeded after skipping the failed jobs.
Y - Patch Application succeeded.
from ad_adop_session_patches
order by end_date desc;
Note: STATUS
R - Patch Application is going on.
N - Not Applied In the current node but applied in other nodes
C - Reserved for clone and config_clone. Indicates clone completed normal
H - Patch failed in the middle of the session
F - Patch failed in the middle but user tried to skip some failures.
S - Patch Application succeeded after skipping the failed jobs.
Y - Patch Application succeeded.