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 ?



October 10, 2008 16:42:01 #2
 sumer77   Member Since: October 2008    Total Comments: 4 

RE: What is the command to find the database that already present before connecting ?
 
In Unix: ps -ef | grep pmon
In Windows: You can check the database service is runnig or not. 
     

 

Back To Question