The data file stores the "data stored in the database". A data file is only associated with one database, and the data file of a database contains all database data; once created, the data file cannot change in size; a table space (logical unit of database storage) consists of one or more data files.

The operating environment of this tutorial: Windows 10 system, Dell G3 computer.
Data files (generally refers to database files) such as: each ORACLE database has one or more physical data files (data files). Data of logical database structures (such as tables, indexes) are physically stored in the database's data files.
A database has at least one primary data file and can have multiple secondary data files to store data that does not fit in the primary data file.
Features
A data file is only associated with one database, and the data file of a database contains all database data. Once created, data files cannot change size. A tablespace (a logical unit of database storage) consists of one or more data files. The data in the data file can be read and stored in the ORACLE internal storage area when needed. For example: the user wants to access some data in a table of the database. If the requested information is not in the memory storage area of the database, it will be read from the corresponding data file and stored in the memory. When modifying and inserting new data, it is not necessary to write to the data file immediately. In order to reduce the total amount of disk output and improve performance, the data is stored in memory, and then the ORACLE background process DBWR determines how to write it to the corresponding data file.
Main Data File
The main data file consists of the initial data files in the main file group. A filegroup is a named collection of data files. Contains all database system tables, as well as objects and data not assigned to custom file groups. The main data file is the starting point of the database and points to other files in the database. Each database has a main data file and a main file group. The extension of the main data file is .mdf
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What data is saved in the data file. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version
Useful JavaScript development tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.





