how to make an control file when using rman(without using recovery catalog) backup

From: (wrong string) ±è±¤Àç <kjkim_at_kemsco.co.kr>
Date: Tue, 27 Feb 2001 11:05:03 +0900
Message-ID: <97f1v5$qmo$1_at_news1.kornet.net>


hi,all.

I bakup oracle database using rman (without recovery catalog) to DLT tape.

After backup , our database was totally corrupted.

I tried recover using backup data.

but failed.

the control file was damaged.

I would like to know how to make an control file ....

our oracle database version is 8.0.5
our system is NT 4.0

the rman script is as follows ( used when I bacup)

run {
allocate channel 'dev_0' type 'sbt_tape' parms
'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=ORCL,OB2BARLIST=ECU_ORACLE_BACKUP)';
allocate channel 'dev_1' type 'sbt_tape' parms
'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=ORCL,OB2BARLIST=ECU_ORACLE_BACKUP)';
allocate channel 'dev_2' type 'sbt_tape' parms
'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=ORCL,OB2BARLIST=ECU_ORACLE_BACKUP)';
allocate channel 'dev_3' type 'sbt_tape' parms
'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=ORCL,OB2BARLIST=ECU_ORACLE_BACKUP)';
backup incremental level <incr_level> filesperset 1 format 'ECU_ORACLE_BACKUP<ORCL_%s:%t>.dbf' database
include current controlfile
archivelog all delete input
;

I am in an urgent situation..

please, thank you all. Received on Tue Feb 27 2001 - 03:05:03 CET

Original text of this message