Oracle 1z0-052 Exam Practice Questions (P. 1)
- Full Access (284 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 #1
You notice that the performance of the database has degraded because of frequent checkpoints.
Which two actions resolve the issue? (Choose two.)
Which two actions resolve the issue? (Choose two.)
- ADisable automatic checkpoint tuning
- BCheck the size of the redo log file size and increase the size if it is small
- CSet the FAST_START_MTTR_TARGET parameter as per the advice given by the MTTR Advisor
- DDecrease the number of redo log members if there are more than one redo log members available in each redo log group
Correct Answer:
BC
BC
send
light_mode
delete
Question #2
Identify the memory component from which memory may be allocated for:
Session memory for the shared serverBuffers for I/O slavesOracle Database Recovery Manager (RMAN) backup and restore operations
Session memory for the shared serverBuffers for I/O slavesOracle Database Recovery Manager (RMAN) backup and restore operations
- ALarge Pool
- BRedo Log Buffer
- CDatabase Buffer Cache
- DProgram Global Area (PGA)
Correct Answer:
A
A
send
light_mode
delete
Question #3
You executed the following command to create a tablespace called SALES_DATA:

Which two statements are true about the SALES_DATA tablespace? (Choose two)

Which two statements are true about the SALES_DATA tablespace? (Choose two)
- AThe database automatically determines the extent-sizing policy for the tablespace.
- BThe segments are automatically shrunk when the contents are removed from them.
- CThe allocation of extents within the tablespace is managed through the dictionary tables.
- DThe space utilization description of the data blocks in segments is recorded in bitmap blocks.
- EThe space utilization description of the data blocks in segments is managed through free lists.
Correct Answer:
AD
AD
send
light_mode
delete
Question #4
In which of the scenario will the DBA perform recovery? (Choose all that apply.)
- AThe alert log file is corrupted.
- BA tablespace is accidentally dropped.
- COne of the redo log members is corrupted.
- DA database user terminates the session abnormally.
- EThe hard disk on which the data files is stored is corrupted.
Correct Answer:
BE
BE
send
light_mode
delete
Question #5
You want to enable archiving on your database. Presently, the database is running in NOARCHIVELOG mode.
Given below are the steps to accomplish the task in random order:
1. Shut down the instance.
2. Execute the ALTER DATABASE ARCHIVELOG command.
3. Start up the instance and mount the database.
4. Set the DB_RECOVERY_FILE_DEST initialization parameter to $ORACLE_HOME/dest_1.
5. Open the database.
Which is the correct sequence of steps for accomplishing the task?
Given below are the steps to accomplish the task in random order:
1. Shut down the instance.
2. Execute the ALTER DATABASE ARCHIVELOG command.
3. Start up the instance and mount the database.
4. Set the DB_RECOVERY_FILE_DEST initialization parameter to $ORACLE_HOME/dest_1.
5. Open the database.
Which is the correct sequence of steps for accomplishing the task?
- A4, 1, 3, 2, 5
- B1, 3, 4, 5, 2
- C1, 3, 2, 5; 4 not required
- D4, 1, 5, 2; 3 not required
- E1, 3, 4, 5; 2 not required
Correct Answer:
C
C
send
light_mode
delete
All Pages