For Oracle support & training call (800) 766-1884
Free Oracle Tips

Home
Oracle Tips
Oracle Code Depot
Oracle Monitoring
Oracle Consulting
Oracle Training
Oracle News
Oracle Forum
Oracle Support





 

Free Oracle Tips

image

 
HTML Text

Free Oracle App Server Tips

image

 
HTML Text


Privacy Policy

Redneck

Dress Code

Oracle tuning

Oracle training

Oracle support

Remote Oracle


 

   
  Oracle Tips by Burleson

Oracle Streams
Chapter 7 -
Monitoring and Troubleshooting Oracle Streams

Is the Redo File Missing?

ORA-00447: fatal error in background process
ORA-00308: cannot open archived log
'/app/oracle/DNYTST10/flash_recovery_area/archivelog/
2004_08_28/o1_mf_1_320_0m05kq4w_.arc'
ORA-27037: unable to obtain file status
SVR4 Error: 2: No such file or directory
Additional information: 3
ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 630
ORA-06512: at "SYS.DBMS_CAPTURE_PROCESS", line 390
ORA-06512: at line 1

The solution is to restore the archive file required and restart the Capture process.

The need for restoration is the reason that the archive log files should be left on disk until the Capture process is finished with the logs. To determine the archive log that contains the required checkpoint SCN, the following query can be used.  In this example, xxxx is the checkpoint SCN that is needed.

SELECT             name FROM             v$archived_log
where xxxx BETWEEN first_change# AND next_change#;

There may come a time when the need to re-adjust the SCN value for the Capture process will arise. For example, the following procedure sets the start and first SCN values for the Capture process so that it will skip the missing log file:


The above text is an excerpt from:

Oracle Streams
High Speed Replication and Data Sharing

ISBN 0-9745993-5-2

by Madhu Tumma
 


For more details and scripts, see my new book " Oracle Tuning: The Definitive Reference", over 900 pages of BC's favorite tuning tips & scripts. 

You can buy it direct from the publisher for 30%-off and get instant access to the code depot.

  
 

 
 
 
 
Oracle performance tuning software
 
 

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

Fast-Track Oracle Support
PO Box 511
Kittrell, NC 27544


Email BC: