Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> DBA Tip of the Month

DBA Tip of the Month

From: Cam White <cwhite_at_revealnet.com>
Date: Mon, 7 Feb 2000 10:39:51 -0500
Message-ID: <fFBn4.135$hK.91758@news.abs.net>


Visit the "DBA Pipeline" for monthly tips, in-depth technical discussions, free white papers,
software utilities and more. The DBA Pipeline is a free service hosted by best-sellindg Oracle
author Michael R. Ault ("Oracle 8i Administration and Management", John Wiley & Sons) and
sponsored by RevealNet, Inc. http://www.revealnet.com/pipeline.htm


February's Tip of the Month
Troublshooting Out of Sync File Headers and Controlfiles

In some shutdown scenarios (such as system crash) file headers and controlfiles may get out of sync.
If you get "ORA-01207: file is more recent than controlfile - old controlfile" type errors, you can troubleshoot by doing the following:

Startup mount the database and execute the following commands from the svrmgrl prompt:

alter session set events 'immediate trace name controlf level 10';

alter session set events 'immediate trace name file_hdrs level 10';

alter session set events 'immediate trace name redohdr level 10';

These commands will generate a single trace file located in your user_dump_dest
directory containing information about the control file and data/redolog files.

In an emergency, you can use the recover clause "using backup control file" to possibly recover from this scenario. However, make sure that you do a full
cold backup before attempting recovery.



NEWS FROM REVEALNET
* Embarcadero Technologies Integrates RevealNet's Knowledge Bases   with DBArtisan 5.1 and Rapid SQL 5.5
More info at http://www.revealnet.com Received on Mon Feb 07 2000 - 09:39:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US