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:  
What is a Database instance ? Explain

Answer:
 
A  database  instance  (Server) is a set of memory structure and background processes that access a set of database files.
 
The process can be shared by all users.
 
The  memory  structure  that  are  used  to  store  most  queried data from database.  This  helps up to improve database performance by decreasing the amount of I/O performed against data file.


August 08, 2007 10:33:46 #2
 ranjanam   Member Since: Visitor    Total Comments: N/A 

RE: What is a Database instance ? Explain
 
Database instance(server) is the combination of memory structure and background process. It's a way to connect to the oracle database.
     

 

Back To Question