Ora-01658: Unable to create initial partition for segments in tablespace users

Source: Internet
Author: User

"Create Index" idx_ts_bonus_q_201209_ds "on" ts_bonus_q_201209 "(" ds ") PCT"
"Free 10 initrans 2 maxtrans 255 storage (initial 3145728 freelists 1 freelis"
"T groups 1 buffer_pool default) tablespace" users "logging"
Imp-00003: encountered Oracle error 1658
ORA-01658: Unable to create initial partition for segments in tablespace users
Imp-00017: The following statement failed due to Oracle error 20000:

View tablespaces
Select B. file_name physical file name,
B. tablespace_name tablespace,
B. Bytes/1024/1024 size m,
(B. bytes-sum (nvl (A. bytes, 0)/1024/1024 m used,
Substr (B. bytes-sum (nvl (A. bytes, 0)/(B. bytes) * 100, 1, 5) Utilization
From dba_free_space A, dba_data_files B
Where a. file_id = B. file_id
Group by B. tablespace_name, B. file_name, B. bytes
Order by B. tablespace_name;

SQL statement for changing the tablespace size:

Change size: Alter database datafile 'd: \ app \ oracle \ oradata \ testgmmc \ users03.dbf' resize 2000 m;
Or create a new file: Alter tablespace Space add datafile 'e: \ gfcda \ users. dbf' size 2000 m;

Ora-01658: Unable to create initial partition for segments in tablespace users

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.