SMD is a smallfile locally managed tablespace with manual segment space management. The SH user receives the following error while inserting data into the sales table:
Which three actions can be taken to enable the user to insert data? (Choose three.)
Correct Answer:ABD
Examine the parameters for a database instance:
Your database has three undo tablespaces and the default undo tablespace is not autoextensible. Resumable space allocation is not enabled for any sessions in the database instance.
What is the effect on new transactions when all undo space in the default undo tablespace is in use by active transactions?
Correct Answer:B
References https://docs.oracle.com/cd/B19306_01/server.102/b14231/undo.htm (undo retention)
Your database is running in ARCHIVELOG mode. You want to take a consistent whole database backup.
Which two statements are true in this scenario? (Choose two.)
Correct Answer:CD
Examine the parameter for your database instance:
You generated the execution plan for the following query in the plan table and noticed that the nested loop join was done. After actual execution of the query, you notice that the hash join was done in the execution plan:
Identify the reason why the optimizer chose different execution plans.
Correct Answer:A
Which three statements are true about the Pre-Upgrade Information Tool? (Choose three.)
Correct Answer:BCD