Operating System - HP-UX
1828340 Members
3264 Online
109976 Solutions
New Discussion

Re: Checking for installed components in Oracle

 
SOLVED
Go to solution
Kiran_27
Advisor

Checking for installed components in Oracle

Hi,
How do I check for the list of installed components in oracle
I am planning to install Legato storage manager in oracle. Before that I would like to
uninstall any previous versions of storage mangers. So how do I check whether this software is installed or not. ( without
using the initial oracle installation CD. )
Is there any particluar DBA tables which contains the list of installed softwares. I am using oracle 9i ( 9.2.0.5) on HP UX.

Regards
Kiran
3 REPLIES 3
Fabio Ettore
Honored Contributor

Re: Checking for installed components in Oracle

Hi,

have you checked by

swlist -l product | grep -i storage
swlist -l fileset | grep -i storage

I put storage like a keyword but you can put whatever else.
Otherwise check in /opt or /usr if there are directories about that product.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Warren_9
Honored Contributor
Solution

Re: Checking for installed components in Oracle

Hi,

use the Oracle Installer.
I think it is installed on the server and you don't need to use the Oracle CD.

Kiran_27
Advisor

Re: Checking for installed components in Oracle

Hi
Thanks for your help , I used the runinstaller for finding outthe same.

Regards
Kiran