暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
Oracle_11gR2_概念_第11章_物理存储结构
251
23页
0次
2022-06-13
5墨值下载
http://www.realdba.net/category/db/orcl/basic/ any question please contact martin.tian@hotmail.com
Previous
Next
View PDF
11 Physical Storage Structures
Previous
Next
11 物理存储结构
This chapter describes the primary physical database structures of an
Oracle database. Physical structures are viewable at the operating system
level.
本章介绍了 Oracle 数据库的主要物理数据库结构。物理结构可以在操作系
统级别查看。
This chapter contains the following sections:
本章包含以下各节:
Introduction to Physical Storage Structures
o Mechanisms for Storing Database Files
o Oracle Automatic Storage Management (Oracle ASM)
o Oracle Managed Files and User-Managed Files
Overview of Data Files
o Use of Data Files
o Permanent and Temporary Data Files
o Online and Offline Data Files
o Data File Structure
Overview of Control Files
o Use of Control Files
o Multiple Control Files
o Control File Structure
Overview of the Online Redo Log
o Use of the Online Redo Log
o How Oracle Database Writes to the Online Redo Log
o Structure of the Online Redo Log
物理存储结构简介
o 用于存储数据库文件的机制
o Oracle 自动存储管理 Oracle ASM
o Oracle 管理的文件和用户管理的文件
数据文件的概述
o 使用数据文件
o 永久和临时数据文件
o 联机和脱机数据文件
o 数据文件结构
控制文件的概述
o 使用控制文件
o 多个控制文件
o 控制文件结构
联机重做日志概述
o 使用联机重做日志
o Oracle 数据库如何写入到联机重做日志
o 联机重做日志的结构
Introduction to Physical Storage Structures
物理存储结构简介
One characteristic of an RDBMS is the independence of logical data
structures such as tables, views, and indexes from physical storage
structures. Because physical and logical structures are separate, you can
manage physical storage of data without affecting access to logical
structures. For example, renaming a database file does not rename the
tables stored in it.
RDBMS 的特点之一是逻辑数据结构(如表、 视图和索引)与物理存储结构
的独立性。由于物理结构和逻辑结构是分开的,您可以管理数据的物理数据
存储,而不会影响对逻辑结构的访问。例如,重命名数据库文件并不会重命
名存储在其中的表。
An Oracle database is a set of files that store Oracle data in persistent
Oracle 数据库是在持久性的磁盘存储中存储的一组 Oracle 数据文件。此部
http://www.realdba.net/category/db/orcl/basic/ any question please contact martin.tian@hotmail.com
disk storage. This section discusses the database files generated when you
issue a CREATE DATABASE statement:
分讨论您发出 CREATE DATABASE 语句时生成的数据库文件:
Data files and temp files
数据文件和临时文件
A data file is a physical file on disk that was created by Oracle
Database and contains data structures such as tables and indexes.
A temp file is a data file that belongs to a temporary tablespace.
The data is written to these files in an Oracle proprietary format
that cannot be read by other programs.
数据文件是磁盘上的一个物理文件,由 Oracle 数据库创建,并包含
如表和索引之类的数据结构。临时文件是一个属于临时表空间的数据
文件。数据按 Oracle 专有格式写入这些文件,且不能由其他程序读
取。
Control files
控制文件
A control file is a root file that tracks the physical components of
the database.
控制文件是一个跟踪数据库的物理组件的根文件。
Online redo log files
联机重做日志文件
The online redo log is a set of files containing records of changes
made to data.
在线重做日志是一组包含对数据所做的更改记录的文件。
A database instance is a set of memory structures that manage database
files. Figure 11-1 shows the relationship between the instance and the
files that it manages.
数据库实例是一组管理数据库文件的内存结构。图 11-1 显示实例和它所管
理的文件之间的关系。
Figure 11-1 Database Instance and Database Files
11-1 数据库实例和数据库文件
Description of "Figure 11-1 Database Instance and Database Files"
Description of "Figure 11-1 Database Instance and Database Files"
See Also:
另见:
Oracle Database Administrator's Guide
to learn how to create a
database
Oracle
数据库管理员指南
》了解如何创建数据库
of 23
5墨值下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论

关注
最新上传
暂无内容,敬请期待...
下载排行榜
Top250 周榜 月榜