QUIZ-Revision1 20240129
QUIZ-Revision1 20240129
QUIZ-Revision1 20240129
1 Un balayage complet de table (full table scan) lit toutes les lignes
d'une table et exclut celles qui ne satisfont pas aux critères de
sélection.
A VRAI
B FAUX
2
You enabled the tracing for the session by executing the below
command: SQL>SET AUTOTRACE TRACEONLY; you issued the
SQL query in same session. Which of the two statements is true?
A It creates the resort on the running path utilized by SQL optimizer and statement
execution statistics.
B Trace for the Statement would be generated without displaying query output.
C It creates only the statement execution statistics without running the query.
D Both A & B
5 What does it means that the rate of writing data blocks to the disk is
prolonged?
A Increasing number of free buffer waits
B Very high cache-hit ratio
C Waits on latch: cache buffers chains event.
D increasing number of buffers busy waits
12 While configuring snapshot data capture for your database, you have
defined the snapshot level setting as the 6. Which statistics would be
captured by statspack report?
A memory statistics
B Optimizer execution plans
C Resource limit
D All the above
18 When the deadlock happens, what must be utilized for diagnosing the
problem and determining how to prevent deadlock from happening
again?
A Resulting trace life
B ORA 00060 error message
C Performance Manager
24 Identify the right statement about Active Session History (ASH) data?
A All the ASH data in the memory are flushed to disk by the MMNL process
whenever the buffer is full.
B Part of the SGA Memory is utilized for storing ASH data as the rolling buffer.
A
C All the ASH data in memory are flushed to disk by MMON in every 3 seconds.
D None of the above
27
Le tablespace SYSAUX est utilisé pour les fonctionnalités principales
et le tablespace SYSTEM pour les composants supplémentaires de
base de données tels que le référentiel Enterprise Manager.
A VRAI
B FAUX
28 Laquelle des options suivantes pour le paramètre
STATISTICS_LEVEL de pfile/spfile désactive la collecte de
statistiques AWR et les services de conseil ADDM?
A OFF
B TYPICAL
C ALL
D BASIC
30 What is a primary reason for creating the reverse index key on the
column?
A Column is populated through sequential numbers.
B Column includes various values
C Column is primarily used for the value range scans
D column implements the inverted list attribute
31 Which tuning technique below will NOT decrease the disk I/O for the
Oracle Query?
A Creating a Clustered table
B Run the parallel queries against the table.
C Adding blocks to the SGA buffer pool.
D Creating tables with redundant columns from the other tables.
33 Which of the below candidate is the best candidate for the redundant
application in the other Oracle table?
A Current_employer
B Home_address
C Gender
D Service_History
34 What is the primary reason for the row overflow area while creating
index-organized tables?
A To accelerate the full table scans and fast full index scans
B To avoid row migration and chaining
C To keep the B-tree structure densely clustered for allowing more rows per leaf
block.
D To enhance the index when the index-organized table is clustered.
37 Identify the reason why migrated or chained rows in the table cause
performance degradation when we access them.
A Because these rows make available indexes invalid
B Because it is not feasible to utilize the indexes for retrieving these rows.
C Because fetching these rows needs multiple data blocks to be accessed.
D Because of the ROWID modifications for these rows.
38
Sous réserve que la colonne email dispose d'un index, l'interrogation
suivante a pour résultat un balayage d'intervalle d'index (index range
scan) : Select first_name from hr.employees where email like '%A';
A VRAI
B FAUX
43 Which latch would be needed when the dirty blocks are written to disk
or when the server is searching for the unions to write to?
A Library cache latch
B Shared pool latch
C Cache buffers LRU chain latch
D Cache buffers chains latch
50
51 What areas of the Oracle tuning have the most effect on the system
performance?
A Physical design tuning
B SQL tuning
C Logical design tuning
D SGA tuning
52 Which of the following Views can be utilized for detecting the lock
contention?
A V$LOCK_WAITING
B V$LOCK_CONTENTION
C V$LOCKED_OBJECT
53 Quelle est la procédure utilisée pour indiquer à Oracle que les
statistiques recueillies ne doivent pas être publiées?
A DBMS_STATS.PUBLISH_STATS
B DBMS_STATS.SET_TABLE_PREFS
C DBMS_STATS.PENDING_STATS
D DBMS_STATS.GATHER_TABLE_STATS