Can I check an Oracle instance without logging into the Oracle server?
Can you check an Oracle instance to see if it's running without logging into the Oracle server? Learn how to do so in Windows or Linux from expert Brian Peasland.
In Linux/Unix, you can verify the SMON (system monitor) is running:
ps –ef | grep smon
In both cases, this will tell you if the instance is up, but not necessarily accessible. There are cases where a user cannot sign on to the database but the above looks like the instance is up and running. To verify things are still ok, you will have to sign on to the database.
Dig Deeper on Oracle database design and architecture
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Oracle Database / Applications experts
View all Oracle Database / Applications questions and answers
Start the conversation
0 comments