nerdexam
Oracle

1Z0-160 · Question #62

You created a Database as a Service (DBaaS) instance. This action also created a virtual machine and configured it for the DBaaS instance. It also created two user accounts. One of the users is…

The correct answer is A. Grant privileges and roles to database users. B. Create database users. C. Back up and recover databases. oracle is the Oracle Database administrator account you use to access the system and perform non-root database administration tasks. A home directory, /home/oracle, is created for this user. This user cannot use the sudo command to perform operations that require root-user…

Provisioning and Administering Oracle Database Cloud Service

Question

You created a Database as a Service (DBaaS) instance. This action also created a virtual machine and configured it for the DBaaS instance. It also created two user accounts. One of the users is oracle. What three functions can the oracle user perform?

Options

  • AGrant privileges and roles to database users.
  • BCreate database users.
  • CBack up and recover databases.
  • DCreate tablespaces.
  • EReboot a VM.
  • FUse the sudo command to perform root user access operations.

How the community answered

(23 responses)
  • A
    83% (19)
  • D
    13% (3)
  • F
    4% (1)

Explanation

oracle is the Oracle Database administrator account you use to access the system and perform non-root database administration tasks. A home directory, /home/oracle, is created for this user. This user cannot use the sudo command to perform operations that require root-user access. Additionally, by default you cannot connect as this user to the compute node using SSH. You can add the public key to the user's $HOME/.ssh/authorized_keys file to grant persistent SSH access, or you can connect as the opc user and then use the sudo -s command to start a root-user command shell, followed by an su -oracle command to switch to the oracle user. Incorrect Answers: F: root is the root administrator for the system. You do not have direct access to this account. To perform operations that require root-user access, use the sudo command as the opc, not the https://docs.oracle.com/en/cloud/paas/database-dbaas-cloud/csdbi/linux-user-accounts-rac.html g_your_database_cloud_service/ obe_dbaas_administering_your_database_cloud_service.html

Topics

#oracle user#user privileges#DBaaS accounts#database administration

Community Discussion

No community discussion yet for this question.

Full 1Z0-160 Practice