nerdexam
Oracle

1Z0-497 · Question #115

Oracle Database 12c provides new task-specific privileges (SYSBACKUP, SYSDG, and SYSKM) to handle standard administration duties. Which two statements about these standard administration privileges…

The correct answer is B. After connecting with these privileges, you are connected under a predefined user whose name is D. Without being a member of OSBACKUP. OSDG, and OSKM OS groups, users cannot connect as. Only SYSKM requires database to be open. SYSBACKUP and SYSDG can connect to database even if it is down and perform startup and shutdown. https://docs.oracle.com/database/121/ADMIN/dba.htm#ADMIN11052 Local Connections and Secure Remote Connections You can connect to Oracle…

Administering Users and Security

Question

Oracle Database 12c provides new task-specific privileges (SYSBACKUP, SYSDG, and SYSKM) to handle standard administration duties. Which two statements about these standard administration privileges are true?

Options

  • AThese administrative privileges enable you to connect to the database only if the database is open.
  • BAfter connecting with these privileges, you are connected under a predefined user whose name is
  • CThese administrative privileges allow a user to view DBA_xxx, GV$, VS, and SELECT on
  • DWithout being a member of OSBACKUP. OSDG, and OSKM OS groups, users cannot connect as

How the community answered

(33 responses)
  • A
    9% (3)
  • B
    76% (25)
  • C
    15% (5)

Explanation

Only SYSKM requires database to be open. SYSBACKUP and SYSDG can connect to database even if it is down and perform startup and shutdown. https://docs.oracle.com/database/121/ADMIN/dba.htm#ADMIN11052 Local Connections and Secure Remote Connections You can connect to Oracle Database as a privileged user over a local connection or a secure remote connection in two ways: - If the database has a password file and you have been granted a system privilege, then you can connect and be authenticated by a password file. - If the server is not using a password file, or if you have not been granted a system privilege and are therefore not in the password file, then you can use operating system authentication. On most operating systems, authentication for database administrators involves placing the operating system username of the database administrator in a special group. For example, users in the OSDBA group are granted the SYSDBA administrative privilege. Similarly, the OSOPER group is used to grant SYSOPER administrative privilege to users, the OSBACKUPDBA group is used to grant SYSBACKUP administrative privilege to users, the OSDGDBA group is used to grant SYSDG administrative privilege to users, and the OSKMDBA group is used to grant SYSKM administrative privilege to users.

Topics

#SYSBACKUP#SYSDG#SYSKM#task-specific privileges

Community Discussion

No community discussion yet for this question.

Full 1Z0-497 Practice