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: Help

Re: Help

From: CP <csp2201_at_netscape.net>
Date: Sat, 22 Feb 2003 04:23:47 GMT
Message-ID: <3E571739.6080707@netscape.net>


Hari,

Do the following:

  1. Alter tablespace <tablespace_name> OFFLINE; #-- I am assuming you database is in Archive log mode.
  2. !mv /opt/oracle/data/<file_name> /opt/oracle/<file_name>
  3. alter database rename file <from> to <new_location>;
  4. alter tablespace <tablespace_name> ONLINE;

HTH
CP

Hari wrote:
> Hi Guys ,
>
> I am SQL Server / Sybase DBA. Currently managing an Oracle 8.1.7 server.
>
> The issue is I have created a table space in \opt\oracle\data (solaris
> server).
>
> But due to some space constrains I need to move the table space physical
> file to \opt\oradata.
>
> How can I do this ?
>
> Regards
> Hari.
>
>
>
>
>
>

-- 
Your favorite stores, helpful shopping tools and great gift ideas.
Experience the convenience of buying online with Shop_at_Netscape!
http://shopnow.netscape.com/
Received on Fri Feb 21 2003 - 22:23:47 CST

Original text of this message

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