Create a tablespace in Oracle

Source: Internet
Author: User

Create tablespace app_data
Datafile 'd: \ ORACLE \ PRODUCT \ 10.2.0 \ ORADATA \ EDWTEST \ app01.dbf' size 50 m,
'D: \ ORACLE \ PRODUCT \ 10.2.0 \ ORADATA \ EDWTEST \ APP02.DBF 'size 50 m
Minimum extent 500 k
Default storage (initial 500 k
Next 500 k
Minextents 3
Maxextents 500
Pctincrease 50 );
Table space name: app_data
Tablespace contains data files: APP01.DBF and APP02.DBF
Parameter description:
INITIAL: initial defines the size of the first partition (extent). The first partition (extent) requires at least two blocks, that is, 2 * DB_BLOCK_SIZE. the default size of the first partition (extent) is 5 blocks ).
NEXT: next specifies the size of the second partition (extent). The second partition (extent) requires at least one block ),
The default value is 5 blocks ).
MINEXTENTS: specifies the minimum number of allocated zones (extent) when a segment is created. The minimum and default values are 1.
MAXEXTENTS: determines the maximum value of the partition (extent) that a segment can own. The size of this parameter depends on the size of the block. if MAXEXTENTS is specified with the keyword UNLIMITED, the value is equal to 2147483645.

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.