Oracle 1z0-497 Exam Practice Questions (P. 3)
- Full Access (150 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Which two statements about ADDM are true?
- AReal-Time ADDM uses AWR snapshots of the last 10 minutes.
- BReal-Time ADDM uses ASH recent activity from SGA data.
- CReal-Time ADDM analyzes performance in a completely different fashion than regular ADDM.
- DRegular ADDM uses AWR snapshots that are not yet purged.
Correct Answer:
BD
http://www.dba-scripts.com/articles/ocp-flashcards/ocp-12c-emergency-monitoring-real-time-addm/
BD
http://www.dba-scripts.com/articles/ocp-flashcards/ocp-12c-emergency-monitoring-real-time-addm/
send
light_mode
delete
Question #12
Which two items are key for maintaining data consistency in Oracle Database 12c?
- Aundo data
- Bisolation level
- Clock mechanism
- Dserializability
Correct Answer:
BC
References:
BC
References:
send
light_mode
delete
Question #13
You are about to install Oracle Database 12c Enterprise Edition. Which statement is true?
- AYou should not install the Oracle Database software into an existing Oracle home from a different release.
- BA multitenant container database (CDB) can have several pluggable databases (PDBs) with different character sets.
- COracle recommends that you back up the root. sh script after you complete the installation.
- DCloning an Oracle home is useful if you are performing multiple Oracle Database Installations.
- EYou can stop existing Oracle processes, including the listener and the database running in the Oracle home, before the database software installation.
Correct Answer:
A
https://docs.oracle.com/database/121/NLSPG/ch2charset.htm#NLSPG1035
A
https://docs.oracle.com/database/121/NLSPG/ch2charset.htm#NLSPG1035
send
light_mode
delete
Question #14
Which logical storage relationship is correct?
- ATablespace< Segment < Extent < Oracle Datablock
- BSegment < Extent < Oracle Datablock<Tablespace
- CTablespace< Extent < Segment < Oracle Datablock
- DData File <Tablespace< Segment < Extent < Oracle Datablock
Correct Answer:
A
References:
A
References:
send
light_mode
delete
Question #15
Which two statements about multitenant architecture are true?
- AMultiple PDBs on a single server need multiple database instances and multiple sets of database files.
- BAlthough consolidated into a single physical database, PDBs mimic the behavior of non-CDBs.
- CA 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.
- DIt is easier to collect performance metrics for many databases in a CDB than individual non-CDB databases.
- EIt takes more time to apply a patch to one CDB that holds hundreds of PDBs than to hundreds of non-CDB databases.
Correct Answer:
BD
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.
References:
BD
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.
References:
send
light_mode
delete
All Pages