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
|
||||
|
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;