Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle versioning discovery

Re: Oracle versioning discovery

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Wed, 29 Oct 2003 11:20:18 +0000
Message-ID: <vEN7ZfAyJ6n$QxQb@peterfinnigan.demon.co.uk>


Hi

If you wish to do it programatically then try looking in the $ORACLE_BAS E/oraInstaller/installerActions.log (the file name is from memory, i am sure you will find it). Parse the file and all of the installed versions are listed towards the end. Also you can search the oraInventory directory, there is a sub-directory for each component with subdirectories  for each version (i.e the name of the sub-directory is its version). You could connect to the database and query v$version. You can also use the OUI. This issue was discussed recently a few times in this group or the ORACLE-L list, search google for more info.

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Wed Oct 29 2003 - 05:20:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US