Tuesday, August 17, 2010

Getting version of Oracle WebLogic Portal Server

How to determine the exact version of Oracle Portal Server you are using?

You can determine the Portal version with the following query executed in the Portal MR database as a dba user.
Substitute your schema name where you see


select VERSION from
.wwc_version$;

No comments: