Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Tablesspace Runs space problem

Re: Oracle Tablesspace Runs space problem

From: Avi <1_at_1>
Date: Fri, 5 Nov 1999 20:58:59 +0200
Message-ID: <38232973@news.bezeqint.net>

You probably have limited quota (if at all) on the tablespace. To unlimit the quota (space) try this command : (from sys or system users or from svrmgrl)

  alter user <user> quota unlimited on <tablespace_name>;

aviko_at_amdocs.com

earlrc_at_my-deja.com wrote in message <7vtf47$prg$1_at_nnrp1.deja.com>...
>I'm currently having trouble understanding why a tablespace in Oracle
>would run out of space. When I try to write to a specific table, it
>reports that the space quota has exceeded for the tablespace that the
>table is in. I have tried totally deleting the tablespace along with
>its datafiles and users and then recreated everything, but that doesn't
>seem to help. Interestingly enough, the table allows less and less
>records as time goes on. For example, the first time I can add records,
>it allows 100. Then, if I delete all the records and try to re-add
>them, it only allows 98 records. This behavior continues as long as I
>delete all the records and try to add them again. It seems that there
>is some soft limit configured somewhere, but I'm not really sure where
>to look. Does anyone have any ideas? If you need more details to
>understand this problem, please ask. Thanks for any help I can get.
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Fri Nov 05 1999 - 12:58:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US