ADSM-L

Re: [ADSM-L] restore oracle via rman and tsm

2009-06-09 15:59:52
Subject: Re: [ADSM-L] restore oracle via rman and tsm
From: Sami Ahomaa <sami.ahomaa AT GMAIL DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Tue, 9 Jun 2009 22:58:31 +0300
Hi,


This for PIT restore:

connect target /
connect catalog ???/xxx@catalogname

run
{

allocate channel r1 type 'sbt_tape' parms
        'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)';

set until time "to_date('09.06.2009 21:40:00','DD.MM.YYYY HH24:MI:SS')";

restore database;
recover database;
#alter database open;

release channel r1;

}


Sami Ahomaa

2009/6/9 Tim Brown <tbrown AT cenhud DOT com>:
> Can anyone share an rman script that can be used
> to restore an oracle tdp backup from a tsm tape storage pool;
>
> Tim Brown
> Systems Specialist - Project Leader
> Central Hudson Gas & Electric
> 284 South Ave
> Poughkeepsie, NY 12601
> Email: tbrown AT cenhud DOT com <mailto:tbrown AT cenhud DOT com>
> Phone: 845-486-5643
> Fax: 845-486-5921
> Cell: 845-235-4255
>
>
> This message contains confidential information and is only for the intended 
> recipient.  If the reader of this message is not the intended recipient, or 
> an employee or agent responsible for delivering this message to the intended 
> recipient, please notify the sender immediately by replying to this note and 
> deleting all copies and attachments.  Thank you.
>



-- 
When command line fails, try Google.

<Prev in Thread] Current Thread [Next in Thread>