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: How do I check for full tablespaces?

Re: How do I check for full tablespaces?

From: Denny Koovakattu <denny_vk_at_my-dejanews.com>
Date: Thu, 25 Mar 1999 16:50:58 GMT
Message-ID: <7ddphc$mt3$1@nnrp1.dejanews.com>


Mike,

  I am not sure what is the error you are getting. But if you want to check the free space in the tablespace, query dba_free_space. HTH.

Denny

In article <36F9D3DE.E93E5A0B_at_ix.netcom.com>,   gremlin <gremlinNO__SPAM___at_ix.netcom.com> wrote:
> Hi:
>
> I have a database that I used sqlldr to successfully load about 17
> million records total (7 M in each of 2 tables), using a script to load
> about a million at a time. This perl script writes .dat files and when
> they get to be over a certain size (pic a number) I invoke sqlldr and
> then truncate the file and keep going through that process. This works
> up to a point and then I start getting "Non data related sqlldr error".
> I am guessing I need to add another .dbf file somewhere. It will let me
> add a record or two at a time with "update table ..." but if I run
> sqlldr with even 20 records I get this error. What is the best way to
> check something like this (I'm a n.b. to the DBA aspect of this).
>
> The .dbf files always have the size I allocated since I guess they are
> cleared or just allocated when I create the database, so how do I tell
> how much space in the tablespaces actually gets used?
>
> P.S. Oracle 8.0.4.1 (?) on SGI Origin.
>
> Thanks,
> Mike
>
> --
> -----------------------------------------------------
> To reply to me via email, remove the "__NO_SPAM__" in
> the header email address.
> -----------------------------------------------------
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Mar 25 1999 - 10:50:58 CST

Original text of this message

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