RE: Bewildered by RMAN

2003-06-19 Thread MacGregor, Ian A.
Another poster had suggested CHANGE archivelog all VALIDATE; This fixed the problem. Oh, and I do have your book. Ian MacGregor Stanford Linear Accelerator Center [EMAIL PROTECTED] -Original Message- Sent: Wednesday, June 18, 2003 3:04 PM To: Multiple recipients of list ORACLE-L I

Re: Bewildered by RMAN

2003-06-18 Thread Joe Testa
Robert, i needed to restore some archivelogs(for applying to a clone, its a long story, firewall issues, etc), anyways, i restored them, pushed them to new server, deleted from disk(original source archive_dest), this messed up repository, i couldnt ever get the crosscheck to mark things as exp

RE: Bewildered by RMAN

2003-06-18 Thread Freeman Robert - IL
Ian, This is a problem I run into a great deal. Before you backup issue this command (I assume 9i here and pre-configured defaults so no allocate channel commands): crosscheck archivelog all; backup database archivelog all; The crosscheck command will compare the archivelogs currently on disk to

Re: Bewildered by RMAN

2003-06-18 Thread Ruth Gramolini
Ian, You can try resyncing the catalog and if that still doesn't work try to uncatalog that log: rman> change archivelog '/full_path/log_name_8192.arc' uncatalog;' Ruth - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 10:1

RE: Bewildered by RMAN

2003-06-12 Thread MacGregor, Ian A.
I ran run { allocate channel c1 device type sbt format 'df_%t_%s_%p' maxpiecesize=2048M PARMS="SBT_LIBRARY=/opt/oracle/dbserver/9.0.1/lib/libobk.so, ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin/tdpo.opt)"; restore archivelog sequence 9645 validate; release channel c1; } And was successful

Bewildered by RMAN

2003-06-11 Thread MacGregor, Ian A.
A few days ago the physicists turned on what they call the waveform channels. The channel archive database tracking this information was able to withstand the additional 2,000,000 rows per hour load for 20 + hours. Then the 257 errors hit. As we are migrating from a very old ADSM system to