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  >  Database Administration

 Print  |  
Question:  Familar Unix Files for DBA

Answer: As a Oracle DBA what are all the UNIX file you should be familar with?


March 03, 2009 12:08:47 #1
 kalyan_ck   Member Since: July 2008    Total Comments: 2 

RE: Familar Unix Files for DBA
 
To check the process use
ps -ef |grep pmon
ps -ef

To check the alert log file
tail -f alert.log

To check the cpu usage
top
vmstat 2 5
     

 

Back To Question