Oracle ora-01654-ora-01653: Table Attachment cannot be extended by 1024 (in table space USERS)

Source: Internet
Author: User

1. View Table Space usage

SELECT T.tablespace_name,d.file_namefromWHERE  =  ORDER by Tablespace_name,file_name

2. Extended space (maximum 32GB limit for individual files)

ALTER DATABASE datafile ' D:\APP\ADMINISTRATOR\ORCL\aaa. DBF '
Autoextend on NEXT 100M MAXSIZE 40960M;

Error Reporting-
The maximum file size of block (5242880) in the Ora-03206:autoextend clause is out of range
03206.00000-"Maximum file size of (%s) blocks in autoextend clause are out of range"
*cause:the maximum file size for a autoextendable file has
Exceeded the maximum number of blocks allowed.
*action:reduce the size and retry.

3. Add extension Files

ALTER tablespace USERS ADD datafile
' D:\APP\ADMINISTRATOR\VIRTUAL\ORADATA\ORCL\abc. DBF ' SIZE 1024M autoextend on NEXT 200M MAXSIZE 32760M;

Oracle ora-01654-ora-01653: Table Attachment cannot be extended by 1024 (in table space USERS)

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.