how will you check whether database active or not from OS level?

Answer Posted / s thotla

from Ora<sid> give the following the commands
ps -ef |grep ora_
ps -ef |grep pmon
If all the Oracle background process are running we can say
that oracle is up and running.
OR
connect to the sql like sqlplus "/as sysdba"
sql> select status from v$instance;
if the output is "open" we can say that Oracle up and
running fine.

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is the Deletion Flag or Indicator used in archiving process?

3124


Explain deletion flag. Where is it used in archiving process?

773


Briefly explain a recent problem you faced, which u felt proud by solving that? And how will u solved?

2191


What are the errors you got while applying support pack?

1577


How can you find a list of objects that have been repaired in the system?

982


What is the difference between Party & Service without party in XI (ID)?

2081


what is your project architecture?

1835


Which transport directory is used to implement support package and add-ons?

857


You want to find out which users have an access to a particulat transaction. How would you do that?

856


in oracle script @? "?" question mark means what it indicate?

2147


What do you understand by sap client administration?

804


What is upgrade process? And how u will do that?

1462


What are the different user types in sap system that an admin can use while creating a new user?

851


Why we execute SGEN, which Tables it modifies,will it cause DB growth? is it possible to execute SGEN later on after Golive?

2920


Explain what is heterogenous system copy and homogenous system copy ?

801