Search: For:
Browsing Single Category
www.dbatoolz.com ORACLE DBA Forums Solutions › Topic Id: 1163 | Permalink

PORTAL how to find the list of applied patches and portal version

Topic ID: 1163
Created By: 2006-SEP-27 17:02:51 [Vitaliy]
Updated By: 2006-SEP-27 17:02:51 []
Status: New
Severity: Normal
Read Only: No
4401
2006-SEP-27 17:02:51
Moderator
 
 
Registered On: Mar 2006
Total Posts: 267
PORTAL how to find the list of applied patches and portal version

-- portal version
select * from wwc_version$;

-- list of patches applied
select * from wwutl_patch$;

-- list of actions and their date for each patch applied
select * from wwutl_patchlog$ order by BUGNO,TIMESTAMP;