oracle11g - Determine Oracle Warehouse Builder version -


is there way check whether server running 11g release 2 or 11g release 1 version of oracle warehouse builder?

also safe assume release 11.1.0.7.0 in terms of oracle instance (as opposed owb) instance of 11g release 1?

select * v$version; 

returns

oracle database 11g enterprise edition release 11.1.0.7.0 - 64bit production pl/sql release 11.1.0.7.0 - production core    11.1.0.7.0  production tns solaris: version 11.1.0.7.0 - production nlsrtl version 11.1.0.7.0 - production 

"also safe assume release 11.1.0.7.0 in terms of oracle instance (as opposed owb) instance of 11g release 1?"

yes.

to version of owb, try...

select release   all_iv_installations; 

(i can't test haven't got owb installed.)

ref: http://download.oracle.com/docs/cd/e10926_01/doc/owb.101/b12146/d_pub.htm


given owb schema installed database, seems that's version of owb you'll have, unless think it's been upgraded seperately.

it seems possible install owb 11.2 11.1 database:

"it not necessary download standalone software unless have of following needs: - install owb 11.2 , host owb repository on oracle database 10 g release 2 or oracle database 11 g release 1. "

http://www.oracle.com/technetwork/developer-tools/warehouse/downloads/index.html


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -