What are Oracle-Managed Files (OMF)?

Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.

What are Oracle-Managed Files (OMF)?

Rating:

An Oracle database contains three types of physical files: data files, redo log files, and control files. When creating an Oracle database, names and locations of control files need to be specified in the database's initialization parameter file. Also, the names and locations of data files and redo log files need to be specified in the CREATE DATABASE statement. One of the problems with so created data files and redo log files is that when logical database structures (such as tablespaces and redo log groups) containing these files are dropped from the database, Oracle does not automatically remove these files from the hard disk. Therefore, they need to be manually deleted. Using Oracle-Managed Files can resolve the issue, as Oracle automatically deletes these files when the associated logical database structures are dropped.

Two new initialization parameters named DB_CREATE_ONLINE_LOG_DEST_n and DB_CREATE_FILE_DEST are introduced in Oracle9i, which are used to implement Oracle-Managed Files. Specifying these parameters in a database's initialization parameter file eliminates the need of explicitly specifying names and locations of physical files when creating the database.

The DB_CREATE_ONLINE_LOG_DEST_n parameter specifies the default location where Oracle creates redo log files and control files. The DB_CREATE_FILE_DEST parameter specifies the default location where Oracle creates data files. It also specifies the default location for redo log files and control files if the DB_CREATE_ONLINE_LOG_DEST_n parameter is not specified in the initialization parameter file. Oracle automatically names these files.


Rating:



Other articles

Click here to Article home

 
uCertify.com | Our Company | Articles | Privacy | Security | Contact Us | News and Press Release | uCertify India
MCSE: MCSA, MCTS, MCITP    JAVA Certification: SCJP, SCWCD Cisco Certification: CCNA, CCENT, A+, Network+, Security+
Oracle Certification: OCP 9i, OCP 10g, OCA 9i, OCA 10g CIW foundation    EC-212-32    CISSP    Photoshop ACE    Adobe Flash ACE
© 2008 uCertify.com. All rights reserved. All trademarks are the property of their respective owners.