SlideShare a Scribd company logo
EXAMGOOD
QUESTION & ANSWER
Exam Good provides update free of
charge in one year!
Accurate study guides
High passing rate!
http://www.examgood.com
The safer , easier way to help you pass any IT exams. 
1 / 7
Exam : 1Z0-497
Title :
Version : DEMO
Oracle Database 12c
Essentials
The safer , easier way to help you pass any IT exams. 
2 / 7
1.Which statement about CDB architecture is true?
A. Oracle-supplied metadata resides only in the root container.
B. A seed PDB can sometimes be opened for particular operations.
C. Multiple PDBs with the same name can reside in the same CDB.
D. A CDB can have an infinite number of PDBs.
E. You can create common users in PDBs.
Answer: A
Explanation:
Reference: http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm#CNCPT89235
2.As part of your Oracle Database 12c post-installation tasks, you run these commands:
Cd $ORACLE_HOME/bin
srvctl stop database -d myDb
chopt enable dm
srvctl start database -d myDb
What does this do?
A. It enables the Oracle Data Mining option in your Oracle binary files.
B. It creates the Fast Recovery Area disk group.
C. It generates Client Static Library.
D. It configures one of the Oracle user accounts.
E. It configures Oracle Net Services.
F. It configures Oracle Messaging Gateway.
Answer: A
Explanation:
Reference: http://docs.oracle.com/cd/E16655_01/install.121/e17889/postinst.htm#RILIN1049 (see 4.4)
3.Exhibit below:
Which three statements are true about terminating a session?
A. Without any error, you can terminate the active session by executing:
SQL> ALTER SYSTEM KILL SESSIOU '7, 15';
B. You can terminate the active session by executing:
SQL> ALTER SYSTEM KILL SESSIOM "7, 15';
But you also get the error message:
ORA-00028: your session has been killed
C. You cannot terminate the active session. You have to wait until that session becomes inactive.
D. Without any error, you can terminate the inactive session by executing:
SQL> ALTER SYSTEM KILL SESSION '12, 63';
E. When an inactive session is killed, the status of that session remains visible in VSSESSION
with status KILLED. The rowf the terminated session is removed from VSSESSION after the user
The safer , easier way to help you pass any IT exams. 
3 / 7
attempts to use the session again.
F. You cannot terminate the inactive session. You have to wait until that session becomes active
again.
Answer: D,E,F
Explanation:
Reference: http://docs.oracle.com/cd/B28359_01/server.111/b28310/manproc008.htm#ADMIN11192
4.Which two statements are true about shared server sessions?
A. No Program Global Area (PGA) is allocated for shared server processes.
B. User Global Area is stored in System Global Area (SGA).
C. Shared SQL Area is allocated from Program Global Area (PGA).
D. Private SQL Area is allocated from Library Cache.
E. Large Pool is used for SQL work areas.
Answer: D
Explanation:
Reference: http://docs.oracle.com/cd/B19306_01/server.102/b14220/memory.htm (see library cache)
5.Which targets can be managed by using Enterprise Manager Cloud Control?
A. Hosts and databases
B. Hosts, databases, and application servers
C. Application servers and web applications
D. Databases, Oracle Management Server (OMS), and Oracle Management Repository (OMR)
E. Databases, application servers, and web applications
F. Hosts, databases, application servers, web applications, OMS, and OMR
Answer: A
Explanation:
Reference: http://www.oracle.com/technetwork/oem/framework-infra/wp-em12c-security-best-
practicesv2-1493383.pdf (page 3, second bulleted point, last couple of sentences)
6.Which two statements are true regarding SQL*Plus?
A. It has commands for performing database administration operations.
B. It can be used in interactive but not batch mode for SQL commands.
C. It has to be installed separately after the Oracle Database 12c installation.
D. Operating system commands can be executed from the SQL*Plus command prompt.
Answer: A
Explanation:
Reference: http://docs.oracle.com/cd/B14117_01/server.101/b12170/qstart.htm
7.Which two statements about the Process Monitor (PMON) process are true?
A. PMON performs process recovery when a client process fails.
B. During instance startup, PMON takes care of instance recovery.
C. PMON performs listener registration.
D. PMON restarts background and dispatcher processes when they fail.
E. PMON resolves failures of distributed transactions.
The safer , easier way to help you pass any IT exams. 
4 / 7
Answer: A,C
8.Which statement is true about loading data by using the conventional path of SQL*Loader?
A. Redo is not generated while performing conventional path loads.
B. Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked,
C. No exclusive locks are acquired when the conventional path loads are performed.
D. Instead of performing transactions, SQL*Loader directly writes data blocks to the data files.
E. INSERT triggers are disabled before the conventional path load and re-enabled at the end of the load.
Answer: B
Explanation:
Reference: http://docs.oracle.com/cd/A57673_01/DOC/server/doc/SUT73/ch8.htm#data%20paths (see
direct loads, integrity constraints, and triggers)
9.Identify three key properties of a transaction in Oracle Database 12c.
A. durability
B. consistency
C. concurrency
D. isolation
E. scalability
F. manageability
Answer: A,B,D
Explanation:
Reference: http://docs.oracle.com/cd/E16655_01/server.121/e17633/transact.htm#CNCPT016
10.Which type of file system is NOT valid for storing data files, online redo log files, and control files for a
pluggable database?
A. Automatic Storage Management (ASM)
B. OS file system
C. logical volume (LVM)
D. clustered file system
E. RAW
Answer: E
11.Which two statements about ADDM are true?
A. Real-Time ADDM uses AWR snapshots of the last 10 minutes.
B. Real-Time ADDM uses ASH recent activity from SGA data.
C. Real-Time ADDM analyzes performance in a completely different fashion than regular ADDM.
D. Regular ADDM uses AWR snapshots that are not yet purged.
Answer: C
12.Which two items are key for maintaining data consistency in Oracle Database 12c?
A. undo data
B. isolation level
C. lock mechanism
The safer , easier way to help you pass any IT exams. 
5 / 7
D. serializability
Answer: C
Explanation:
Reference: http://docs.oracle.com/cd/E11882_01/server.112/e25789/consist.htm#CNCPT88969
(overview of the oracle database locking mechanism)
13.You are about to install Oracle Database 12c Enterprise Edition.
Which statement is true?
A. You should not install the Oracle Database software into an existing Oracle home from a different
release.
B. A multitenant container database (CDB) can have several pluggable databases (PDBs) with different
character sets.
C. Oracle recommends that you back up the root. sh script after you complete the installation.
D. Cloning an Oracle home is useful if you are performing multiple Oracle Database Installations.
E. You can stop existing Oracle processes, including the listener and the database running in the Oracle
home, before the database software installation.
Answer: E
14.Which logical storage relationship is correct?
A. Tablespace< Segment < Extent < Oracle Datablock
B. B) Segment < Extent < Oracle Datablock<Tablespace
C. Tablespace< Extent < Segment < Oracle Datablock
D. Data File <Tablespace< Segment < Extent < Oracle Datablock
Answer: A
Explanation:
Reference: http://www.dummies.com/how-to/content/basics-of-logical-structures-in-oracle12c.html
15.Which two statements about multitenant architecture are true?
A. Multiple PDBs on a single server need multiple database instances and multiple sets of database files.
B. Although consolidated into a single physical database, PDBs mimic the behavior of non-CDBs.
C. A PDB administrator can use Oracle Flashback or point-in-time recovery to retrieve lost data from a
PDB, only by shutting down all the PDBs from the CDB.
D. It is easier to collect performance metrics for many databases in a CDB than individual non-CDB
databases.
E. It takes more time to apply a patch to one CDB that holds hundreds of PDBs than to hundreds of
non-CDB databases.
Answer: D
16.Which three statements represent the benefits of multitenant architecture for database consolidation?
A. You can unplug a PDB from a development CDB and plug it into a production CDB, which allows for
easier and more rapid movement of data and code.
B. You can consolidate shared database memory by combining multiple PDBs in a single CDB.
C. Patching individual PDBs requires the same amount of time as patching individual databases.
D. Consolidating separate databases into a single CDB requires the same amount of storage allocation.
The safer , easier way to help you pass any IT exams. 
6 / 7
E. In multitenant architecture, a PDB behaves the same as a non-CDB as seen from a client connecting
with Oracle Net. No client modification is required.
Answer: E
Explanation:
Reference: http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm#CNCPT89239
17.Which statement about the Oracle Advanced Security Data Redaction feature is true?
A. It transparently encrypts data at rest in Oracle databases.
B. It securely manages encryption keys.
C. It protects against theft or loss of disks and backups.
D. It prevents OS users from inspecting tablespace files.
E. It limits the exposure of sensitive data in applications.
F. It alters data in caches, buffers, and persistent storage.
G. It impacts operational activities such as backup & restore, upgrade & patch, and replication.
Answer: A,B,C
Explanation:
Reference: http://www.oracle.com/technetwork/database/options/advanced-security/advanced-
Security-ds-12c-1898873.pdf
18.Which three statements about Automatic Database Diagnostic Monitor (ADDM) are true?
A. It requires the database to be open.
B. It analyzes the performance of specified objects.
C. It implements all recommendations automatically.
D. It recommends solutions and quantifies expected benefits.
E. It retains snapshots in the SYSAUX tablespace until the database is restarted.
F. It analyzes the snapshots stored in the Automatic Workload Repository (AWR).
Answer: B,D,F
Explanation:
Reference: http://docs.oracle.com/cd/B19306_01/server.102/b14211/diagnsis.htm
19.Which is the default port number for Database Express?
A. 7801
B. 5500
C. 2243
D. 1521
E. 22
Answer: D
Explanation:
Reference: http://docs.oracle.com/cd/B25329_01/doc/install.102/b25143.pdf (page 4, first bulleted point)
20.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.
The safer , easier way to help you pass any IT exams. 
7 / 7
- 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. Automatic Storage Management (ASM)
B. Online Data and Application change
C. Global Data Services (GDS)
D. Real Application Clusters (RAC)
E. Oracle Streams
F. Online Table Redefinition
G. Oracle Database Vault
Answer: A,C,D,E

