ORA-01688 error resolution, ora-01688 Error

Source: Internet
Author: User

ORA-01688 error resolution, ora-01688 Error

The ORA-01688 error was reported when the ticket data was imported during the performance test and the ticket data import failed.


ORA-01688: unable to extend table VMSREPORT. VMS_DEPOSIT_MSG_SDR partition VDMS_PART_0825 by 8192 in tablespace VMS_REPORT


Error description for ora-01688 under query:
Oracle @ node76: ~> Oerr ora 01688.
01688,000 00, "unable to extend table % s. % s partition % s by % s in tablespace % s"
// * Cause: Failed to allocate an extent of the required number of blocks
// Table segment in the tablespace indicated.
// * Action: Use alter tablespace add datafile statement to add one or more
// Files to the tablespace indicated.

Query the table space usage. The VMS_REPORT table space usage has exceeded 99.9%.
Therefore, it can be concluded that the error should be due to the fact that the VMS_REPORT tablespace is full, and the automatic expansion function is disabled for the data file, resulting in data import failure.

Use the following command as prompted to add a data file to expand the table space VMS_REPORT size:


Alter tablespace vmsreport add datafile '+ DG_DATA/vms_report01.dbf' SIZE 2048 m autoextend off;


Test again, the ticket data is imported successfully, no ORA-01688 error occurs again.

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.