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: Data file size growing causing high disk space.

RE: Data file size growing causing high disk space.

From: Naveen Nahata <naveen_nahata_at_mindtree.com>
Date: Mon, 23 Sep 2002 09:38:31 -0800
Message-ID: <F001.004D6C72.20020923093831@fatcity.com>


Transfer few of the DataFiles to a separate disk.

To accomplish this, the Database should either be CLOSED but MOUNTed or the DB should be OPEN but the datafile be OFFLINE. Once you ensure this, copy the datafile to a different disk and use ALTER DATABASE RENAME FILE 'file_name_with_path' TO 'new_file_name_with_path';

Regards
Naveen

-----Original Message-----
Sent: Monday, September 23, 2002 9:54 PM To: Multiple recipients of list ORACLE-L

I have data files save under /export/home/oradata directory and this directory shows 100% full disk space because of the growth of these files. What should I do?

Thanks,
David
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Nguyen, David M
  INET: david.m.nguyen_at_xo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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: Naveen Nahata
  INET: naveen_nahata_at_mindtree.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mon Sep 23 2002 - 12:38:31 CDT

Original text of this message

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