OCP 062 Chinese exam question bank (cuug internal information) question 1

OCP 062 Chinese exam question bank (cuug internal information) question 1

This set of question bank is the 062 (Chinese version) test questions in the OCP exam, organized by CUUG, if you have the intention of applying for OCP certification, you can contact the cuug consultant.

1. Please choose two.

You execute the following command:

SQL>CREATE USER sidney

IDENTIFIED BY out_standing1

DEFAULT TABLESPACE users

QUOTA 10M ON users

TEMPORARY TABLESPACE temp

ACCOUNT UNLOCK;

SQL> GRANT CREATE SESSION TO sidney;

Which two descriptions are correct?

A) If there is any role named SIDNEY in the database, the CREATE USER command will fail.

B) User SIDNEY can connect to the database instance, but it needs relevant permissions to create objects in the USERS tablespace.

C) User SIDNEY can connect to the database instance, but cannot perform sorting operations because there is no space quota specified for the TEMP tablespace.

D) The user SIDNEY will be created, but it cannot connect to the database instance because the profile information is not assigned to the user.

E) The operating system will create the user SIDNEY and verify the user.

OCP 062 Chinese exam question bank (cuug internal information) question 1

Guess you like

Origin blog.51cto.com/13854012/2606495