You create a CDB with four containers: the loot, the seed, and two pluggable databases PDB1 and PDB2. Which four items can reside In PDB1, but not in the root?
Which three background processes are mandatory in a database Instance started with a minimally configured Initialization parameter file?
Which three events signal a database writer (DWR) to write buffers to disk?
You want to start a global service on your database. Which three conditions must be met?
Identify two types of solutions in which you would need to use Active Data Guard and Golden Gate together.
Which two items are key for maintaining data consistency in Oracle Database 12c?
Which command do you use to create a local role while you are connected as the local user?
Identify three outcomes of using the Oracle Multitenant option in Oracle Database 12c.
Which three operations can the PUBLIC user with the SYSOPER privilege perform?
You need to recover a database running In NOARCHIVELOG mode. Which two statements are true in this scenario?
Consider an application in which memory required for each session is 400 KB and memory required for each server process is 4 MB. The pool size is 100 and the number of shared servers used is 100. If there are 5000 client connections, what is the amount of memory used by a dedicated server?
What happens when you execute these SQL statements?
ALTER SYSTEM SET SGA_TARGET = 992M;
ALTER SYSTEM SET SHARED_POOL_SIZE = 0;
ALTER SYSTEM SET LARGE_POOL_SIZE = 0;
ALTER SYSTEM SET JAVA_POOL_SIZE = 0;
ALTER SYSTEM SET DB_CACHE_SIZE = 0;
ALTER SYSTEM SET STREAMS POOL SIZE = 0;
Examine the output:
SQL> SELECT index_name, status FROM dba_indexes WHEREstatus='UNUSABLE’;
INDEX_NAME STATUS
--------------------- -----------------
EIND UNUSABLE
Which two statements about this index are true?