1Z0-060 · Question #80
Which two statements are true about Oracle Managed Files (OMF)?
The correct answer is D. OMF automatically creates unique file names for table spaces and control files. E. OMF may affect the location of the redo log files and archived log files. D: The database internally uses standard file system interfaces to create and delete files as needed for the following database structures: Block change tracking files *Using Oracle-managed files simplifies the administration of an Oracle Database. Oracle- managed files…
Question
Which two statements are true about Oracle Managed Files (OMF)?
Options
- AOMF cannot be used in a database that already has data files created with user-specified directions.
- BThe file system directions that are specified by OMF parameters are created automatically.
- COMF can be used with ASM disk groups, as well as with raw devices, for better file management.
- DOMF automatically creates unique file names for table spaces and control files.
- EOMF may affect the location of the redo log files and archived log files.
How the community answered
(35 responses)- B6% (2)
- C3% (1)
- D91% (32)
Explanation
D: The database internally uses standard file system interfaces to create and delete files as needed for the following database structures: Block change tracking files *Using Oracle-managed files simplifies the administration of an Oracle Database. Oracle- managed files eliminate the need for you, the DBA, to directly manage the operating system files that make up an Oracle Database. With Oracle-managed files, you specify file system directories in which the database automatically creates, names, and manages files at the database object level. For example, you need only specify that you want to create a tablespace; you do not need to specify the name and path of the tablespace's datafile with the DATAFILE clause.
Topics
Community Discussion
No community discussion yet for this question.