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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent: Retrieving Disk Space

RE: Urgent: Retrieving Disk Space

From: Abdul Aleem <dmit_at_beaconhouse.edu.pk>
Date: Tue, 04 Jun 2002 02:03:50 -0800
Message-ID: <F001.0047335A.20020604020350@fatcity.com>


Alexandre,

I mentioned these files to know if any of these can be deleted/copied elsewhere safely?

How do I check upon the reason of failure of a particular query? The developer recalls that the message was something like low disc space.

TIA! Aleem

 -----Original Message-----

Sent:	Tuesday, June 04, 2002 2:13 PM
To:	Multiple recipients of list ORACLE-L
Subject:	Re: Urgent: Retrieving Disk Space

Aleem,

Did you mention control files, redo log files, archive log files with recovery in mind?
If so, you probably don't need it.

Read next if you have all the files for the database on this one poor hard drive:
Review the cause for "create table as select..." command. If it is the message like "unable to allocate extent..." something (don't remeber exact phrase) then your datafiles have AUTOEXTEND ON option. Once they extended to take all the space on the disk, you've got the error message. And your log information has probably also noticeable grown as Jack sad in another answer.
You can shrink you datafile(s). But should not trash you archive logs (unless of course you want to have you database safe). To get rid of archive log info you may perform a full backup.

--
Alexandre


> Hi!
>
> Our Oracle database is installed on second partition of the drive capacity
> 7GB. Last night one the developers executed a query to create and populate
a
> table from another table. The query wasn't successful i.e., the table
> couldn't get created.
>
> However the database size has grown enormous almost occupying the whole
disc
> space.
>
> There are control files, redo log files, archive log files.
>
> What to do?
>
> TIA!
>
> Aleem
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Abdul Aleem
> INET: dmit_at_beaconhouse.edu.pk
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Alexandre Gorbatchev INET: alexandre.gorbatchev_at_avermann.de Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Abdul Aleem INET: dmit_at_beaconhouse.edu.pk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Tue Jun 04 2002 - 05:03:50 CDT

Original text of this message

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