Physical storage structure of Oracle Database Structure

Source: Internet
Author: User
Physical storage structure of Oracle Database Structure 1 , Physical storage structure 1.1 Data Files

Data files are used to store all database data. Storing data in multiple data files and storing data files in Different Hard disks can improve the access speed.

1.2 Record File

Record Files are also called redo log (transaction) files. Redo logs work cyclically in log files. Archive log mode and non-archive log mode are available.

1.3 Parameter file

EveryOracleBoth databases and instances have their own uniqueInit. oraFile.Init. oraThe value in the file determines the characteristics of the database and instance.

1.4 Control File

each database must have at least one control file, however, we recommend that you use two or more control files and store them on different disks. The control file is a very small file, which stores some files with Oracle key information related to all files in the database. Oracle the system maintains database integrity through control files and determines which redo logs are used to restore data. When all Database Control files are lost, Oracle A command is provided to create a control file, which can be used to recreate the control file in most cases.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.