metalink.oracle.com
Chris Welsh - Finance <[EMAIL PROTECTED]>@VM.MARIST.EDU> on
09/20/2000 11:09:37 AM
Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: Oracle mailing list
Where
m RMAN :
set snapshot controlfile name to '/path/snap_prod.ctl'; (From Oracle
8i Recovery Manager User's Guide and Reference.)
Of course use your own path and filename.
Keith Roshto
TSM TSM <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 09/28/2000 08:38:31 AM
Please respo
do you what this should be so that it can send data to
TSM ? I tried putting some dir. to that env. variable the RMAN started
putting the data in to that dir. and not to TSM.
Thanks again for your help again.
Shanta
>From: Keith Roshto <[EMAIL PROTECTED]>
>Reply-To: "ADSM
RMAN 8.0.5
If you login to the recovery catalog schema using sqlplus, you can get the
information on the archivelogs you want with the following query:
select * from al where dbinc_key = 'put_database_incarnation_key_here' and
trunc(next_time) < trunc(sysdate -30);
You can get the proper value
Good idea to read the doc, but shortly:
RMAN does not backup online redo logs, only archived redo logs.
RMAN never backs up software, administrative scripts, init files, or
password files.
With the mountpoints, and directories setup, as well as restorations of
those items mentioned above, RMAN s
Guessing that you're using Connect Agent and not Tivoli Data Protection,
and you are on unix.
You must relink oracle executables (not for Oracle 8.1.6) with
/usr/lib/libobk.a (AIX OS) after installing Connect Agent for Oracle.
Then in your RMAN script, you must provide environmental parameters w