Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Help needed restoring ORACLE 8 db with rman on different host
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
![]() |
![]() |