Which two statements are true about Oracle Managed Files (OMF)? (Choose two.)
Correct Answer:
DE
D: The database internally uses standard file system interfaces to create and delete files as needed for the following database structures:
Tablespaces Redo log files Control files Archived logs
Block change tracking files Flashback logs
RMAN backups Note:
* 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.
http://www.oracle-base.com/articles/9i/oracle-managed-files.php
http://docs.oracle.com/cd/B10500_01/server.920/a96521/omf.htm References:
Which three are activities performed by SMON? (Choose three.)
Correct Answer:
BCF
Which statement is true about the Oracle central inventory directory (oraInventory)?
Correct Answer:
D
References https://docs.oracle.com/database/121/CWLIN/usrgrps.htm#CWLIN483
You install “Oracle Grid Infrastructure for a standalone server” on a host on which the ORCL1 and ORCL2 databases both have their instances running.
Which two statements are true? (Choose two.)
Correct Answer:
AB
Examine the parameter settings in your local ORCL database:
< ><>>< ><>>CREATE PUBLICDATABASE LINK sales.us.example.com USING ‘sales1’; The sales1 tnsnames entry points to the sales database instance.
Which two are requirements to ensure that you can successfully connect by using this database link? (Choose two.)
Correct Answer:
AC