A. views B. fixed tables C. heap tables D. external tables E. temporary tables F. index-organized tables (IOT)
A. Opening the database in RESTRICTED mode B. Opening the database with the RESETLOGS option C. Setting a new DBID for the newly restored database D. Restoring the server parameter file (SPFILE) to the new host
A. ALTER DATABASE FLASHBACK ON; B. GRANT SELECT any transaction TO scott; C. GRANT EXECUTE ON dbms_flashback TO scott; D. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA; E. ALTER TABLESPACE undots1 RETENTION GUARANTEE; F. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;