Exam 1z0-078 All QuestionsBrowse all questions from this exam
Question 38

Examine these descriptions of ASM instance shutdown behavior:

1) The ASM instance shuts down immediately without an orderly dismount of disk groups.

2) Active SQL statements are allowed to complete before an orderly dismount of all disk groups occurs and then the ASM instance shuts down without waiting for connected sessions to disconnect. If any ASM clients are connected to the instance, then the shutdown returns an error.

3) Active SQL statements are allowed to complete before an orderly dismount of all of disk groups occurs and then the ASM instance shuts down after waiting for connected sessions to disconnect. If any ASM clients are connected to the instance, then the shutdown returns an error.

Which two lists are correct matches for these descriptions? (Choose two.)

    Correct Answer: B, E

    The correct answers are determined by matching the shutdown behaviors described with ASM shutdown modes. The ASM instance that shuts down immediately without an orderly dismount of disk groups corresponds to ABORT. The ASM instance that allows active SQL statements to complete before an orderly dismount of all disk groups occurs and then shuts down without waiting for connected sessions to disconnect matches IMMEDIATE. The ASM instance that allows active SQL statements to complete before an orderly dismount of all disk groups occurs and then shuts down after waiting for connected sessions to disconnect matches NORMAL. Thus, the correct options are B and E.

Discussion
Test_1Options: CE

CE correct answer.

lcoleandroOptions: BE

Based on the descriptions, the correct matches are: Description 1 (immediate shutdown without orderly dismount) matches ABORT. Description 2 (complete active SQL, then shutdown without waiting for sessions) matches IMMEDIATE. Description 3 (complete active SQL, then shutdown after waiting for sessions) matches NORMAL. Therefore, the correct matches are: B. 2 = NORMAL, 3 = IMMEDIATE, 1 = ABORT E. 3 = NORMAL, 2 = IMMEDIATE, 1 = ABORT

krwi1Options: CE

...not sure but I think D is wrong - ASM get an abort signal - "shuts down immediately withoul an orderly dismount of diskgroups".