PRODUCT_COMPONENT_VERSION
contains version and status information for component products.
Column
|
Datatype
|
NULL
|
Description
|
PRODUCT | VARCHAR2(64) |
Product name
| |
VERSION | VARCHAR2(64) |
Version number
| |
STATUS | VARCHAR2(64) |
Status of release
|
Note:
The following query checks the current Oralce Database release number:
SQL> select * from product_component_version;
PRODUCT VERSION STATUS
---------------------------------------- --------------- --------------------
NLSRTL 11.1.0.6.0 Production
Oracle Database 11g Enterprise Edition 11.1.0.6.0 64bit Production
PL/SQL 11.1.0.6.0 Production
TNS for Solaris: 11.1.0.6.0 Production
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
PL/SQL Release 11.1.0.6.0 - Production
CORE 11.1.0.6.0 Production
TNS for Solaris: Version 11.1.0.6.0 - Production
NLSRTL Version 11.1.0.6.0 - Production
Oracle dynamic performance views
More Oracle DBA tips, please visit Oracle DBA Tips
No comments:
Post a Comment