Difference between Instance and Database?
The terms instance and database are closely related, but don’t refer to the same thing. The database is the set of files where application data (the reason for a database) and meta data is stored. An instance is the software (and memory) that Oracle uses to manipulate the data in the database. In order for the instance to be able to manipulate that data, the instance must open the database. A database can be opened (or mounted) by more than one instance; however, an instance can open at most one database.
Related Questions
- What is the difference between "Database of translation agencies, all countries - Freelancer Licence" and "Database of translation agencies, all countries - Corporate Licence" please?
- In the Entity-Relationship model, what is the difference between an entity instance and an entity class?
- What is the difference between a database application and a database management system?