Oracle 1z0-060 Exam Practice Questions (P. 1)
- Full Access (209 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
Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use the CDB tablespace. The temp file is called temp01.tmp.
A user issues a query on a table on one of the PDBs and receives the following error:
ERROR at line 1:
ORA-01565: error in identifying file /u01/app/oracle/oradata/CDB1/temp01.tmp
ORA-27037: unable to obtain file status
Identify two ways to rectify the error. (Choose two.)
A user issues a query on a table on one of the PDBs and receives the following error:
ERROR at line 1:
ORA-01565: error in identifying file /u01/app/oracle/oradata/CDB1/temp01.tmp
ORA-27037: unable to obtain file status
Identify two ways to rectify the error. (Choose two.)
- AAdd a new temp file to the temporary tablespace and drop the temp file that that produced the error.
- BShut down the database instance, restore the temp01.tmp file from the backup, and then restart the database.
- CTake the temporary tablespace offline, recover the missing temp file by applying redo logs, and then bring the temporary tablespace online.
- DShut down the database instance, restore and recover the temp file from the backup, and then open the database with RESETLOGS.
- EShut down the database instance and then restart the CDB and PDBs.
Correct Answer:
AE
* Because temp files cannot be backed up and because no redo is ever generated for them, RMAN never restores or recovers temp files. RMAN does track the names of temp files, but only so that it can automatically re-create them when needed.
* If you use RMAN in a Data Guard environment, then RMAN transparently converts primary control files to standby control files and vice versa. RMAN automatically updates file names for data files, online redo logs, standby redo logs, and temp files when you issue RESTORE and RECOVER.
AE
* Because temp files cannot be backed up and because no redo is ever generated for them, RMAN never restores or recovers temp files. RMAN does track the names of temp files, but only so that it can automatically re-create them when needed.
* If you use RMAN in a Data Guard environment, then RMAN transparently converts primary control files to standby control files and vice versa. RMAN automatically updates file names for data files, online redo logs, standby redo logs, and temp files when you issue RESTORE and RECOVER.
send
light_mode
delete
Question #2
Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:

Which two statements are true about redefining the table? (Choose two.)

Which two statements are true about redefining the table? (Choose two.)
- AAll the triggers for the table are disabled without changing any of the column names or column types in the table.
- BThe primary key constraint on the EMPLOYEES table is disabled during redefinition.
- CVPD policies are copied from the original table to the new table during online redefinition.
- DYou must copy the VPD policies manually from the original table to the new table during online redefinition.
Correct Answer:
AC
The triggers cloned to the interim table are disabled until the redefinition is completed. Once the redefinition is complete, all cloned objects are renamed to the original names used by they objects they were cloned from.
References:
http://www.oracle-base.com/articles/10g/online-table-redefinition-enhancements-10gr1.php
AC
The triggers cloned to the interim table are disabled until the redefinition is completed. Once the redefinition is complete, all cloned objects are renamed to the original names used by they objects they were cloned from.
References:
http://www.oracle-base.com/articles/10g/online-table-redefinition-enhancements-10gr1.php
send
light_mode
delete
Question #3
Which two statements are true about the use of the procedures listed in the v$sysaux_occupants.move_procedure column? (Choose two.)
- AThe procedures may be used for some components to relocate component data to the SYSAUX tablespace from its current tablespace.
- BThe procedures may be used for some components to relocate component data from the SYSAUX tablespace to another tablespace.
- CAll the components may be moved into SYSAUX tablespace.
- DAll the components may be moved from the SYSAUX tablespace.
Correct Answer:
AB
References:
http://www.dba-oracle.com/t_v_sysaux_contents_tips.htm
AB
References:
http://www.dba-oracle.com/t_v_sysaux_contents_tips.htm
send
light_mode
delete
Question #4
Which statement is true about Oracle Net Listener?
- AIt acts as the listening endpoint for the Oracle database instance for all local and non-local user connections.
- BA single listener can service only one database instance and multiple remote client connections.
- CService registration with the listener is performed by the listener registration process (LREG) process of each database instance.
- DThe listener.ora configuration file must be configured with one or more listening protocol addresses to allow remote users to connect to a database instance.
- EThe listener.ora configuration file must be located in the ORACLE_HOME/network/admin directory.
Correct Answer:
C
C
send
light_mode
delete
Question #5
You are administering a database stored in Automatic Storage Management (ASM). You use RMAN to back up the database and the MD_BACKUP command to back up the ASM metadata regularly. You lost an ASM disk group DG1 due to hardware failure.
In which three ways can you re-create the lost disk group and restore the data?
In which three ways can you re-create the lost disk group and restore the data?
- AUse the MD_RESTORE command to restore metadata for an existing disk group by passing the existing disk group name as an input parameter and use RMAN to restore the data.
- BUse the MKDG command to restore the disk group with the same configuration as the backed-up disk group and data on the disk group.
- CUse the MD_RESTORE command to restore the disk group with the changed disk group specification, failure group specification, name, and other attributes and use RMAN to restore the data.
- DUse the MKDG command to restore the disk group with the same configuration as the backed-up disk group name and same set of disks and failure group configuration, and use RMAN to restore the data.
- EUse the MD_RESTORE command to restore both the metadata and data for the failed disk group.
- FUse the MKDG command to add a new disk group DG1 with the same or different specifications for failure group and other attributes and use RMAN to restore
Correct Answer:
CDF
CDF
send
light_mode
delete
All Pages