Real-Time ADDM detects a high-load performance issue within the database. Which condition triggered it?
Examine the output:
SQL> SELECT index_name, status FROM dba_indexes WHEREstatus='UNUSABLE’;
INDEX_NAME STATUS
--------------------- -----------------
EIND UNUSABLE
Which two statements about this index are true?
Which two statements about PDBs and CDBs are true?
Which three events signal a database writer (DWR) to write buffers to disk?