A database server is the key to information management.
In general, a server reliably manages a large amount of data in a multiuser environment so that users can concurrently access the same data. A database server also prevents unauthorized access and provides efficient solutions for failure recovery.
red hat linux administration training courses malaysia
Database and Instance
An Oracle database server consists of a database and at least one database instance, commonly referred to as simply an instance. Because an instance and a database are so closely connected, the term Oracle database is sometimes used to refer to both instance and database.
In the strictest sense the terms have the following meanings:
- DatabaseA database is a set of files, located on disk, that store data. These files can exist independently of a database instance.
- Database instanceAn instance is a set of memory structures that manage database files. The instance consists of a shared memory area, called the system global area (SGA), and a set of background processes. An instance can exist independently of database files.
The following figure shows a database and its instance. For each user connection to the instance, a client process runs the application. Each client process is associated with its own server process. The server process has its own private session memory, known as the program global area (PGA).
red hat enterprise linux rhel training courses malaysia
Figure 1-1 Oracle Instance and Database
Description of “Figure 1-1 Oracle Instance and Database”
Although in the strict sense an Oracle database is a set of physical structures (files and memory structures), applications can interact with multiple logical databases inside a single physical database, or a single logical database distributed across multiple physical databases.
red hat certified specialist in server hardening malaysia
This section contains the following topics:
- Multitenant Architecture
- Sharding Architecture
red hat certified specialist in linux performance tuning malaysia