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 -> Help needed restoring ORACLE 8 db with rman on different host

Help needed restoring ORACLE 8 db with rman on different host

From: <pfaendung_at_web.de>
Date: 4 Aug 2005 07:36:53 -0700
Message-ID: <1123166213.317597.96900@g43g2000cwa.googlegroups.com>


Hello experts,

as said in the topic, I need to restore a backed up database on a different host.
Both are running Oracle 8.1.7 and I made the backup with the following script:

rman target / nocatalog

RMAN>shutdown immediate
RMAN>startup mount
RMAN>run {
2>allocate channel BackupChannel type disk format 'b_%%u_%%s_%%p';
3>backup ( database include current controlfile ) 4>}

Thus, I've got a pretty large file, which I copied to the other host, but if I try to issue a 'list backup;' I see nothing.

What am I doing wrong?

Regards

Frank Received on Thu Aug 04 2005 - 09:36:53 CDT

Original text of this message

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