Oracle creates table spaces for different blocks of data ____oracle

Source: Internet
Author: User

The data block db_block_size size of the Oracle database determines the size of the smallest block of data in the database, and you can set your own block size if you do not want to use the default block size when creating the table space.

Specific examples are as follows:

Create Tablespace test_16k
BlockSize 16K
DataFile ' d:/oradata/test_16k.dbf ' size 100m reuse
Extent Management Local
Uniform size 1M
Segment Space management manual;

In addition, you must set up a data buffer area for this type of tablespace, the default db_cache_size size is only the default block size of the data buffer area, you can set the other block size data cache by parameter db_nk_cache_size, This parameter is 0 because the database was built.

Can be modified by:

Alter system set db_16k_cache_size= 10M scope=spfile;

Sets the data buffer for the data in the table space.

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.