Oracle database is composed of the following elements:
1、The Oracle software that you install on your host computer.
2、The database, which is a collection of physical files on one or more disks.
The database contains user data, metadata, and control structures. Metadata, or data about the data, is the collection of information about a disk that permits Oracle
software to manage user data. An example of metadata is the data dictionary. Control structures(such as the control file and redo log)ensure the integrity, availability, and
recoverability of user data.
3、The Oracle instance, which is composed of the following:
(1)the background processes, which are the operating system processes or threads that perform the work of accessing, storing, monitoring, and recovering user data, metadata, and control files associated with the database.
(2)The Shared memory areas used by the background processes
4、Server processes that perform work on behalf of connected users and applications, and the memory and temporary storage used by these processes
server processes parse and execute SQL statements, and retrieve and return results to the user or application.
5、Oracle Net, which is a software layer that enables client applications and Oracle Database to communicate over a network, and the Oracle Net listener, which is a process that listens for connection requests from the network.
本文详细介绍了Oracle数据库的组成部分,包括安装在主机计算机上的Oracle软件、包含用户数据与元数据的物理文件、确保数据完整性的控制结构、负责数据存取与恢复的后台进程以及用于网络通信的Oracle Net等。
1993

被折叠的 条评论
为什么被折叠?



