oracle - SQL Error adding constraint to table, ORA-01652 - unable to extend temp segment -


I have found this table with millions of rows which I load through the attachment Have done / P>

Now I am going to turn the barriers back on, I get the following:

Error 0323: 23: 00: 53,065 [SQL] [Main]: < Code> Error in executing SQL: :

  Add table summary data Obligation table_pack primary key (A, B, C, D, E, F)  

java.sql.SQLException: ORA-30032: Suspended (resumable) statement has expired ORA-01652: Unable to extend template section 128 by tempps MY_TEMP_TABLESPAC E

Is there any best practices to avoid this? I am adding some more data files, but why would it also be a problem?

The error is related to the temporary tablespace, not the data tablespace table and / Or the primary key, you need to increase the size of MY_TEMP_TABLESPACE , so there is enough space to compare, as @Lamak has indicated.

If you do not know a lot of bow, then you will need it as a DQQ you can turn on AUTOEXTEND , and if it is already (temp, data, For table space!), Then check MAXSIZE settings and increase if necessary. The maximum size of the datafile (or tempfile, for a temporary table position) is bound on some platforms so that you need to add additional tempiles.

If this is an off process and you do not want to be temporary, you can shrink it later, but you also have the option: Make a new, big floating tablepace; Modify the user so that it can be used instead; Constraints; Modify the user back to the original temporary area; Drop new, big floating table spaces.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -