Oracle Architecture One (learning notes)

Source: Internet
Author: User

The overall structure is divided into three parts: Sga,pga,file file

by function:

Storage structure

Storage structure Correspondence Relationship

Main documents:

Data files:

    1. Each data file is associated with only one database
    2. A table space can contain one or more data files
    3. A data file can belong to only one table space
    4. Data files are data that is used to store Chinese in a database

Log file:

    1. Redo log files: Used to log changes to the database, the user's transaction log when a routine or media recovery requires redo log files If there is no redo log file, the only way to recover is to recover from the last full backup
    2. Archive log files: All redo history can be preserved

Control files:

Query the main file:

-- Querying data Files Select *  from V$datafile; -- Querying log Files Select *  from  -- query control file Select* from V$controlfile;

The size specified when the tablespace was created is a pre-assigned file

Querying temporary files

-- Querying temporary files Select *  from V$tempfile;
Logical Structure

Table Space:

Oracle Architecture One (learning notes)

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.