Interview Questions

What is a database instance? Explain.

DATABASE Administrator (DBA) Interview Questions and Answers


(Continued from previous question...)

75. What is a database instance? Explain.

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

(Continued on next question...)

Other Interview Questions