Which new process was introduced as of Oracle Database 12c?
Which two are client-side components of Oracle Data Guard Broker?
Which four items exist in the root of a CDB, but not in the PDBs?
Which statement about the Queryable Patch inventory feature is false?
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?
You execute the following command:
SQL> ALTER USER skd ACCOUNT LOCK;
Which two statements are correct?
You have two database servers EMP and EXP. A user of the database from the EXP server wants to extract some information from the database in the EMP server for cross-verification. Which schema object enables the user to access the information from the remote database?
Which three tasks can you perform in Database Express?
Which statement about Online Move Data file is true?
A standby database is in mounted state and you are required to perform a failover to the physical standby. Which solution is best suited forthis scenario?
Which two statements about multi section backup are true?
Which two statements about multitenant architecture are true?
For which use case would you use a rolling upgrade with the Oracle Active Data Guard feature?
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;
For which database operation do you need the database to be in MOUNT state?
Your database instance is down because there was a user-initiated shutdown. Which option represents the actions performed, in the correct order, if you start up the instance?
a - The control file is read.
b - Memory is allocated.
c - Background processes pre started.
d -The initialization parameter file is read,
e- Redo log files and data files are opened.
Identify the correct order of consolidation density.
You connect to a database instance and execute a DML command that changes one data block. The block is read from the buffer cache, modified, and modified, and marked as dirty. You commit the transaction. What must take place before the block can be written to disk?
Which normalization level is adopted in real-world database systems?
Which three events signal a database writer (DWR) to write buffers to disk?
Which tool is recommended for moving a PDB to a non-CDB?
In which situation would you use static database registration for a listener?