What is a Database instance ? Explain?
Answers were Sorted based on User's Feedback
Answer / sawant
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.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / nishi
A database instance is a set of memory structures that manage database files. A database is a set of physical files on disk created by the CREATE DATABASE statement. The instance manages its associated data and serves the users of thedatabase.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / krishna mohan mishra
The database instance refers to a complete database
environment. It includes RDBMS software, table structure,
stored procedures and other functions. It is normally used
when administrators tend to describe multiple instances of
the same database. It is also called as environment in
technical terms.
---Krishna Mohan Mishra
| Is This Answer Correct ? | 1 Yes | 2 No |
Is it possible to insert comments into sql statements return in the data model editor ?
What is autonomous transaction?
What is SGA ? How it is different from Ver 6.0 and Ver 7.0 ?
Display Odd/ Even number of records?
what are the things that you consider while creating indexes on partitioning tables?
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
What are the different types of failures that occur in Oracle database?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
Explain the family trees and connection by clause
What are the execution control statements?
What is a Data File ?
Is oracle a programming language?