GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Concepts and Architecture

 Print  |  
Question:  What is the command to find the database that already present before connecting ?



July 07, 2009 03:07:29 #4
 mmaz2002   Member Since: May 2009    Total Comments: 3 

RE: What is the command to find the database that already present before connecting ?
 
In UNIX ps -ef || grep Oracle command can be used to know if all the bgprocesses are up and running & in WINDOWS services needs to be checked.
     

 

Back To Question