Contribute  :  Calendar  :  Advanced Search  :  Site Statistics  :  Directory  :  Web Resources  :  Polls  
    Peoplecnc.com ERP and Technical Documentation    
 Welcome to Peoplecnc.com
 Wednesday, September 08 2010 @ 07:05 AM CDT

How to identify the location of the control files of an Oracle database

   
Oracle Documentation and White PapersFind the location of the Control Files for an Oracle database

Function of the Oracle Control Files

The control files are used to keep and verify the oracle database integrity.

If the control file is missing, the database will not work
Do not try to edit or modify the Oracle control files
In case the control files are not available, a recovery procedure should be performed

Control Files storage considerations

Since these files are critical, it is recommended to store both files in different physical disks.
In case of hard disk failure, system can be recovered from an backup or the immediate
available control file.

How to identify the location of the Oracle Control files

1. Connect to the database using SQL*plus

SQL> select * from v$controlfile;

Response:

STATUS
-------
NAME
--------------------------------------------------------------------------------

E:ORACLEORADATAJDECONTROL01.CTL


E:ORACLEORADATAJDECONTROL02.CTL


E:ORACLEORADATAJDECONTROL03.CTL

 

What's Related

Story Options

 Copyright © 2010 Peoplecnc.com
 All trademarks and copyrights on this page are owned by their respective owners.
Powered By Geeklog 
Created this page in 0.08 seconds