Re: Oracle mailing list

2000-09-20 Thread Keith Roshto
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

Re: Incr. Online SAP backup

2000-09-28 Thread Keith Roshto
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

Re: Incr. Online SAP backup

2000-09-28 Thread Keith Roshto
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

Re: RMAN and Resetlogs

2000-10-16 Thread Keith Roshto
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

Re: Oracle Database Query

2000-11-02 Thread Keith Roshto
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

Re: verify that connect agent

2000-09-13 Thread Keith Roshto
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