ORA-01658: Unable to create INITIAL partition for segments in tablespace space

Source: Internet
Author: User

ORA-01658: Unable to create INITIAL partition for segments in tablespace space

Error When imp imports data: ORA-01658: Unable to create INITIAL partition for segments in table space MAXDATA

An error occurred while creating a table in Oracle:

ORA-01658: Unable to create INITIAL partition for segments in tablespace space;

Or: ORA-01658: unable to create INITIAL extent for segment in tablespace string,

Because the tablespace is not enough, the problem is solved after the tablespace is added.
SQL statement for viewing the tablespace size:
Select SEGMENT_TYPE, owner, sum (bytes)/1024/1024 from
Dba_segments
Where tablespace_name = 'kmis _ data'
Group by segment_type, owner

-- First query the path of the MAXDATA tablespace Data File

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.