Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01653: Unable to extend table

686488Jun 21 2009 — edited Jun 21 2009
Hi: our DBA is on vacation and my application is getting the following error

ORA-01653: unable to extend table REMEDY.INTERFACE by 8192 in tablespace REMEDY
SQL> select file_name, bytes, autoextensible, maxbytes
from dba_data_files
where tablespace_name='REMEDY';

FILE_NAME
--------------------------------------------------------------------------------
     BYTES AUT   MAXBYTES
---------- --- ----------
/oracle/g01/oradata/prod/remedy01.dbf
2147483648 YES 2147483648
Any suggestions on what I should to temporarily fix this until our DBA comes back 2 days from now. I know I need to run alter database datafile '/oracle/g01/oradata/prod1/remedy01.dbf' resize XXXXm;

What should the XXXXX be?
Thanks
Ravi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2009
Added on Jun 21 2009
4 comments
14,398 views