rows in dba_registry [message #429472] |
Wed, 04 November 2009 01:24 |
chandu_imax
Messages: 46 Registered: May 2008 Location: Hyderabad
|
Member |
|
|
Hi,
We have created two databases one is database1, while installing oracle11g and second is database2 with manual process. We observed
that there are only 2 rows in dba_registry where as in database1
there are 19 rows. Please suggest me.
database1> select COMP_NAME,VERSION,STATUS from dba_registry;
COMP_NAME VERSION STATUS
-----------------------------------------------------------------------------------------------
OWB 11.1.0.6.0 VALID
Oracle Application Express 3.0.1.00.12 VALID
Oracle Enterprise Manager 11.1.0.7.0 VALID
Oracle Ultra Search 11.1.0.7.0 VALID
OLAP Catalog 11.1.0.7.0 VALID
Spatial 11.1.0.7.0 VALID
Oracle Multimedia 11.1.0.7.0 VALID
Oracle XML Database 11.1.0.7.0 VALID
Oracle Text 11.1.0.7.0 VALID
Oracle Expression Filter 11.1.0.7.0 VALID
Oracle Rules Manager 11.1.0.7.0 VALID
Oracle Workspace Manager 11.1.0.7.0 VALID
Oracle Database Catalog Views 11.1.0.7.0 VALID
Oracle Database Packages and Types 11.1.0.7.0 VALID
JServer JAVA Virtual Machine 11.1.0.7.0 VALID
Oracle XDK 11.1.0.7.0 VALID
Oracle Database Java Packages 11.1.0.7.0 VALID
OLAP Analytic Workspace 11.1.0.7.0 VALID
Oracle OLAP API 11.1.0.7.0 VALID
database2> select COMP_NAME,VERSION,STATUS from dba_registry;
COMP_NAME VERSION STATUS
-----------------------------------------------------------------------------------------------
Oracle Database Catalog Views 11.1.0.7.0 VALID
Oracle Database Packages and Types 11.1.0.7.0 VALID
Please suggest me is there anyway to get all the remaining 17
rows. Shall i need to install any of the packages? Thanks in advance.
|
|
|
Re: rows in dba_registry [message #429476 is a reply to message #429472] |
Wed, 04 November 2009 02:00 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:Shall i need to install any of the packages?
Will you? Only you know if you use them or not.
Note that some installed features are no free, are you sure they have been purchased?
Regards
Michel
|
|
|