Submitted Questions

  • Find Total Number of Databases

    How will you find the total number of databases present in our system via LINUX OS?

    Richard Naveen

    • Oct 31st, 2011

    Etc/oratab

    subrahmanyam pattapu

    • Jul 20th, 2011

    We can find which databases are running in server. by using the following command.

    ps-ef|grep smon

    It will show the databases is up and running.