Oracle 1z0-064 Exam Practice Questions (P. 2)
- 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 #6
You are administering a database that supports multiple applications, which make dedicated connections to the database instance by using different services.
You execute the command to enable tracing of the ORCL1 service:

Which two statements are true? (Choose two.)
You execute the command to enable tracing of the ORCL1 service:

Which two statements are true? (Choose two.)
- AA single trace file is generated for all sessions mapped to the ORCL1 service.
- BSQL trace is enabled for all modules and actions for sessions mapped to the ORCL1 service.
- CAn SQL trace file is generated for each session that maps to the ORCL1 service.
- DAn SQL trace file is generated for each of the modules using the ORCL1 service.
- ESQL trace is not enabled for the service because a module name is not specified.
Correct Answer:
AC
AC
send
light_mode
delete
Question #7
In which three situations can dynamic statistics be used? (Choose three.)
- Awhen the sampling time is a small fraction of the total time for a query
- Bwhen an execution plan is suboptimal because of complex predicates
- Cwhen extended statistics are not available for SQL statements that use complex predicates
- Dwhen a query is on a partitioned table with a global index
- Ewhen index statistics are missing on a column that is used in SQL statements with highly selective filters
Correct Answer:
BCD
Reference: https://docs.oracle.com/database/121/TGSQL/tgsql_statscon.htm#TGSQL341
BCD
Reference: https://docs.oracle.com/database/121/TGSQL/tgsql_statscon.htm#TGSQL341
send
light_mode
delete
Question #8
You want to generate statistics for new objects added to an OLTP application without affecting old statistics and the sessions that currently use them.
Which two tasks would you perform to test the new statistics? (Choose two.)
Which two tasks would you perform to test the new statistics? (Choose two.)
- ASet the OPTIMIZER_USE_PENDING_STATISTICS initialization parameter to TRUE for the session.
- BSet the STALE_PERCENT statistics preference to zero and then gather statistics.
- CSet the PUBLISH statistics preference to FALSE and then gather statistics.
- DUse the DBMS_STATS.PUBLISH_PENDING_STATS procedure to make pending statistics the current statistics.
- ESet the NO_INVALIDATE statistics preference to FALSE and gather statistics without affecting old statistics.
Correct Answer:
AB
AB
send
light_mode
delete
Question #9
You plan to upgrade your production database from Oracle Database 11g to 12c. As part of the upgrade, you want to introduce new indexes and materialized views. You have already created a test system with Oracle Database 12c, having the same structure and data as the production database, along with new schema objects to be added to the production database.
You want to identify regressed SQL statements, if any, which may have been caused by schema changes and the change in the optimizer version.
Which two methods would you use to achieve this? (Choose two.)
You want to identify regressed SQL statements, if any, which may have been caused by schema changes and the change in the optimizer version.
Which two methods would you use to achieve this? (Choose two.)
- ACreate an SQL Tuning Set (STS) for the SQL statements on the production database and submit as input to the SQL Tuning Advisor on the test database.
- BCreate an STS for the SQL statements on the production database and submit as input to the SQL Performance Analyzer with the parameter first set to 11.2.0.1, and then to 12.1.0.1 on the test database. OPTIMIZER_FEATURES_ENABLE
- CGenerate an Automatic Workload Repository (AWR) compare periods report with snapshots taken before and after schema changes on the test database.
- DCapture the production database workload, replay it on the test system by using Database Replay, and analyze by using the workload replay compare period report.
- ECreate an STS for the SQL statements on the production database and submit as input to the SQL Access Advisor on the test database.
- FCreate an STS for the SQL statements on the production database before and after changes and submit as input to the SQL Performance Analyzer on the test
Correct Answer:
AD
AD
send
light_mode
delete
Question #10
You recently joined a new team administering a database.
You notice that full table scans are performing poorly compared with full table scans on the databases you administered in a previous job.
You decide that performance problems are caused by a misconfiguration of factors affecting full table scans.
Which three factors should you investigate to determine the cause of the poorly performing Full Table Scans (FTS)? (Choose three.)
You notice that full table scans are performing poorly compared with full table scans on the databases you administered in a previous job.
You decide that performance problems are caused by a misconfiguration of factors affecting full table scans.
Which three factors should you investigate to determine the cause of the poorly performing Full Table Scans (FTS)? (Choose three.)
- Avalue of DB_FILE_MULTIBLOCK_READ_COUNT
- Bstoring query results in the result cache
- Csetting of the DISK_ASYNC_IO parameter to TRUE
- Dsetting of the OPTIMIZER_MODE parameter to ALL_ROWS
- Euse of parallel queries
- Fblock size of the tablespaces in which the tables being scanned are stored
- Gvalue of the OPTIMIZER_DYNAMIC_SAMPLING parameter
Correct Answer:
ABC
ABC
send
light_mode
delete
All Pages