Question 41
Which two statements are true about the (PMON) background process in Oracle Database
12c?
Question 42
Examine this parameter setting:
Now examine this command:
ALTER TABLE hr.emp INMEMORY;
Table altered.
Which is true about effects of this command and any subsequent processing on hr.emp?
Question 43
A warehouse fact table in your Oracle 12c Database is range-partitioned by month and accessed frequently with queries that span multiple partitions
The table has a local prefixed, range partitioned index.
Some of these queries access very few rows in some partitions and all the rows in other partitions, but these queries still perform a full scan for all accessed partitions.
This commonly occurs when the range of dates begins at the end of a month or ends close to the start of a month.
You want an execution plan to be generated that uses indexed access when only a few rows are accessed from a segment, while still allowing full scans for segments where many rows are returned.
Which three methods could transparently help to achieve this result?
Question 44
Which two are prerequisites for performing a flashback transaction? (Choose two.)
Question 45
Which three file types are stored in the Fast Recovery Area by default in a traditional nonOMF file system? (Choose three.)
