You use the segment advisor to help determine objects for which space may be reclaimed.
Which three statements are true about the advisor given by the segment advisor?
A.
It may advise the use of online table redefinition for tables in dictionary managed
tablespace.
B.
It may advise the use of segment shrink for free list managed tables.
C.
It will detect and advise about chained rows.
D.
It may advise the use of segment shrink for tables in dictionary managed tablespaces it
the no chained rows.
E.
It may advise the use of online table redefinition for tables in locally managed
tablespaces
A,C,E
a c e
ABC
A,C,E
segment shrink can’t be used for dictionary managed tablespaces or with free list managed tables, so B and D – wrong.
https://docs.oracle.com/database/121/ADMIN/schema.htm#ADMIN014
The Segment Advisor generates the following types of advice:
If the Segment Advisor determines that an object has a significant amount of free space, it recommends online segment shrink. If the object is a table that is not eligible for shrinking, as in the case of a table in a tablespace without automatic segment space management, the Segment Advisor recommends online table redefinition.
If the Segment Advisor determines that a table could benefit from compression with the advanced row compression method, it makes a recommendation to that effect. (Automatic Segment Advisor only. See “Automatic Segment Advisor”.)
If the Segment Advisor encounters a table with row chaining above a certain threshold, it records that fact that the table has an excess of chained rows.
So ACE is correct here