got an error ora-01653

In this forum Oracle Applications DBA's, System Administrators & Developers can share their knowledge/issues.
Post Reply
bry21
Posts: 9
Joined: Mon Sep 11, 2006 9:50 pm
Location: Philippines

got an error ora-01653

Post by bry21 »

hi! need help to solve this error ora-01653: unable to extend table AR.AR_RECEIPTS_REP_ITF by 130 in tablespace ARD. when running receipt register report. i saw this error when i view the log file
admin
Posts: 2063
Joined: Fri Mar 31, 2006 12:59 am
Location: Pakistan
Contact:

Post by admin »

Your tablespace or datafile is not set to autoextend so set it or increase the size manually. thanks
anu_uma
Posts: 456
Joined: Sat Feb 03, 2007 4:39 am
Location: India
Contact:

Post by anu_uma »

Hi,
This Error is generic and can cause the same error while updating some other tables also.

This error does not necessarily indicate whether or not you have enough space in the tablespace, it merely indicates that Oracle could not find a large enough area of free contiguous space in which to fit the next extent.

Reason for the error is failed to allocate an extent for table segment in tablespace.

Use ALTER TABLESPACE ADD DATAFILE statement to add one or more
files to the tablespace indicated.

A simple query to get information about the free space in a tablespace for frequent Check of the table space

<b><font color="blue">SELECT TABLESPACE_NAME,BLOCK_ID,BLOCKS,BYTES FROM DBA_FREE_SPACE</font id="blue"></b>


TIA
siva sankar
Posts: 130
Joined: Sun Mar 11, 2007 1:47 am
Location: India

Post by siva sankar »

Hi,

I agree with uma.

Cause: Failed to allocate extent for table segment in tablespace.
Action: Use the ALTER TABLESPACE ADD DATAFILE statement to add one or more
files to the tablespace indicated.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests