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: Rman Restore

Re: Rman Restore

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Fri, 09 Sep 2005 20:24:20 +0200
Message-ID: <qok3i15lp1vqi6uu46t1dl1e87ge0f6cb5@4ax.com>


On 9 Sep 2005 07:18:20 -0700, "Js" <jagjeet_malhi_at_hotmail.com> wrote:

>Hi,
>
>I have a tablespace of 10 gb with 1 datafile. I took the backup of this
>tablespace through rman using controlfile.
>
>--It was read only tablespace.
>
>Later I need this I restored it successfully from RMAN on a diff.
>location. -- I Need this for plug [ transport tablepsace ] into an
>other database.
>
>I used this
>
>run
>{
>set newname for datafile '/uu01/tbs.dbf' to '/uu02/tbs.dbf' ;
>restore tablespace tbs;
>}
>
>It restored it successfully.
>
>The same command I am using next day but It is giving error.
>
>can not identify file - ORA-19625 And it is giving the new file name
>where I restored it eariler.
>
>Can someone pls. comment.
>
>Thanks,
>Js

You did rename the datafile, didn't you, using the set newname command.
You use the set newname command when you want your datafiles to end up somewhere else.

--
Sybrand Bakker, Senior Oracle DBA
Received on Fri Sep 09 2005 - 13:24:20 CDT

Original text of this message

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