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 ?



May 05, 2009 05:07:16 #3
 subhash.terdale   Member Since: October 2008    Total Comments: 11 

RE: What is the command to find the database that already present before connecting ?
 

In UNIX u can use ps -ef|grep pmon or u can check oratab or listener file listner.ora
In Windows u can check servises for Oracle

     

 

Back To Question