Analysis of ORA-1652 temporary tablespace temporary segment not expandable in Oracle

Source: Internet
Author: User
Tags what sql

ORA-1652 temporary tablespace temporary segments of Oracle cannot be extended Problem Analysis in alert. the ORA-1652 error is reported in the log file, prompting that the temporary segment of the temporary tablespace cannot be extended, but does not tell us what caused this error, Nor tell more specific information, such as user and SQL statements. Therefore, you need to set the event to generate a trc file when the ORA-1652 occurs. The trc file records information about users, machines, operating systems, and SQL statements. Www.2cto.com through this trc file, you can determine what SQL has a ORA-1652 error. The method for setting an event is as follows: ALTER system set events '1652 trace name errorstack level 3'; disable it after an error message is captured. The procedure is as follows: ALTER system set events '2014 trace name errorstack off'; if you need to SET multiple EVENTS, you can perform this operation: ALTER system set events '2014 trace name errorstack level 3: 1652 trace name errorstack off '; if the event is SET to the spfile file, you need to clear it as follows: alter system set event = ''scope = spfile sid = '*';

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.