Oracle 1z0-053 Exam Practice Questions (P. 3)
- 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 #21
Which two statements are true regarding an Automatic Storage Management (ASM) instance? (Choose two.)
- AAn ASM instance mounts an ASM control file
- BAn ASM instance uses the ASMB process for rebalancing of disks within a disk group
- CAutomatic Memory Management is enabled in an ASM instance even when the MEMORY_TARGET parameter is not set explicitly
- DAn RDBMS instance gets connected to an ASM instance using ASMB as a foreground process when the database instance is started
Correct Answer:
CD
CD
send
light_mode
delete
Question #22
Users are connected to a database instance that is using Automatic Storage Management (ASM). The DBA executes the command as follows to shut down the
ASM instance:
SQL> SHUTDOWN IMMEDIATE;
What happens to the database instance?
ASM instance:
SQL> SHUTDOWN IMMEDIATE;
What happens to the database instance?
- AIt shuts down long with the ASM instance.
- BIt is aborted and the ASM instance shuts down normally.
- CIt stays open and SHUTDOWN command for the ASM instance fails.
- DIt shuts down only after all pending transactions are completed and the ASM instance waits for this before shutting down.
Correct Answer:
C
IMMEDIATE or TRANSACTIONAL Clause (link)
Oracle ASM waits for any in-progress SQL to complete before performing an orderly dismount of all of the disk groups and shutting down the Oracle ASM instance. Oracle ASM does not wait for users currently connected to the instance to disconnect. If any database instances are connected to the Oracle ASM instance, then the SHUTDOWN command returns an error and leaves the Oracle ASM instance running. Because the Oracle ASM instance does not contain any transactions, the TRANSACTIONAL mode behaves the same as IMMEDIATE mode.
C
IMMEDIATE or TRANSACTIONAL Clause (link)
Oracle ASM waits for any in-progress SQL to complete before performing an orderly dismount of all of the disk groups and shutting down the Oracle ASM instance. Oracle ASM does not wait for users currently connected to the instance to disconnect. If any database instances are connected to the Oracle ASM instance, then the SHUTDOWN command returns an error and leaves the Oracle ASM instance running. Because the Oracle ASM instance does not contain any transactions, the TRANSACTIONAL mode behaves the same as IMMEDIATE mode.
send
light_mode
delete
Question #23
Examine the following ALTER command;
SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;
What is the purpose of the command?
SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;
What is the purpose of the command?
- AIt cancels all pending disk drops within the disk group.
- BIt adds previously dropped disks back into the disk group.
- CIt restores disks that are being dropped as the result of a DROP DISKGROUP operation.
- DIt mounts disks in the disk group for which the drop-disk operation has already been completed.
- EIt restores all the dropped disks in the disk group for which the drop-disk operation has already been completed.
Correct Answer:
A
The key point is PENDING.
A
The key point is PENDING.
send
light_mode
delete
Question #24
A database instance is using an Automatic Storage Management (ASM) instance, which has a disk group, DGROUP1, created as follows:
SQL> CREATE DISKGROUP dgroup1 NORMAL REDUNDANCY
FAILGROUP controller1 DISK '/devices/diska1', '/devices/diska2'
FAILGROUP controller2 DISK '/devices/diskb1', '/devices/diskb2';
What happens when the whole CONTROLLER1 Failure group is damaged?
SQL> CREATE DISKGROUP dgroup1 NORMAL REDUNDANCY
FAILGROUP controller1 DISK '/devices/diska1', '/devices/diska2'
FAILGROUP controller2 DISK '/devices/diskb1', '/devices/diskb2';
What happens when the whole CONTROLLER1 Failure group is damaged?
- AThe transactions that use the disk group will halt.
- BThe mirroring of allocation units occurs within the CONTROLLER2 failure group.
- CThe data in the CONTROLLER1 failure group is shifted to the CONTROLLER2 failure group and implicit rebalancing is triggered.
- DThe ASM does not mirror any data and newly allocated primary allocation units (AU) are stored in the CONTROLLER2 failure group.
Correct Answer:
C
C
send
light_mode
delete
Question #25
Your database instance is running. You are not able to access Oracle Enterprise Manager Database Control because the listener is not started.
Which tool or utility would you use to start the listener?
Which tool or utility would you use to start the listener?
- AOracle Net Manager
- BListener Control utility
- CDatabase Configuration Assistant
- DOracle Net Configuration Assistant
Correct Answer:
B
B
send
light_mode
delete
Question #26
What are three benefits of using ASM? (Choose three.)
- AEase of disk administration and maintenance
- BLoad balancing across physical disks
- CSoftware RAID-1 data redundancy with double or triple mirrors
- DAutomatic recovery of failed disks
Correct Answer:
ABC
ABC
send
light_mode
delete
Question #27
What components are present in an ASM instance? (Choose three.)
- ASGA
- BDatabase processes
- CDatabase datafiles
- DControl files
- EDatabase parameter file or SPFILE
Correct Answer:
ABE
ABE
send
light_mode
delete
Question #28
Which of the following is a benefit of ASM fast disk resync?
- AFailed disks are taken offline immediately but are not dropped.
- BDisk data is never lost.
- CBy default, the failed disk is not dropped from the disk group ever, protecting you from loss of that disk.
- DThe failed disk is automatically reformatted and then resynchronized to speed up the recovery process.
- EHot spare disks are automatically configured and added to the disk group.
Correct Answer:
A
ASM Fast Mirror Resync
A
ASM Fast Mirror Resync
send
light_mode
delete
Question #29
What is the result of increasing the value of the parameter ASM_POWER_LIMIT during a rebalance operation?
- AThe ASM rebalance operation will likely consume fewer resources and complete in a shorter amount of time.
- BThe ASM rebalance operation will consume fewer resources and complete in a longer amount of time.
- CThe ASM rebalance operation will be parallelized and should complete in a shorter amount of time.
- DThere is no ASM_POWER_LIMIT setting used in ASM.
- ENone of the above
Correct Answer:
C
C
send
light_mode
delete
Question #30
What is the default AU size of an ASM disk group? What is the maximum AU size in an ASM disk group?
- A100KB default, 10TB maximum
- B256KB default, 1024MB maximum
- C10MB default, 126PB maximum
- D64KB default, 1EB maximum
- E1MB default, 64MB maximum
Correct Answer:
E
The AU size is determined at creation time with the allocation unit size (AU_SIZE) disk group attribute. The values can be 1, 2, 4, 8, 16, 32, and 64 MB.
E
The AU size is determined at creation time with the allocation unit size (AU_SIZE) disk group attribute. The values can be 1, 2, 4, 8, 16, 32, and 64 MB.
send
light_mode
delete
All Pages