hunting for rogue installations - how can i tell if oracle is installed [message #117688] |
Thu, 28 April 2005 18:24 |
ca133799
Messages: 1 Registered: April 2005
|
Junior Member |
|
|
I am Solaris system administrator.
An Oracle DBA came to me with assignment to identify rogue (non-standard, non-approved, etc) installations of oracle on many servers. He suggested using:
find / -local -name dbhome -exec ls -la {} \;
This would file files named dbhome for sure. However, is that foolproof? I'm suspicious enough to think that someone wanting to disguise an installation might be able to get around that naming convention.
Are there some other telltale fingerprints to look for?
I should add, we're looking for oracle having been installed, not necessarily running.
thanks,
joe
|
|
|
|
|
|