DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: unix command to find out list of databases and their versions

Hybrid View

  1. #1
    Join Date
    Aug 2013
    Posts
    2

    unix command to find out list of databases and their versions

    i want the command in unix to find the list of databses running on the server and their versions. Plz help me.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    well, ps -ef | grep pmon will give you all the databases running, from the process you can find its location which should give you the version

  3. #3
    Join Date
    Aug 2013
    Posts
    2

    thank you


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width