Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Moving an RMAN backup
And just in case you thought it was only an oracle8 issue, oracle9:
You cannot use CATALOG to perform the following operations:
a.. Catalog any datafile copies that were created in Oracle7 unless they
were made after the final consistent shutdown in Oracle7 and before running
the migration utility, or were made of a tablespace that was offline normal
or read-only at the time of the migration. In other words, no Oracle7 redo
must need to be applied to the backups to roll them forward.
b.. Recatalog backup pieces or backup sets. If you run CHANGE ...
UNCATALOG against an RMAN backup, then it is permanently unusable by RMAN.
c.. Rename a backup piece or move a backup piece from one place to
another.
Jake
"Sybrand Bakker" <gooiditweg_at_sybrandb.demon.nl> wrote in message
news:2e16oukld9ogl2r4cof07gblrgaugcbl81_at_4ax.com...
> On Sat, 14 Sep 2002 02:01:57 -0500, "Jake" <me_at_heyjay.com> wrote:
>
> >Hola,
> >
> >Per 8.1.7.0.0, Is there anyway to update the catalog, to indicate that an
> >RMAN backup has moved to a different directory? I've been looking thru
all
> >the doc, and I can see how you can update/manage the catalog with respect
to
> >image copies (and exports). But what if I need to move the RMAN backup
> >files somewhere else? How do I update the catalog? Something ala:
> >
> >alter catalog rename backupfile 'old_path_to_file' to 'new_location'
> >
> >Thanks (as always)
> >Jake
> >
>
> use the uncatalog command followed by the catalog command.
> Questions like this one can be best looked up in the appropiate
> manual.
> You would have found the 'alter catalog' command doesn't exist in
> RMAN.
>
> Hth
>
>
>
> Sybrand Bakker, Senior Oracle DBA
>
> To reply remove -verwijderdit from my e-mail address
Received on Sat Sep 14 2002 - 08:34:58 CDT