Oracle 1z0-052 Exam Practice Questions (P. 3)
- 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 #11
Which three statements regarding the server parameter file (SPFILE) are true? (Choose three.)
- AAn SPFILE is a binary file.
- BAn SPFILE cannot reside on a client.
- CAn SPFILE cannot contain static parameters.
- DAn SPFILE can store changes persistently across instance restarts.
- EAn SPFILE can be read by the database server, but it is not written to by the server.
- FAn SPFILE must be created manually, before creating a database, even if you use the Database Configuration Assistant (DBCA) to create the database.
Correct Answer:
ABD
ABD
send
light_mode
delete
Question #12
Your test database is configured to run in NOARCHIVELOG mode. One of the data files in the USERS tablespace is lost due to a media failure. You notice that all the online redo logs have been overwritten since the last backup.
What would you do to recover the data file?
What would you do to recover the data file?
- ATake the USERS tablespace offline and re-create the lost data file.
- BShut down the instance, restore the data file from the last consistent backup and restart the database instance.
- CShut down the instance, restores all the database files from the last consistent backup and restart the database instance.
- DTake the USERS tablespace offline, restore all the data files of the USERS tablespace from the last consistent backup and make the tablespace online.
Correct Answer:
C
C
send
light_mode
delete
Question #13
Examine the command:
SQL>DBMS_STATS.SET_TABLE_PREFS('SH','CUSTOMERS','PUBLISH','false');
Which statement describes the effect of the above command?
SQL>DBMS_STATS.SET_TABLE_PREFS('SH','CUSTOMERS','PUBLISH','false');
Which statement describes the effect of the above command?
- AAutomatic statistics collection is stopped for the CUSTOMERS table
- BStatistics for the CUSTOMERS table are locked and cannot be overwritten
- CExisting statistics for the CUSTOMERS table become unusable for the query optimizer
- DSubsequently, statistics gathered on the CUSTOMERS table are stored as pending statistics
Correct Answer:
D
D
send
light_mode
delete
Question #14
The instance abnormally terminates because of a power outage.
Which statement is true about redo log files during instance recovery?
Which statement is true about redo log files during instance recovery?
- AInactive and current redo log files are required to accomplish recovery.
- BOnline and archived redo files are required to accomplish instance recovery.
- CAll redo log entries after the last checkpoint are applied from redo log files to data files.
- DAll redo log entries recorded in the current log file until the checkpoint position are applied to data files.
Correct Answer:
C
C
send
light_mode
delete
Question #15
Examine the command:
SQL>ALTER USR skd ACCOUNT LOCK;
Which two statements are true after the command is executed? (Choose two.)
SQL>ALTER USR skd ACCOUNT LOCK;
Which two statements are true after the command is executed? (Choose two.)
- AThe SKD user cannot log in to the database instance
- BThe objects owned by the SKD user are not accessible to any user
- CThe other users can access the objects owned by the SKD user, on which they have access
- DThe password for the SKD user expires and the user is forced to change the password at the next log in
Correct Answer:
AC
AC
send
light_mode
delete
All Pages