Oracle 1z0-064 Exam Practice Questions (P. 3)
- Full Access (84 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
Examine the Time Model Statistics section of an AWR report:

Which two inferences can be definitely derived from this section? (Choose two.)

Which two inferences can be definitely derived from this section? (Choose two.)
- AThe available CPU resources were not utilized to their maximum capacity.
- BAll sequence numbers used during this AWR time interval were cached.
- CA large number of connected user sessions were idle.
- DNew child cursors were created because of new bind values or usage of literal values as well as different bind types or sizes.
- EThe DB CPU time was not spent exclusively for processing SQL statements.
Correct Answer:
DE
DE
send
light_mode
delete
Question #12
Examine the partial TOP 10 Foreground Events by Total Wait Time section of an AWR report:

What should you examine to diagnose the cause of the top three wait events? (Choose the best answer.)

What should you examine to diagnose the cause of the top three wait events? (Choose the best answer.)
- Athe V$ACTIVE_SESSION_HISTORY view
- Bthe Time Model Statistics section of the AWR report
- Cthe SQL statements based on elapsed time from the AWR report
- Dthe Latch Activity section
- Ethe Segment Statistics section of the AWR report
Correct Answer:
B
B
send
light_mode
delete
Question #13
Examine the partial AWR report taken for a time period of 60 minutes:

Which two inferences can you draw from this report? (Choose two.)

Which two inferences can you draw from this report? (Choose two.)
- AThe database user calls are issuing frequent explicit commits.
- BThe CPUs are busy executing server processes and background processes for a considerable amount of CPU time.
- CThe database user calls are spending most of their time in I/O for single block reads.
- DThe database user calls are spending most of their time waiting for sessions that are in more important consumer groups.
Correct Answer:
BC
BC
send
light_mode
delete
Question #14
For your database some users complain about not being able to execute transactions. Upon investigation, you find that the problem is caused by some users performing long-running transactions that consume huge amounts of space in the UNDO tablespace.
You want to control the usage of the UNDO tablespace only for these user sessions.
How would you avoid the issue from repeating in future? (Choose the best answer.)
You want to control the usage of the UNDO tablespace only for these user sessions.
How would you avoid the issue from repeating in future? (Choose the best answer.)
- ACreate a profile for the users with the LOGICAL_READS_PER_SESSION and LOGICAL_READS_PER_CALL limits defined.
- BCreate external roles to restrict the usage of the UNDO tablespace and assign them to the users.
- CSet the threshold for UNDO tablespace usage for the users.
- DImplement a Database Resource Manager plan by mapping the users to a resource consumer group with limits defined for UNDO tablespace usage.
Correct Answer:
D
D
send
light_mode
delete
Question #15
Which two actions should you take to monitor the throughput generated by the modules of an application? (Choose two.)
- AUse the Resource Manager.Most Voted
- BEnable SQL Trace at the session level.Most Voted
- CCreate a service.
- DUse a dedicated server configuration.
- EUse the DBMS_APPLICATION_INFO package to define the current module and action so that they appear in V$SESSION.
Correct Answer:
AB
AB
send
light_mode
delete
All Pages