Which type of PL/SQL construct would you use to automatically correct the error resulting from a statement that was suspended due to a space-related problem?
While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:a) high availability of datab) faster primary key access to the table datac) compact storage for the tableWhich type of tables would you use to achieve these objectives?
You executed the following query in your database:SELECT oldest_flashback_scn, oldest_flashback_time FROM V$FLASHBACK_DATABASE_LOG;What would you determine from the output?