Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Restore controlfile from IBM Tivoli tape

908031Mar 20 2015 — edited Mar 20 2015

Hi,

I want to restore controlfile from Tivoli tape drive in different in my UAT host.

RMAN> run

2> {

3> allocate channel ch1 type 'SBT_TAPE' parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)';

restore controlfile from 'c-3655036336-20150318-01';4> }

allocated channel: ch1

channel ch1: SID=891 device type=SBT_TAPE

channel ch1: Data Protection for Oracle: version 5.5.1.0

executing command: SET CONTROLFILE AUTOBACKUP FORMAT

Starting restore at 20-MAR-15

channel ch1: no AUTOBACKUP in 7 days found

released channel: ch1

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of restore command at 03/20/2015 14:51:12

RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece

RMAN> exit

I got error.

please help me urgent.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 17 2015
Added on Mar 20 2015
8 comments
1,595 views