Oracle 1z0-064 Exam Practice Questions (P. 4)
- 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 #16
You are administering a database that supports an OLTP workload. Users complain about the degraded response time of a query. You want to gather new statistics for objects accessed by the query and test query performance with the new statistics without affecting other sessions connected to the instance.
The STALE_PERCENT statistic preference is set to a default value and the STATISTICS_LEVEL parameter is set to TYPICAL.
Which two actions would you take to accomplish the task? (Choose two.)
The STALE_PERCENT statistic preference is set to a default value and the STATISTICS_LEVEL parameter is set to TYPICAL.
Which two actions would you take to accomplish the task? (Choose two.)
- ASet the STALE_PERCENT statistic preference to a higher value than the default, and then gather statistics.
- BSet the STATISTICS_LEVEL parameter to ALL for the instance.
- CSet the INCREMENTAL preference to TRUE, and then gather statistics.
- DSet the OPTIMIZER_USE_PENDING_STATISTICS parameter to TRUE for the session in which you want to test the query.
- ESet the PUBLISH statistic preference to FALSE, and then gather statistics.
- FSet the NO_INVALIDATE statistic preference to TRUE, and then gather statistics.
Correct Answer:
BE
BE
send
light_mode
delete
Question #17
Examine the structure of the EMPLOYEES table.

EMPLOYEE_ID is the primary key. No other indexes exist on this table.
View the Exhibit to examine the commands and their output.

Which two actions should you perform to make the cursor bind aware? (Choose two.)

EMPLOYEE_ID is the primary key. No other indexes exist on this table.
View the Exhibit to examine the commands and their output.

Which two actions should you perform to make the cursor bind aware? (Choose two.)
- ACreate a histogram on the DEPARTMENT_ID column.
- BChange the default CURSOR_SHARING value to FORCE.
- CExecute the query with the same DEPARTMENT_ID value multiple times.
- DCreate an index on the DEPARTMENT_ID column.
- EGather statistics for the index.
- FRegather statistics on the table.
Correct Answer:
CD
CD
send
light_mode
delete
Question #18
Examine the output of the query executed to diagnose the reason for performance degradation of queries:

Which three factors will you investigate further to identify the cause of the performance degradation? (Choose three.)

Which three factors will you investigate further to identify the cause of the performance degradation? (Choose three.)
- ACheck the number of disk sorts.
- BCheck for the causes of the full table scans.
- CCheck the number of chained or migrated rows.
Correct Answer:
ABC
ABC
send
light_mode
delete
Question #19
Examine the parameters set for your database instance:

You are asked by a developer to create a table for an application with these requirements:
✑ The table will be used for a DSS application.
✑ High volume bulk loads will be performed.
✑ The table will be used to store archival data on which large full-table scans (FTS) will be performed.
Which attributes are the best for the tablespace in which this table should be created? (Choose the best answer.)

You are asked by a developer to create a table for an application with these requirements:
✑ The table will be used for a DSS application.
✑ High volume bulk loads will be performed.
✑ The table will be used to store archival data on which large full-table scans (FTS) will be performed.
Which attributes are the best for the tablespace in which this table should be created? (Choose the best answer.)
- ACreate it in a locally managed tablespace with ASSM enabled and assign a high value for the PCTFREE attribute.
- BCreate it in a locally managed tablespace with manual segment space management.
- CCreate it in a locally managed tablespace with a bigger nonstandard block size and ASSM enabled.
- DCreate it in locally managed tablespace with ASSM enabled and an additional freelist.
Correct Answer:
C
C
send
light_mode
delete
Question #20
You are administering a database that supports a DSS workload. Automatic Shared Memory Management is enabled for the database instance. Users issue queries to perform large soft operations and complain about degraded performance of the queries. On investigation, you notice that the queries are performing multipass work area executions and the I/O contention on one of the temporary tablespaces is very high.
Which two can be possible resolutions for this issue? (Choose two.)
Which two can be possible resolutions for this issue? (Choose two.)
- AIncrease the size of the large pool.
- BIncrease the value of the PGA_AGGREGATE_TARGET parameter.
- CCreate a temporary tablespace group and assign it to users.
- DIncrease the value of the PGA_AGGREGATE_LIMIT parameter.
- ECreate another temporary tablespace and assign it to users.
- FEnable temporary undo.
Correct Answer:
AD
AD
send
light_mode
delete
All Pages