Question 281
Which three factors influence the optimizer's choice of an execution plan? (Choose three.)
Question 282
You are managing an Oracle Database 12c database. The database is open, and you plan to perform Recovery Manager (RMAN) backups.
Which three statements are true about these backups? (Choose three.)
Question 283
The user SCOTT owns the CUST table that is placed in the SALES tablespace. The user SCOTT opens a session and
executes commands as follows:
SQL> INSERT INTO cust VALUES(101, 'JACK');
1 row created.
SQL> INSERT INTO cust VALUES(102, 'SMITH');
1 row created.
As a DBA, you execute the following command from another session:
ALTER TABLESPACE sales READ ONLY;
Which statement is true regarding the effect of this command on the transaction in Scott's session?
Question 284
Which three statements are true concerning unplugging a pluggable database (PDB)? (Choose three.)
Question 285
Which background process does Automatic Shared Memory Management use to coordinate the sizing of memory components?
