cancel
Showing results for 
Search instead for 
Did you mean: 

ORA-01653: unable to extend table

Former Member
0 Kudos

Hi!

I'm having a lot of SPOOL_I/O_ERROR dumps and the main reason is the following:

ORA-01653: unable to extend table SAPPMP.TST03 by 8192 in tablespace

I'm checking on db02 the tablespace SAPPMP and I have the following:

Tablespace: PSAPPMP

Management: LOCAL

Allocation: SYSTEM

Init ext.(kb): 64

Next ext (kb): 0

Min ext: 1

Max ext: unlimited

What can I do?

Greetings,

Wadih Saad

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

Extend that tablespace using brtools.

--

Markus

Answers (3)

Answers (3)

Former Member

Hi,

Pl check if the tablesp is Autoextensible or not.

If not alter it Autoextension on via BRTOOLS -


>SPACE MANAGEMEN

Or extend the tblspace via BRTOOLS.

Regards

Former Member
0 Kudos

Hi,

make sure the correspondening user has the right to extend the table.

<i>alter user $User$ quota unlimited on $tablespace$;</i>

Former Member
0 Kudos

The problem were solved by manually extending the tablespace. But the problem is that the tablespace had the autoextend on.

I checked the datafiles of that tablespace and I viewed that a couple didn't have the autoextend on, so I beleive that causes the problem.

Thanks all for your answers,

Wadih Saad

Former Member
0 Kudos

good answer

Former Member
0 Kudos

Hi Wadih,

You have to ensure that Basis job SAP_REORG_SPOOL is scheduled.

This Job remove old spools from TST03 to make room for new spools.

If the job is already scheduled then you have to extend the Tablespace.

Maniss,