I a new dba learning/investigating my system.
How do I find out how many databases and what versions of Oracle they use.
In Unix you can do find . -name oratab -print. That command will find an oratab file which will list all of the databases, their Oracle versions with their associated ORACLE_HOME directories. Also, it'll show you if the database automaticly starts when the system is booted up.
Is there such command on NT?