Oracle 1z0-054 Exam Practice Questions (P. 2)
- Full Access (192 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 observed that some of the queries are performing poorly on the SALES_RECORDS table in your database.
On further investigation, you find that at the end of each day the contents of the SALES_RECORDS table are transferred to the SALES table and deleted from the
SALES_RECORDS table. The deleted operations cause the table to be sparsely populated. You decided to use the ALTER TABLE...SHRINK SPACE COMPACT command to shrink the table. Why would you choose this method? (Choose all that apply.)
On further investigation, you find that at the end of each day the contents of the SALES_RECORDS table are transferred to the SALES table and deleted from the
SALES_RECORDS table. The deleted operations cause the table to be sparsely populated. You decided to use the ALTER TABLE...SHRINK SPACE COMPACT command to shrink the table. Why would you choose this method? (Choose all that apply.)
- Abecause it can be used during peak hours
- Bbecause it avoids unnecessary cursor invalidation
- Cbecause it adjusts the high-water mark (HWM) immediately
- Dbecause you have long-running queries that might span the shrink operation
- Ebecause it does not allow any data manipulation language (DML) operations, thereby making the shrink operation faster
Correct Answer:
ABD
ABD
send
light_mode
delete
Question #7
View the Exhibit and examine a portion of the output obtained from the following query:

SQL> SELECT * FROM v$sys_time_model;
Select three correct interpretations of the time model statistics. (Choose three.)

SQL> SELECT * FROM v$sys_time_model;
Select three correct interpretations of the time model statistics. (Choose three.)
- ADB time includes the wait time of all the nonidle and idle user sessions.
- BSQL execute elapsed time includes the time spent in performing fetches of query results.
- CDB CPU includes the CPU time spent on database user-level calls and background CPU time.
- DSQL execute elapsed time includes components of the hard parse elapsed time like bind elapsed time.
- EDB time includes the connection management call elapsed time excluding the background process time.
Correct Answer:
BDE
BDE
send
light_mode
delete
Question #8
A batch workload that historically completed in the maintenance window between 10:00 PM and midnight is currently showing poor performance and completing at
2 AM. To help in the diagnosis of the performance degradation, the senior DBA in your organization asks you to execute the awrddrpt.sql script to produce a
Compare Periods report. Which two statements are true about the report produced by this script? (Choose two.)
2 AM. To help in the diagnosis of the performance degradation, the senior DBA in your organization asks you to execute the awrddrpt.sql script to produce a
Compare Periods report. Which two statements are true about the report produced by this script? (Choose two.)
- AIt is refreshed automatically based on the moving window baseline.
- BIt compares details between any two selected time periods of the same duration.
- CIt normalizes the statistics by the amount of time spent on the database for each time period.
- DIt compares details between two consecutive time periods of the same or different durations and is refreshed every 60 minutes.
Correct Answer:
BC
BC
send
light_mode
delete
Question #9
You plan to use adaptive thresholds as part of the performance tuning activity. You decide to increase the window size of the default moving window baseline for all metric observations and comparisons in your database. The following error occurs when you try to increase the window size through Enterprise Manager:
Failed to commit: ORA-13541: system moving window baseline size (1296000) greater than retention (1036800) ORA-06512: at
"SYS.DBMS_WORKLOAD_REPOSITORY", line 601 ORA-06512: at line 2 Which action would allow you to perform the preceding task successfully?
Failed to commit: ORA-13541: system moving window baseline size (1296000) greater than retention (1036800) ORA-06512: at
"SYS.DBMS_WORKLOAD_REPOSITORY", line 601 ORA-06512: at line 2 Which action would allow you to perform the preceding task successfully?
- Aincreasing the flashback retention period
- Bincreasing the retention period for SQL Management Base
- Cincreasing the undo retention period for the database instance
- Dincreasing the Automatic Workload Repository (AWR) retention period
Correct Answer:
D
D
send
light_mode
delete
Question #10
Identify two correct statements about the Active Session History (ASH) data. (Choose two.)
- AA part of SGA memory is used to store ASH data as rolling buffer.
- BThe ASH data can be analyzed between any two small time intervals.
- CAll ASH data in memory are flushed to disk by MMON in every 3 seconds.
- DAll ASH data in memory are flushed to disk by MMNL process whenever the buffer is full.
Correct Answer:
AB
AB
send
light_mode
delete
All Pages