More Related Content

PDF
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
DOCX
Oracle GoldenGate
PDF
-bheritas5fundamentals-
DOCX
how to protect your sensitive data using oracle database vault
PDF
Jdbc Best Practices - Oracle/IOUG, Toronto, April 21, 2004
PDF
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
PPTX
Oracle RAC - Standard Edition, Enterprise Edition &amp; One Node
ODP
Introduction to Quasiquotes
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Oracle GoldenGate
-bheritas5fundamentals-
how to protect your sensitive data using oracle database vault
Jdbc Best Practices - Oracle/IOUG, Toronto, April 21, 2004
Oracle DB 11g R2 Research (Installation, Users and Privileges, Audit Trail, E...
Oracle RAC - Standard Edition, Enterprise Edition &amp; One Node
Introduction to Quasiquotes

Similar to Oracle Database 12c Essentials 1Z0-497 exam questions (20)

PDF
Exam 1z0 062 Oracle Database 12c: Installation and Administration
DOCX
Oracle dba interview questions with answer
PDF
1 z0 060 - oracle certification
DOC
Oracle11g(1z0 050) v100612[1]
PDF
Plugging in oracle database 12c pluggable databases
PDF
Pluggable Databases: What they will break and why you should use them anyway!
PDF
Winning performance challenges in oracle multitenant
PDF
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
PDF
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
PPTX
An AMIS Overview of Oracle database 12c (12.1)
PDF
PPTX
Database 12c
PDF
COUG_AAbate_Oracle_Database_12c_New_Features
PPTX
Best New Features of Oracle Database 12c
PDF
Winning Performance Challenges in Oracle Multitenant
DOC
Oracle dba interview question
PPTX
Collaborate 17 - Database consolidation using the oracle multitenant architec...
PDF
Exploring Oracle Database 12c Multitenant best practices for your Cloud
PPTX
New Features for Multitenant in Oracle Database 21c
PDF
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
Exam 1z0 062 Oracle Database 12c: Installation and Administration
Oracle dba interview questions with answer
1 z0 060 - oracle certification
Oracle11g(1z0 050) v100612[1]
Plugging in oracle database 12c pluggable databases
Pluggable Databases: What they will break and why you should use them anyway!
Winning performance challenges in oracle multitenant
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
An AMIS Overview of Oracle database 12c (12.1)
Database 12c
COUG_AAbate_Oracle_Database_12c_New_Features
Best New Features of Oracle Database 12c
Winning Performance Challenges in Oracle Multitenant
Oracle dba interview question
Collaborate 17 - Database consolidation using the oracle multitenant architec...
Exploring Oracle Database 12c Multitenant best practices for your Cloud
New Features for Multitenant in Oracle Database 21c
Oracle 10g Database Administrator Implementation and Administration 2nd Editi...
Ad

Recently uploaded (20)

PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
GDM (1) (1).pptx small presentation for students
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
RMMM.pdf make it easy to upload and study
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Presentation on HIE in infants and its manifestations
PPTX
Cell Structure & Organelles in detailed.
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
Complications of Minimal Access Surgery at WLH
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Institutional Correction lecture only . . .
STATICS OF THE RIGID BODIES Hibbelers.pdf
GDM (1) (1).pptx small presentation for students
102 student loan defaulters named and shamed – Is someone you know on the list?
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
RMMM.pdf make it easy to upload and study
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Presentation on HIE in infants and its manifestations
Cell Structure & Organelles in detailed.
Chinmaya Tiranga quiz Grand Finale.pdf
Complications of Minimal Access Surgery at WLH
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Microbial diseases, their pathogenesis and prophylaxis
Final Presentation General Medicine 03-08-2024.pptx
A systematic review of self-coping strategies used by university students to ...
O5-L3 Freight Transport Ops (International) V1.pdf
Anesthesia in Laparoscopic Surgery in India
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Institutional Correction lecture only . . .
Ad

Oracle Database 12c Essentials 1Z0-497 exam questions

  • 1. EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com
  • 2. The safer , easier way to help you pass any IT exams.  1 / 7 Exam : 1Z0-497 Title : Version : DEMO Oracle Database 12c Essentials
  • 3. The safer , easier way to help you pass any IT exams.  2 / 7 1.Which statement about CDB architecture is true? A. Oracle-supplied metadata resides only in the root container. B. A seed PDB can sometimes be opened for particular operations. C. Multiple PDBs with the same name can reside in the same CDB. D. A CDB can have an infinite number of PDBs. E. You can create common users in PDBs. Answer: A Explanation: Reference: http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm#CNCPT89235 2.As part of your Oracle Database 12c post-installation tasks, you run these commands: Cd $ORACLE_HOME/bin srvctl stop database -d myDb chopt enable dm srvctl start database -d myDb What does this do? A. It enables the Oracle Data Mining option in your Oracle binary files. B. It creates the Fast Recovery Area disk group. C. It generates Client Static Library. D. It configures one of the Oracle user accounts. E. It configures Oracle Net Services. F. It configures Oracle Messaging Gateway. Answer: A Explanation: Reference: http://docs.oracle.com/cd/E16655_01/install.121/e17889/postinst.htm#RILIN1049 (see 4.4) 3.Exhibit below: Which three statements are true about terminating a session? A. Without any error, you can terminate the active session by executing: SQL> ALTER SYSTEM KILL SESSIOU '7, 15'; B. You can terminate the active session by executing: SQL> ALTER SYSTEM KILL SESSIOM "7, 15'; But you also get the error message: ORA-00028: your session has been killed C. You cannot terminate the active session. You have to wait until that session becomes inactive. D. Without any error, you can terminate the inactive session by executing: SQL> ALTER SYSTEM KILL SESSION '12, 63'; E. When an inactive session is killed, the status of that session remains visible in VSSESSION with status KILLED. The rowf the terminated session is removed from VSSESSION after the user
  • 4. The safer , easier way to help you pass any IT exams.  3 / 7 attempts to use the session again. F. You cannot terminate the inactive session. You have to wait until that session becomes active again. Answer: D,E,F Explanation: Reference: http://docs.oracle.com/cd/B28359_01/server.111/b28310/manproc008.htm#ADMIN11192 4.Which two statements are true about shared server sessions? A. No Program Global Area (PGA) is allocated for shared server processes. B. User Global Area is stored in System Global Area (SGA). C. Shared SQL Area is allocated from Program Global Area (PGA). D. Private SQL Area is allocated from Library Cache. E. Large Pool is used for SQL work areas. Answer: D Explanation: Reference: http://docs.oracle.com/cd/B19306_01/server.102/b14220/memory.htm (see library cache) 5.Which targets can be managed by using Enterprise Manager Cloud Control? A. Hosts and databases B. Hosts, databases, and application servers C. Application servers and web applications D. Databases, Oracle Management Server (OMS), and Oracle Management Repository (OMR) E. Databases, application servers, and web applications F. Hosts, databases, application servers, web applications, OMS, and OMR Answer: A Explanation: Reference: http://www.oracle.com/technetwork/oem/framework-infra/wp-em12c-security-best- practicesv2-1493383.pdf (page 3, second bulleted point, last couple of sentences) 6.Which two statements are true regarding SQL*Plus? A. It has commands for performing database administration operations. B. It can be used in interactive but not batch mode for SQL commands. C. It has to be installed separately after the Oracle Database 12c installation. D. Operating system commands can be executed from the SQL*Plus command prompt. Answer: A Explanation: Reference: http://docs.oracle.com/cd/B14117_01/server.101/b12170/qstart.htm 7.Which two statements about the Process Monitor (PMON) process are true? A. PMON performs process recovery when a client process fails. B. During instance startup, PMON takes care of instance recovery. C. PMON performs listener registration. D. PMON restarts background and dispatcher processes when they fail. E. PMON resolves failures of distributed transactions.
  • 5. The safer , easier way to help you pass any IT exams.  4 / 7 Answer: A,C 8.Which statement is true about loading data by using the conventional path of SQL*Loader? A. Redo is not generated while performing conventional path loads. B. Only PRIMARY KEY, UNIQUE KEY, and NOT NULL constraints are checked, C. No exclusive locks are acquired when the conventional path loads are performed. D. Instead of performing transactions, SQL*Loader directly writes data blocks to the data files. E. INSERT triggers are disabled before the conventional path load and re-enabled at the end of the load. Answer: B Explanation: Reference: http://docs.oracle.com/cd/A57673_01/DOC/server/doc/SUT73/ch8.htm#data%20paths (see direct loads, integrity constraints, and triggers) 9.Identify three key properties of a transaction in Oracle Database 12c. A. durability B. consistency C. concurrency D. isolation E. scalability F. manageability Answer: A,B,D Explanation: Reference: http://docs.oracle.com/cd/E16655_01/server.121/e17633/transact.htm#CNCPT016 10.Which type of file system is NOT valid for storing data files, online redo log files, and control files for a pluggable database? A. Automatic Storage Management (ASM) B. OS file system C. logical volume (LVM) D. clustered file system E. RAW Answer: E 11.Which two statements about ADDM are true? A. Real-Time ADDM uses AWR snapshots of the last 10 minutes. B. Real-Time ADDM uses ASH recent activity from SGA data. C. Real-Time ADDM analyzes performance in a completely different fashion than regular ADDM. D. Regular ADDM uses AWR snapshots that are not yet purged. Answer: C 12.Which two items are key for maintaining data consistency in Oracle Database 12c? A. undo data B. isolation level C. lock mechanism
  • 6. The safer , easier way to help you pass any IT exams.  5 / 7 D. serializability Answer: C Explanation: Reference: http://docs.oracle.com/cd/E11882_01/server.112/e25789/consist.htm#CNCPT88969 (overview of the oracle database locking mechanism) 13.You are about to install Oracle Database 12c Enterprise Edition. Which statement is true? A. You should not install the Oracle Database software into an existing Oracle home from a different release. B. A multitenant container database (CDB) can have several pluggable databases (PDBs) with different character sets. C. Oracle recommends that you back up the root. sh script after you complete the installation. D. Cloning an Oracle home is useful if you are performing multiple Oracle Database Installations. E. You can stop existing Oracle processes, including the listener and the database running in the Oracle home, before the database software installation. Answer: E 14.Which logical storage relationship is correct? A. Tablespace< Segment < Extent < Oracle Datablock B. B) Segment < Extent < Oracle Datablock<Tablespace C. Tablespace< Extent < Segment < Oracle Datablock D. Data File <Tablespace< Segment < Extent < Oracle Datablock Answer: A Explanation: Reference: http://www.dummies.com/how-to/content/basics-of-logical-structures-in-oracle12c.html 15.Which two statements about multitenant architecture are true? A. Multiple PDBs on a single server need multiple database instances and multiple sets of database files. B. Although consolidated into a single physical database, PDBs mimic the behavior of non-CDBs. C. A PDB administrator can use Oracle Flashback or point-in-time recovery to retrieve lost data from a PDB, only by shutting down all the PDBs from the CDB. D. It is easier to collect performance metrics for many databases in a CDB than individual non-CDB databases. E. It takes more time to apply a patch to one CDB that holds hundreds of PDBs than to hundreds of non-CDB databases. Answer: D 16.Which three statements represent the benefits of multitenant architecture for database consolidation? A. You can unplug a PDB from a development CDB and plug it into a production CDB, which allows for easier and more rapid movement of data and code. B. You can consolidate shared database memory by combining multiple PDBs in a single CDB. C. Patching individual PDBs requires the same amount of time as patching individual databases. D. Consolidating separate databases into a single CDB requires the same amount of storage allocation.
  • 7. The safer , easier way to help you pass any IT exams.  6 / 7 E. In multitenant architecture, a PDB behaves the same as a non-CDB as seen from a client connecting with Oracle Net. No client modification is required. Answer: E Explanation: Reference: http://docs.oracle.com/cd/E16655_01/server.121/e17633/cdbovrvw.htm#CNCPT89239 17.Which statement about the Oracle Advanced Security Data Redaction feature is true? A. It transparently encrypts data at rest in Oracle databases. B. It securely manages encryption keys. C. It protects against theft or loss of disks and backups. D. It prevents OS users from inspecting tablespace files. E. It limits the exposure of sensitive data in applications. F. It alters data in caches, buffers, and persistent storage. G. It impacts operational activities such as backup & restore, upgrade & patch, and replication. Answer: A,B,C Explanation: Reference: http://www.oracle.com/technetwork/database/options/advanced-security/advanced- Security-ds-12c-1898873.pdf 18.Which three statements about Automatic Database Diagnostic Monitor (ADDM) are true? A. It requires the database to be open. B. It analyzes the performance of specified objects. C. It implements all recommendations automatically. D. It recommends solutions and quantifies expected benefits. E. It retains snapshots in the SYSAUX tablespace until the database is restarted. F. It analyzes the snapshots stored in the Automatic Workload Repository (AWR). Answer: B,D,F Explanation: Reference: http://docs.oracle.com/cd/B19306_01/server.102/b14211/diagnsis.htm 19.Which is the default port number for Database Express? A. 7801 B. 5500 C. 2243 D. 1521 E. 22 Answer: D Explanation: Reference: http://docs.oracle.com/cd/B25329_01/doc/install.102/b25143.pdf (page 4, first bulleted point) 20.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.
  • 8. The safer , easier way to help you pass any IT exams.  7 / 7 - 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. Automatic Storage Management (ASM) B. Online Data and Application change C. Global Data Services (GDS) D. Real Application Clusters (RAC) E. Oracle Streams F. Online Table Redefinition G. Oracle Database Vault Answer: A,C,D,E