Which two statements about ADDM are true?
BD
Explanation:
http://www.dba-scripts.com/articles/ocp-flashcards/ocp-12c-emergency-monitoring-real-time-
addm/
Which two items are key for maintaining data consistency in Oracle Database 12c?
BC
Explanation:
Reference:
http://docs.oracle.com/cd/E11882_01/server.112/e25789/consist.htm#CNCPT88969 (overview of
the oracle database locking mechanism)
You are about to install Oracle Database 12c Enterprise Edition. Which statement is true?
C
Explanation:
https://docs.oracle.com/database/121/NLSPG/ch2charset.htm#NLSPG1035
https://docs.oracle.com/database/121/LADBI/post_inst_task.htm#LADBI7749
Which logical storage relationship is correct?
A
Explanation:
Reference:
http://www.dummies.com/how-to/content/basics-of-logical-structures-in-oracle-12c.html
Which two statements about multitenant architecture are true?
BD
Explanation:
B: A PDB is a portable collection of schemas, schema objects, and nonschema objects that appears to
an Oracle Net client as a non-CDB. All Oracle databases before Oracle Database 12c were non-CDBs.
D: Ease of performance tuning
It is easier to collect performance metrics for a single database than for multiple databases. It is
easier to size one SGA than 100 SGAs.
Explanation:
Reference:
Benefits of the Multitenant Architecture for Database Consolidation
URL: http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm#CNCPT89239
Which three statements represent the benefits of multitenant architecture for database
consolidation?
ABE
Explanation:
By design, you can quickly plug a PDB into a CDB, unplug the PDB from the CDB, and then plug this
PDB into a different CDB. The implementation technique for plugging and unplugging is similar to the
transportable tablespace technique.
A PDB is a portable collection of schemas, schema objects, and nonschema objects that appears to
an Oracle Net client as a non-CDB. All Oracle databases before Oracle Database 12c were non-CDBs.
Explanation:
Reference:
Benefits of the Multitenant Architecture for Database Consolidation
URL: http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm#CNCPT89239
Which statement about the Oracle Advanced Security Data Redaction feature is true?
E
Explanation:
Redacting Sensitive Data for Display
Data Redaction provides selective, on-the-fly redaction of sensitive data in query results prior
to display by applications so that unauthorized users cannot view the sensitive data. It enables
consistent redaction of database columns across application modules accessing the same data.
Data Redaction minimizes changes to applications because it does not alter actual data in
internal database buffers, caches, or storage, and it preserves the original data type and
formatting when transformed data is returned to the application. Data Redaction has no
impact on database operational activities such as backup and restore, upgrade and patch, and
high availability clusters.
Explanation:
Reference:
Oracle Advanced Security, 12c, Oracle Data Sheet
Which three statements about Automatic Database Diagnostic Monitor (ADDM) are true?
A, D, F
Explanation:
Reference:
http://docs.oracle.com/cd/B19306_01/server.102/b14211/diagnsis.htm
Which is the default port number for Database Express?
B
Explanation:
Reference:
http://dbasolved.com/2013/07/05/em-express-12c-edition/
Your customer is looking for a solution to address these downtime needs:
- Online addition and removal of disks should automatically rebalance data across new storage
configurations while storage, database, and applications remain online.
- Dynamically add or remove clustered nodes without disrupting the database or applications.
- Automate the sizing and distribution of shared memory.
- Add a column with a default value without disrupting the database or applications.
- Perform rolling patch upgrades.
Which four would you recommend to address those needs?
A, B, D, F