What version of webcenter do I have?
Posted
by angelo.santagata
on Oracle Blogs
See other posts from Oracle Blogs
or by angelo.santagata
Published on Thu, 16 Dec 2010 12:55:53 +0000
Indexed on
2010/12/16
21:12 UTC
Read the original article
Hit count: 426
WebCenter
|webcenter spaces version
Ive seen this come up a few times, someone has webcenter installed, but isnt sure *exactly* which version of webcenter 11g they have installed..
Well its quite easy...
- Connect to sqplus as SYSDBA to the WebCenter database
- Run the following query to get the WebCenter schema:
select username from all_users where username like '%WEBCENTER%';
Take note of the WebCenter username so you can use in next query.
- Run the following query to get the WebCenter version: Replace:
select version
from
Also worth noting this is all documented in support note Note 1053606.1 available at metalink
© Oracle Blogs or respective owner