Oracle 1z0-084 Exam Practice Questions (P. 2)
- 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 #6
You execute the following:
EXECUTE DBMS_AUTO_TASK_ADMIN.DISABLE;
Which advisor remains enabled?
EXECUTE DBMS_AUTO_TASK_ADMIN.DISABLE;
Which advisor remains enabled?
- AAutomatic SQL Tuning
- BSQL Plan Management Evolve Advisor
- COptimizer Statistics Advisor
- DAutomatic Optimizer Statistics Collection
- EAutomatic Segment Advisor
send
light_mode
delete
Question #7
You must write a statement that returns the ten most recent sales. Examine this statement:

Users complain that the query executes too slowly. Examine the statement's current execution plan:

What must you do to reduce the execution time and why?

Users complain that the query executes too slowly. Examine the statement's current execution plan:

What must you do to reduce the execution time and why?
- ACreate an index on SALES.TIME_ID to force the return of rows in the order specified by the ORDER BY clause.
- BReplace the FETCH FIRST clause with ROWNUM to enable the use of an index on SALES.
- CCollect a new set of statistics on PRODUCT, CUSTOMERS, and SALES because the current stats are inaccurate.
- DEnable Adaptive Plans so that Oracle can change the join method as well as the join order for this query.
- ECreate an index on SALES.CUST_ID to force an INDEX RANGE SCAN on this index followed by a NESTED LOOP join between CUSTOMERS and SALES.
send
light_mode
delete
Question #8
Which two statements are true about Data Pump import for objects that used the In Memory (IM) column store in their source database? (Choose two.)
- AIt always gives preference to the IM column store clause defined at the tablespace level over table-level definitions.
- BIt must always transport existing INMEMORY attributes.
- CIts INMEMORY_CLAUSE of the Data Pump Export allows modifications to IM column store clause of a table with existing INMEMORY setting
- DIts TRANSFORM clause can be used to add the INMEMORY clause to exported tables that lack them.
- EIt ignores the IM column store clause of the exporting objects.
- FIt can generate the INMEMORY clause that matches the table settings at export time.
send
light_mode
delete
Question #9
For which two actions can SQL Performance Analyzer be used to assess the impact of changes to SQL performance? (Choose two.)
- Astorage, network, and interconnect changes
- Boperating system upgrades
- Cchanges to database initialization parameters
- Ddatabase consolidation for pluggable databases (PDBs)
- Eoperating system and hardware migrations
send
light_mode
delete
Question #10
You want to reduce the amount of db file scattered read that is generated in the database.
You execute the SQL Tuning Advisor against the relevant workload.
Which two can be part of the expected result? (Choose two.)
You execute the SQL Tuning Advisor against the relevant workload.
Which two can be part of the expected result? (Choose two.)
- Arecommendations regarding the creation of additional indexes
- Brecommendations regarding rewriting the SQL statements
- Crecommendations regarding the creation of materialized views
- Drecommendations regarding the creation of SQL Patches
- Erecommendations regarding partitioning the tables
send
light_mode
delete
All Pages