Which two statements about Global Data Services (GDS) are correct?
Which two statements are true about transactions in Oracle Database 12c?
Identify three outcomes of using the Oracle Multitenant option in Oracle Database 12c.
Which statement about the Oracle Advanced Security Data Redaction feature is true?
All database users are currently connected to the database instance and are working. The HR user opens three database sessions and executes this command in one of the sessions:
SQL> UPDATE persons SET ccode='U031' WHERE ccode='U029';
123 rows updated.
SQL> DELETE FROM persons WHERE exp='Y';
3 rows deleted.
The SYS user opens a new session after HR executes the preceding commands. Which option represents the sessions that can see the effect of the UPDATE and DELETE commands?
You are in the middle of transaction, updating a table. The machine on which the database is running reboots because of a power outage. This causes a database instance failure.
Which statement is true in this situation?
Which two statements represent where Oracle Net must reside?
Which four statements about users in Oracle Database 12c are correct?
Which parameter can be changed by explicitly re-creating the control file or by using the DBNEWID utility?
You went to create a new CDB foe your customer. Which two statements are true about the seed pluggable database that will reside in the new CDB?