Oracle 1z0-084 Exam Practice Questions (P. 1)
- Full Access (55 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 #1
The CURSOR_SHARING and OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES parameters are set to default. The top five wait events in an AWR report are due to a large number of hard parses because of several almost identical SQL statements.
Which two actions could reduce the number of hard parses? (Choose two.)
Which two actions could reduce the number of hard parses? (Choose two.)
- ACreate the KEEP cache and cache tables accessed by the SQL statements.
- BCreate the RECYCLE cache and cache tables accessed by the SQL statements.
- CIncrease the size of the library cache.
- DSet OPTIMIZER_CAPTURE_SQL_PLAN_BASELINES to TRUE.
- ESet the CURSOR_SHARING parameter to FORCE.
send
light_mode
delete
Question #2
Which three types of statistics are captured by Statspack with snap level 6? (Choose three.)
- AParent and child latches
- BParent and child latches
- COptimizer execution plans
- DPlan usage data
- EEnqueue statistics
- FSegment-level statistics
send
light_mode
delete
Question #3
Examine this AWR report excerpt:

You must reduce the impact of database I/O, without increasing buffer cache size and without modifying the SQL statements.
Which compression option satisfies this requirement?

You must reduce the impact of database I/O, without increasing buffer cache size and without modifying the SQL statements.
Which compression option satisfies this requirement?
- ACOLUMN STORE COMPRESS FOR QUERY LOW
- BROW STORE COMPRESS
- CROW STORE COMPRESS ADVANCED
- DCOLUMN STORE COMPRESS FOR QUERY HIGH
send
light_mode
delete
Question #4
Examine this output of a query of V$PGA_TARGET_ADVICE:

Which statements is true?

Which statements is true?
- AWith a target of 700 MB or more, all multipass executions work areas would be eliminated.
- BPGA_AGGREGATE_TARGET should be set to at least 800 MB
- CPGA_AGGREGATE_TARGET should be set to at least 700 MB.
- DWith a target of 800 MB or more, all one-pass execution work areas would be eliminated.
send
light_mode
delete
Question #5
Examine this statement and its corresponding execution plan:

Which phase introduces the CONCATENATION step?

Which phase introduces the CONCATENATION step?
- ASQL Semantic Check
- BSQL Execution
- CSQL Row Source Generation
- DSQL Transformation
- ESQL Adaptive Execution
send
light_mode
delete
All Pages