nerdexam
Oracle

1Z0-058 · Question #95

The Oracle 11g Release 2 (version 11.2.0.1) ASM instance has a new diskgroup named DATA that is currently not mounted. You log in to a cluster node as the Grid Infrastructure software owner and set…

The correct answer is E. Check the connect string for the privileged role. You have logged in with SYSDBA privilege that is not allowed for ASM operations Solution Login with SYSASM credentials for ASM operations MOS [ID 889810.1]

Administer ASM

Question

The Oracle 11g Release 2 (version 11.2.0.1) ASM instance has a new diskgroup named DATA that is currently not mounted. You log in to a cluster node as the Grid Infrastructure software owner and set the environment variables to point to the ASM instance on that node. Using SQL*Plus, you issue the commands:

CONNECT / AS SYSDBA ALTER DISKGROUP DATA MOUNT; The system response is:

ERROR at line 1:

ORA-15032: not all alterations performed ORA-15260: permission denied on ASM disk group How do you diagnose this error?

Options

  • ACheck v$asm_operation for operations halted by the error.
  • BCheck v$asm_attributes to determine the asm.compatible setting.
  • CCheck v$asm_usergroup to determine the owning user group for this diskgroup.
  • DCheck v$xs_session_role to determine the role privileges of the current user.
  • ECheck the connect string for the privileged role.

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    13% (6)
  • C
    4% (2)
  • D
    2% (1)
  • E
    78% (35)

Explanation

You have logged in with SYSDBA privilege that is not allowed for ASM operations Solution Login with SYSASM credentials for ASM operations MOS [ID 889810.1]

Topics

#ASM diskgroup mount error#SYSASM privilege#permission denied#ORA-15260

Community Discussion

No community discussion yet for this question.

Full 1Z0-058 Practice