Results 1 to 4 of 4
I want to know the linux command for checking that database(oracle) is up or not.
with sql we can check----- select status from v$database----
BUT THW SQL COMMAND I NEED.
...
- 04-04-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
Linux command to check database is up or not.
I want to know the linux command for checking that database(oracle) is up or not.
with sql we can check----- select status from v$database----
BUT THW SQL COMMAND I NEED.
PLZ HELP
AMIT SHARMA
- 04-06-2011 #2
Hi,
As far as I understand you want to check if the database is up and running on the server.
The basic thing one would do is on Linux console:
# ps -ef | grep -i <database-name>
- 04-07-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 2
thank you dear.
- 04-07-2011 #4


Reply With Quote