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: ora-01516 on alter database rename file

Re: ora-01516 on alter database rename file

From: ivan pellegrin_at_aedventure.com <ivanpellegrinataedventure_at_yahoo.com>
Date: 22 Feb 2002 06:12:07 -0800
Message-ID: <e846ce1f.0202220612.71cb11a9@posting.google.com>


paul

try to verify the existing location of the datafile you want to move in v$datafile:

select name
from v$datafile;

then try to reissue the command:

ALTER DATABASE RENAME FILE '<OldPathAndName>' TO '<NewPathAndName>';

where:
<OldPathAndName> filename as it is listed in the v$datafile view

hope this solves the problem

ivan pellegrin Received on Fri Feb 22 2002 - 08:12:07 CST

Original text of this message

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