Oracle 1z0-053 Exam Practice Questions (P. 2)
- Full Access (706 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
What is the effect of increasing the value of the ASM_POWER_LIMIT parameter?
- AThe number of DBWR processes increases
- BThe number of ASMB processes increases
- CThe number of DBWR_TO_SLAVES increases
- DThe rebalancing operation in an ASM instance completes more quickly, but can result in higher I/O overhead
Correct Answer:
D
D
send
light_mode
delete
Question #12
ASM supports all but which of the following file types? (Choose all that apply.)
- ADatabase files
- BSPFILEs
- CRedo-log files
- DArchived log files
- ERMAN backup sets
- FPassword files
- Ginit.ora files
Correct Answer:
FG
What Types of Files Does Oracle ASM Support?
FG
What Types of Files Does Oracle ASM Support?

send
light_mode
delete
Question #13
After executing the command -
ALTER DISKGROUP diskgroup2 DROP DISK dg2a;
You issue the following command from the ASM instance:
SELECT group_number, COUNT(*) FROM v$asm_operation;
What is the implication if the query against V$ASM_OPERATION returns zero rows?
ALTER DISKGROUP diskgroup2 DROP DISK dg2a;
You issue the following command from the ASM instance:
SELECT group_number, COUNT(*) FROM v$asm_operation;
What is the implication if the query against V$ASM_OPERATION returns zero rows?
- AThe drop disk operation is still proceeding and you cannot yet run the undrop disks operation.
- BThe drop disk operation is complete and you can run the undrop disks command if needed.
- CThe drop disk operation is complete and you cannot run the undrop disks command.
- DThe query will fail since there is not a V$ASM_OPERATION view available in an ASM instance.
- ENone of the above is true.
Correct Answer:
C
Once the DROP DISK operation is completed, you CANNOT run the UNDROP DISKS command any more.
C
Once the DROP DISK operation is completed, you CANNOT run the UNDROP DISKS command any more.
send
light_mode
delete
Question #14
What is the net effect of the following command?
alter diskgroup dgroup1 drop disk abc;
alter diskgroup dgroup1 drop disk abc;
- AThe disk ABC will be dropped from the disk group. Since you did not issue a rebalance command, the data on that disk will be lost.
- BThe command will raise an error indicating that you need to rebalance the disk group to remove the data from that disk prior to dropping the disk.
- CThe disk group will be automatically rebalanced during the drop operation. Once the rebalancing is complete, the disk will be dropped.
- DThis command will fail because you cannot drop a specific disk in an ASM disk group.
- EThe disk drop command will be suspended for a predetermined amount of time, waiting for you to also issue an alter diskgroup rebalance command. Once you
Correct Answer:
C
C
send
light_mode
delete
Question #15
Which of the following is not a configurable attribute for an individual disk group?
- AAU_SIZE
- BCOMPATIBLE.RDBMS
- CCOMPATIBLE.ASM
- DDISK_REPAIR_TIME
- EDG_DROP_TIME
Correct Answer:
E
DG_DROP_TIME is an invalid DG attribute.
Disk Group Attributes -
The DISK_REPAIR_TIME disk group attribute specifies how long a disk remains offline before ASM drops the disk.
The COMPATIBLE.ASM attribute determines the minimum software version for an ASM instance that uses the disk group.
The COMPATIBLE.RDBMS attribute determines the minimum COMPATIBLE database initialization parameter setting for any database instance that uses the disk group.
The AU_SIZE attribute determines the allocation unit size of the disk group. The values can be 1, 2, 4, 8, 16, 32, and 64 MB.
E
DG_DROP_TIME is an invalid DG attribute.
Disk Group Attributes -
The DISK_REPAIR_TIME disk group attribute specifies how long a disk remains offline before ASM drops the disk.
The COMPATIBLE.ASM attribute determines the minimum software version for an ASM instance that uses the disk group.
The COMPATIBLE.RDBMS attribute determines the minimum COMPATIBLE database initialization parameter setting for any database instance that uses the disk group.
The AU_SIZE attribute determines the allocation unit size of the disk group. The values can be 1, 2, 4, 8, 16, 32, and 64 MB.
send
light_mode
delete
Question #16
Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment.
At the end of the upgrade, you observe that the DBA executes the following script:
SQL> @utlrp.sql -
What is the significance of executing this script?
At the end of the upgrade, you observe that the DBA executes the following script:
SQL> @utlrp.sql -
What is the significance of executing this script?
- AIt performs parallel recompilation of only the stored PL/SQL code.
- BIt performs sequential recompilation of only the stored PL/SQL code.
- CIt performs parallel recompilation of any stored PL/SQL as well as Java code.
- DIt performs sequential recompilation of any stored PL/SQL as well as Java code.
Correct Answer:
C
Recompile invalid objects with utlrp.sql
C
Recompile invalid objects with utlrp.sql
send
light_mode
delete
Question #17
You are maintaining the SALES database. You have added a new disk to a disk group. Automatic Storage Management performs the rebalancing activity. You want to speed up the rebalancing activity.
Which parameter should you specify to control the speed of the rebalancing activity?
Which parameter should you specify to control the speed of the rebalancing activity?
send
light_mode
delete
Question #18
What are the recommendations for Oracle Database 11g installation to make it Optimal Flexible Architecture (OFA)-compliant? (Choose all that apply.)
- AORACLE_BASE should be set explicitly.
- BAn Oracle base should have only one Oracle home created in it.
- CFlash recovery area and data file location should be on separate disks.
- DFlash recovery area and data file location should be created under Oracle base in a non-Automatic Storage Management (ASM) setup.
Correct Answer:
ACD
ACD
send
light_mode
delete
Question #19
In your database, the LDAP_DIRECTORY_SYSAUTH initialization parameter has been set to YES and the users who need to access the database as DBAs have been granted SYSDBA enterprise role in Oracle Internet Directory (OID). SSL and the password file have been configured. A user SCOTT with the SYSDBA privilege tries to connect to the database instance from a remote machine using the command:
$ SQLPLUS scott/tiger@DB01 AS SYSDBA
Which DB01 is the net service name.
Which authentication method would be used first?
$ SQLPLUS scott/tiger@DB01 AS SYSDBA
Which DB01 is the net service name.
Which authentication method would be used first?
- Aauthentication by password file
- Bauthentication by using certificates over SSL
- Cauthentication by using the Oracle Internet Directory
- Dauthentication by using the local OS of the database server
Correct Answer:
A
A
send
light_mode
delete
Question #20
You are managing an Oracle Database 11g database with the ASM storage. The database is having big file tablespaces. You want files to open faster and less memory to be used in the shared pool to manage the extent maps.
What configuration would you effect to achieve your objective? (Choose all that apply.)
What configuration would you effect to achieve your objective? (Choose all that apply.)
- ASet the ASM compatibility attribute for the ASM disk group to 11.1.0.
- BSet the RDBMS compatibility attribute for the ASM disk group to 11.1.0.
- CSet the COMPATIBLE initialization parameter for the ASM instance to 11.1.0.
- DSet the COMPATIBLE initialization parameter for the database instance to 11.1.0.
Correct Answer:
AD
AD
send
light_mode
delete
All Pages