Deferred Segment Creation of Oracle 11g

Source: Internet
Author: User

Deferred Segment Creation of Oracle 11g

This article mainly introduces the Deferred Segment Creation feature introduced in Oracle 11g, as well as the issues that need attention when we use this feature.

1) Deferred Segment Creation

In Oracle, table space, segments, partitions, and blocks are four layers of the logical storage structure. A data table is generally composed of one or more Segment objects (partition tables) segments. That is to say, when a data table is created, Oracle will create a Data Segment object corresponding to it.

After a Segment is created, the Oracle space management mechanism allocates at least one extent as needed for initialization. The size of each extent needs to be configured according to different tablespaces. However, before the 11g period, when a data table is created, a space Segment is allocated. However, the Deferred Segment Creation feature is introduced in Oracle 11g.

First, create a data table justForTest to check whether the database assigns a segment to the table.

SQL>

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.