Which three tasks can be automatically performed by the Automatic Data Optimization feature of Information
lifecycle Management (ILM)?
A.
Tracking the most recent read time for a table segment in a user tablespace
B.
Tracking the most recent write time for a table segment in a user tablespace
C.
Tracking insert time by row for table rows
D.
Tracking the most recent write time for a table block
E.
Tracking the most recent read time for a table segment in the SYSAUX tablespace
F.
Tracking the most recent write time for a table segment in the SYSAUX tablespace
Explanation:
* To implement your ILM strategy, you can use Heat Map in Oracle Database to track data access and
modification.
Heat Map provides data access tracking at the segment-level and data modification tracking at the segment
and row level.
* To implement your ILM strategy, you can use Heat Map in Oracle Database to track data access and
modification. You can also use Automatic Data Optimization (ADO) to automate the compression andmovement of data between different tiers of storage within the database. Reference: Automatic Data
Optimization with Oracle Database 12c with Oracle Database 12c
A, B, C.
https://docs.oracle.com/database/122/VLDBG/ilm-strategy-heatmap-ado.htm#VLDBG14124
Heat Map provides data access tracking at the segment-level and data modification tracking at the segment and row level.
So, you can track read and write at segment level, and track write at table row level.
C is incorrect.