archive “2008/03”
how to get all oracle components version ?
by Hamid Reza Fahimi Madjd @ Mar 3, 2008
You can use 2 queries to get oracle components version:
1. select * from product_component_version
in this case you get result like below
PRODUCT VERSION STATUS --------------------------------------------- NLSRTL 9.2.0.1.0 Production Oracle9i Enterprise E... 9.2.0.1.0 Production PL/SQL 9.2.0.1.0 Production TNS for Solaris: 9.2.0.1.0 Production
all fields have crystal clear contents, so i won't describe them
or
2. select * from v$version
that returns same result as above but all fields is concated
BANNER --------------------------------------------- Oracle9i Enterprise Edition Release 9.2... PL/SQL Release 9.2.0.1.0 - Production CORE 9.2.0.1.0 Production TNS for Solaris: Version 9.2.0.1.0 - Produ... NLSRTL Version 9.2.0.1.0 - Production
oracle no comment
recent posts
- › how to use phing to build php projects
- › slice/paging large contents using php
- › how to log methods call in php ?
- › sql IN logical operation for java
- › backup from mysql database's routines
- › how to deploy war file into web root ?
- › how to get all oracle components version ?
- › temporary/memory tables in mysql
- › Set JFreeChart data from database
- › How to search and sort primitive arrays in Java ?
archive
- › 2011/06 (1)
- › 2010/11 (1)
- › 2010/10 (1)
- › 2009/04 (2)
- › 2008/05 (1)
- › 2008/03 (1)
- › 2008/01 (4)
- › 2007/12 (4)
last tweet
- ›