Question 356
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 357
In your multitenant container database (CDB) containing same pluggable databases (PDBs), you execute
the following commands in the root container:
Which two statements are true? (Choose two.)
Question 358
Which three statements are true concerning the multitenant architecture?
Question 359
Examine the memory-related parameters set in the SPFILE of an Oracle database:
Which statement is true?
Question 360
Which three statements are true about the Pre-Upgrade Information Tool?
