|
-
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|