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: Looking for clarification

Re: Looking for clarification

From: boc <slymboc_at_yahoo.com>
Date: 4 Nov 2005 09:38:13 -0800
Message-ID: <1131125892.956042.6150@g43g2000cwa.googlegroups.com>


Only "safe" way AFAIK:

shutdown immediate;
/* move the file /data/foo1.dbf to /data1/foo1.dbf */ startup mount
alter database rename file '/data/foo1.dbf' to '/data1/foo1.dbf'; alter database open; Received on Fri Nov 04 2005 - 11:38:13 CST

Original text of this message

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