Deck 7: User Creation and Management

ملء الشاشة (f)
exit full mode
سؤال
The PASSWORD EXPIRE option can be used to force a user to change his or her password at the time of the next login.​
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Authentication is the process of ensuring that the individuals trying to access the system are who they claim to be.​
سؤال
Object privileges allow users to perform DML operations on the data contained within database objects.
سؤال
An object privilege cannot be granted to a role with the WITH GRANT OPTION.​
سؤال
A user can be granted both system and object privileges in the same GRANT command.​
سؤال
The system privileges available in Oracle 12c can be viewed through the SYSTEM_PRIVILEGE_MAP data dictionary view.​
سؤال
Both system and object privileges can be granted with the GRANT command.​
سؤال
Even if a set of privileges have been assigned to a role,it does not make it any easier for the DBA since the privileges will still need to be granted individually to the users.​
سؤال
The password for a user can be set with the PASSWORD clause of the CREATE USER command.
سؤال
Any privilege with the ANY keyword in it is automatically an object privilege.​
سؤال
User names in Oracle12c can consist of up to 30 characters.​
سؤال
A role can be created with the CREATE ROLE command.​
سؤال
The GRANT ROLE command is used to grant roles to users.​
سؤال
The UPDATE ANY TABLE privilege is a system privilege.​
سؤال
The INSERT,UPDATE,and DELETE object privileges can be applied to tables and views.
سؤال
The GRANT clause of the GRANT command identifies the user who is granting a specific privilege.​
سؤال
A role can only be granted to other roles.​
سؤال
The WITH GRANT OPTION is required to allow a user to grant the specified object privileges to other users.
سؤال
Permissions allow users to execute certain SQL statements in Oracle12c.
سؤال
The ON clause of the GRANT command is used to specify which objects can be altered by the system privilege(s)specified in the command.​
سؤال
All available system privileges for the current user can be displayed through the USER_SYS_PRIVS data dictionary view.​
سؤال
The FOR clause of the GRANT command is used to specify the object to which the privilege applies._________________________​
سؤال
A user can change his or her current password using the PASSWORD command.​
سؤال
Once a privilege has been granted to a role,it cannot be revoked without re-creating the role.​
سؤال
All privileges granted to a role must be revoked before the role can be removed from the database.​
سؤال
A user can be assigned a default role that is automatically enabled whenever the user logs in to the database.
سؤال
The ALTER USER command can be used to change the name assigned to a user account.​
سؤال
When a role is removed from the database,users will lose any privileges assigned to them through that role.​
سؤال
A password cannot be assigned to a role,only to a user.​
سؤال
Privileges allow Oracle12c users to execute certain SQL statements._________________________
سؤال
When revoking an object privilege that was issued with the WITH GRANT OPTION,the action will have a cascading effect because if that user granted the privilege to other users,the privilege will be revoked from them also.​
سؤال
Oracle12c uses a process known as selection to ensure that users are who they say they are._________________________​
سؤال
Even if users are authenticated by the operating system,the users are still required to have valid Oracle12c accounts to access the database._________________________
سؤال
Object privileges allow users to execute DDL commands._________________________​
سؤال
A user can check all his or her currently enabled privileges by examining the SESSION_PRIVS view.
سؤال
The CHANGE PASSWORD option can be used to force a user to change the user password at the time of the next login._________________________​
سؤال
The PASS IS clause of the CREATE USER command indicates the password assigned to a user._________________________
سؤال
The WITH ADMIN OPTION is required to enable the user to grant the specified object privileges to other users._________________________​
سؤال
The GENERATE ROLE command is used to add a new role to the database._________________________​
سؤال
Use an asterisk in the REVOKE command to revoke all system and object privileges that have been assigned to a user.​
سؤال
A role can be removed from the database with the DELETE ROLE command._________________________​
سؤال
Which of the following commands will change a user's password?

A) ALTER USERNAME username IDENTIFIED BY newpassword;
B) ALTER USER username IDENTITY newpassword;
C) ALTER USER username IDENTIFIED BY newpassword;
D) ALTER USERNAME username PASSWORD newpassword;
سؤال
​The ____ privilege will allow a user to connect to the Oracle12c database.

A) ​CREATE CONNECT
B) ​CREATE LOG
C) ​CREATE SESSION
D) ​CONNECT
سؤال
A user can issue the ENABLE ROLE command to enable a role assigned to the user._________________________​
سؤال
The DEFAULT ROLE option of the ALTER USER command can be used to assign a default role to an existing user._________________________​
سؤال
When revoking a privilege that was issued with the WITH ADMIN OPTION,the action will have a cascading effect because if that user granted the privilege to other users,the privilege will be revoked from them also._________________________​
سؤال
The WITH GRANT OPTION cannot be included when assigning privileges to roles._________________________​
سؤال
The REVOKE command can be used to revoke a role from a user or another role.
سؤال
Which command will delete a user account from Oracle12c?​

A) ​DELETE USER username;
B) ​DELETE USER username IDENTIFIED BY password;
C) ​DROP USER username IDENTIFIED BY password;
D) ​DROP USER username;
سؤال
The REVOKE command can be used to revoke system and object privileges,but not both in the same command._________________________​
سؤال
Which of the following will revoke a user's object privileges?​

A) ​REVOKE objectprivilege ON OBJECT objectname FROM username;
B) ​REVOKE objectprivilege ON objectname FROM username;
C) ​REVOKE objectprivilege ON objectname FOR username;
D) ​DROP objectprivilege ON objectname FROM username;
سؤال
A(n)group is a collection of privileges that can be granted to users._________________________​
سؤال
Which of the following commands can be used to revoke system or object privileges previously granted to a user?

A) UNGRANT
B) REMOVE
C) REVOKE
D) DROP
سؤال
Which of the following commands is used to establish a user account?​

A) ​CREATE NEW USER username IDENTIFIED BY password;
B) ​CREATE USERNAME username IDENTITY password;
C) ​CREATE USER username PASSWORD password;
D) ​CREATE USER username IDENTIFIED BY password;
سؤال
​Which of the following commands will allow a use to connect to the Oracle database?

A) GRANT SESSION TO username;
B) GRANT CREATE SESSION TO username;
C) GRANT CREATE SESSION FOR username;
D) GRANT CREATE LOGON TO username;
سؤال
A user can query the ROLE_SYS_PRIVS data dictionary view to determine the privileges currently enabled for that user._________________________​
سؤال
All system and object privileges currently enabled for a user are displayed in the SESSION_PRIVS view._________________________​
سؤال
User names can consist of up to 30 characters and include the _,#,and $ symbols._________________________​
سؤال
A system privilege can be taken away from a user through the UNGRANT command._________________________​
سؤال
A user can have several roles enabled at the same time._________________________​
سؤال
​Which of the following privileges will allow a user to reference a table when creating a FOREIGN KEY constraint?

A) ​FOREIGN KEY
B) ​REFERENCES
C) ​SELECT
D) ​none of the above
سؤال
Which of the following statements about creating a username is incorrect?

A) A user name can contain up to 30 characters.
B) A user name can contain the symbols _ ,$,and #.
C) A user name cannot contain numbers.
D) A user name can contain upper-case letters.
سؤال
Which of the following commands can be used to assign a default role to a user?​

A) ​ASSIGN
B) ​ROLE ASSIGNMENT
C) ​RESET DEFAULT
D) ​ALTER USER
سؤال
Which of the following is not a method used by the Oracle 12c database to prevent illegal access into the software?​

A) ​automatic encryption of all user input
B) ​limiting user privileges to access data
C) authentication through user name and password​
D) ​support for third-party security software and hardware devices
سؤال
Which of the following refers to the process of ensuring that individuals trying to access the system are who they say they are,thus preventing them from illegally accessing data?

A) ​authorization
B) ​authentication
C) ​individualization
D) ​accreditation
سؤال
Which of the following commands will grant a role to a user?​

A) ​GRANT rolename TO username;
B) ​GRANT ROLE rolename TO username;
C) ​GRANT rolename FOR username;
D) ​GRANT ROLE rolename FOR username;
سؤال
The ____ command will assign a default role to a user.​

A) ​ALTER USER username MODIFY ROLE rolename;
B) ​ALTER DEFAULT ROLE rolename GRANT username;
C) ​ALTER ROLE rolename MODIFY USER username;
D) ​ALTER USER username DEFAULT ROLE rolename;
سؤال
Which of the following statements about privileges is incorrect?​

A) ​There are five types of privileges,including DATATYPE,ROLETYPE,and USERNAME privileges.
B) ​System privileges allow access to the Oracle 12c database and let users perform DDL operations such as CREATE,ALTER,and DROP on database objects.
C) ​Object privileges allow users to perform DML operations on the data contained within the database objects.
D) ​When a user creates an object,he or she automatically has all the object privileges associated with that object.
سؤال
Which command will remove an existing role from a database?​

A) ​DROP rolename;
B) ​DROP ROLE rolename;
C) ​DELETE ROLE rolename;
D) ​DELETE rolename;
سؤال
Which of the following clauses is required when granting an objective privilege to a user?

A) ​FOR
B) ​ON
C) ​OBJECT
D) ​none of the above
سؤال
Which of the following statements about granting object privileges is incorrect?

A) The grantor has a choice to either grant individual privileges,or to use the ALL keyword in the GRANT clause.
B) The FROM clause is used to identify the password of the user to which the privilege(s)applies.
C) The TO clause identifies the user or role receiving the privilege.
D) The WITH GRANT OPTION gives the user the ability to grant the same object privileges to other users.
سؤال
Which of the following are examples of object privileges?

A) SELECT and UPDATE
B) CREATE USER and CREATE TABLE
C) UPDATE ANY TABLE and ALTER ANY TABLE
D) all of the above
سؤال
The ____ command is used to revoke a role.​

A) ​REVOKE rolename FROM username;
B) ​ALTER rolename REVOKE username;
C) ​DROP rolename FROM username;
D) ​DROP rolename REVOKE FROM username;
سؤال
Which command will grant a system privilege to a user?​

A) ​GRANT systemprivilege USERNAME username
B) ​GRANT PRIVILEGE systemprivilege TO username
C) ​GRANT systemprivilege TO username
D) ​GRANT systemprivilege ON username
سؤال
Which of the following will add a password to a role?

A) ALTER USER username SET ROLE rolename;
B) ALTER ROLE rolename SET USER username
C) ALTER USER username PASSWORD password;
D) ALTER ROLE rolename IDENTIFIED BY password;
سؤال
Which of the following is a valid SQL command?

A) GRANT SELECT ON orders TO rthomas WITH ADMIN OPTION;
B) GRANT SELECT TO rthomas;
C) GRANT SELECT ON orders TO rthomas WITH GRANT OPTION;
D) none of the above
سؤال
Which of the following can be considered potential threats to an organization's data?

A) ​natural disaster
B) ​disgruntled employees
C) ​computer criminals
D) ​all of the above
سؤال
The ____ keywords are used to grant object privileges to users and roles.​

A) ​GRANT...FOR...TO
B) ​CREATE...WITH...TO
C) ​GRANT...WITH...TO
D) ​GRANT...ON...TO
سؤال
​Which command will establish a new role?

A) ​CREATE NEW ROLE rolename;
B) ​CREATE ROLE rolename;
C) ​CREATE ROLE rolename FOR username;
D) ​CREATE ROLE rolename WITH privilege;
سؤال
Which of the following commands will enable a role for a user?​

A) ​ENABLE ROLE rolename;
B) ​ENABLE rolename;
C) ​SET ROLE rolename;
D) ​ROLE rolename;
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/130
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: User Creation and Management
1
The PASSWORD EXPIRE option can be used to force a user to change his or her password at the time of the next login.​
True
2
Authentication is the process of ensuring that the individuals trying to access the system are who they claim to be.​
True
3
Object privileges allow users to perform DML operations on the data contained within database objects.
True
4
An object privilege cannot be granted to a role with the WITH GRANT OPTION.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
5
A user can be granted both system and object privileges in the same GRANT command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
6
The system privileges available in Oracle 12c can be viewed through the SYSTEM_PRIVILEGE_MAP data dictionary view.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
7
Both system and object privileges can be granted with the GRANT command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
8
Even if a set of privileges have been assigned to a role,it does not make it any easier for the DBA since the privileges will still need to be granted individually to the users.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
9
The password for a user can be set with the PASSWORD clause of the CREATE USER command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
10
Any privilege with the ANY keyword in it is automatically an object privilege.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
11
User names in Oracle12c can consist of up to 30 characters.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
12
A role can be created with the CREATE ROLE command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
13
The GRANT ROLE command is used to grant roles to users.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
14
The UPDATE ANY TABLE privilege is a system privilege.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
15
The INSERT,UPDATE,and DELETE object privileges can be applied to tables and views.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
16
The GRANT clause of the GRANT command identifies the user who is granting a specific privilege.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
17
A role can only be granted to other roles.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
18
The WITH GRANT OPTION is required to allow a user to grant the specified object privileges to other users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
19
Permissions allow users to execute certain SQL statements in Oracle12c.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
20
The ON clause of the GRANT command is used to specify which objects can be altered by the system privilege(s)specified in the command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
21
All available system privileges for the current user can be displayed through the USER_SYS_PRIVS data dictionary view.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
22
The FOR clause of the GRANT command is used to specify the object to which the privilege applies._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
23
A user can change his or her current password using the PASSWORD command.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
24
Once a privilege has been granted to a role,it cannot be revoked without re-creating the role.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
25
All privileges granted to a role must be revoked before the role can be removed from the database.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
26
A user can be assigned a default role that is automatically enabled whenever the user logs in to the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
27
The ALTER USER command can be used to change the name assigned to a user account.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
28
When a role is removed from the database,users will lose any privileges assigned to them through that role.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
29
A password cannot be assigned to a role,only to a user.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
30
Privileges allow Oracle12c users to execute certain SQL statements._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
31
When revoking an object privilege that was issued with the WITH GRANT OPTION,the action will have a cascading effect because if that user granted the privilege to other users,the privilege will be revoked from them also.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
32
Oracle12c uses a process known as selection to ensure that users are who they say they are._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
33
Even if users are authenticated by the operating system,the users are still required to have valid Oracle12c accounts to access the database._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
34
Object privileges allow users to execute DDL commands._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
35
A user can check all his or her currently enabled privileges by examining the SESSION_PRIVS view.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
36
The CHANGE PASSWORD option can be used to force a user to change the user password at the time of the next login._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
37
The PASS IS clause of the CREATE USER command indicates the password assigned to a user._________________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
38
The WITH ADMIN OPTION is required to enable the user to grant the specified object privileges to other users._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
39
The GENERATE ROLE command is used to add a new role to the database._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
40
Use an asterisk in the REVOKE command to revoke all system and object privileges that have been assigned to a user.​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
41
A role can be removed from the database with the DELETE ROLE command._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
42
Which of the following commands will change a user's password?

A) ALTER USERNAME username IDENTIFIED BY newpassword;
B) ALTER USER username IDENTITY newpassword;
C) ALTER USER username IDENTIFIED BY newpassword;
D) ALTER USERNAME username PASSWORD newpassword;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
43
​The ____ privilege will allow a user to connect to the Oracle12c database.

A) ​CREATE CONNECT
B) ​CREATE LOG
C) ​CREATE SESSION
D) ​CONNECT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
44
A user can issue the ENABLE ROLE command to enable a role assigned to the user._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
45
The DEFAULT ROLE option of the ALTER USER command can be used to assign a default role to an existing user._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
46
When revoking a privilege that was issued with the WITH ADMIN OPTION,the action will have a cascading effect because if that user granted the privilege to other users,the privilege will be revoked from them also._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
47
The WITH GRANT OPTION cannot be included when assigning privileges to roles._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
48
The REVOKE command can be used to revoke a role from a user or another role.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
49
Which command will delete a user account from Oracle12c?​

A) ​DELETE USER username;
B) ​DELETE USER username IDENTIFIED BY password;
C) ​DROP USER username IDENTIFIED BY password;
D) ​DROP USER username;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
50
The REVOKE command can be used to revoke system and object privileges,but not both in the same command._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
51
Which of the following will revoke a user's object privileges?​

A) ​REVOKE objectprivilege ON OBJECT objectname FROM username;
B) ​REVOKE objectprivilege ON objectname FROM username;
C) ​REVOKE objectprivilege ON objectname FOR username;
D) ​DROP objectprivilege ON objectname FROM username;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
52
A(n)group is a collection of privileges that can be granted to users._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
53
Which of the following commands can be used to revoke system or object privileges previously granted to a user?

A) UNGRANT
B) REMOVE
C) REVOKE
D) DROP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
54
Which of the following commands is used to establish a user account?​

A) ​CREATE NEW USER username IDENTIFIED BY password;
B) ​CREATE USERNAME username IDENTITY password;
C) ​CREATE USER username PASSWORD password;
D) ​CREATE USER username IDENTIFIED BY password;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
55
​Which of the following commands will allow a use to connect to the Oracle database?

A) GRANT SESSION TO username;
B) GRANT CREATE SESSION TO username;
C) GRANT CREATE SESSION FOR username;
D) GRANT CREATE LOGON TO username;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
56
A user can query the ROLE_SYS_PRIVS data dictionary view to determine the privileges currently enabled for that user._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
57
All system and object privileges currently enabled for a user are displayed in the SESSION_PRIVS view._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
58
User names can consist of up to 30 characters and include the _,#,and $ symbols._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
59
A system privilege can be taken away from a user through the UNGRANT command._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
60
A user can have several roles enabled at the same time._________________________​
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
61
​Which of the following privileges will allow a user to reference a table when creating a FOREIGN KEY constraint?

A) ​FOREIGN KEY
B) ​REFERENCES
C) ​SELECT
D) ​none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
62
Which of the following statements about creating a username is incorrect?

A) A user name can contain up to 30 characters.
B) A user name can contain the symbols _ ,$,and #.
C) A user name cannot contain numbers.
D) A user name can contain upper-case letters.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
63
Which of the following commands can be used to assign a default role to a user?​

A) ​ASSIGN
B) ​ROLE ASSIGNMENT
C) ​RESET DEFAULT
D) ​ALTER USER
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
64
Which of the following is not a method used by the Oracle 12c database to prevent illegal access into the software?​

A) ​automatic encryption of all user input
B) ​limiting user privileges to access data
C) authentication through user name and password​
D) ​support for third-party security software and hardware devices
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
65
Which of the following refers to the process of ensuring that individuals trying to access the system are who they say they are,thus preventing them from illegally accessing data?

A) ​authorization
B) ​authentication
C) ​individualization
D) ​accreditation
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
66
Which of the following commands will grant a role to a user?​

A) ​GRANT rolename TO username;
B) ​GRANT ROLE rolename TO username;
C) ​GRANT rolename FOR username;
D) ​GRANT ROLE rolename FOR username;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
67
The ____ command will assign a default role to a user.​

A) ​ALTER USER username MODIFY ROLE rolename;
B) ​ALTER DEFAULT ROLE rolename GRANT username;
C) ​ALTER ROLE rolename MODIFY USER username;
D) ​ALTER USER username DEFAULT ROLE rolename;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
68
Which of the following statements about privileges is incorrect?​

A) ​There are five types of privileges,including DATATYPE,ROLETYPE,and USERNAME privileges.
B) ​System privileges allow access to the Oracle 12c database and let users perform DDL operations such as CREATE,ALTER,and DROP on database objects.
C) ​Object privileges allow users to perform DML operations on the data contained within the database objects.
D) ​When a user creates an object,he or she automatically has all the object privileges associated with that object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
69
Which command will remove an existing role from a database?​

A) ​DROP rolename;
B) ​DROP ROLE rolename;
C) ​DELETE ROLE rolename;
D) ​DELETE rolename;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
70
Which of the following clauses is required when granting an objective privilege to a user?

A) ​FOR
B) ​ON
C) ​OBJECT
D) ​none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
71
Which of the following statements about granting object privileges is incorrect?

A) The grantor has a choice to either grant individual privileges,or to use the ALL keyword in the GRANT clause.
B) The FROM clause is used to identify the password of the user to which the privilege(s)applies.
C) The TO clause identifies the user or role receiving the privilege.
D) The WITH GRANT OPTION gives the user the ability to grant the same object privileges to other users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
72
Which of the following are examples of object privileges?

A) SELECT and UPDATE
B) CREATE USER and CREATE TABLE
C) UPDATE ANY TABLE and ALTER ANY TABLE
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
73
The ____ command is used to revoke a role.​

A) ​REVOKE rolename FROM username;
B) ​ALTER rolename REVOKE username;
C) ​DROP rolename FROM username;
D) ​DROP rolename REVOKE FROM username;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
74
Which command will grant a system privilege to a user?​

A) ​GRANT systemprivilege USERNAME username
B) ​GRANT PRIVILEGE systemprivilege TO username
C) ​GRANT systemprivilege TO username
D) ​GRANT systemprivilege ON username
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
75
Which of the following will add a password to a role?

A) ALTER USER username SET ROLE rolename;
B) ALTER ROLE rolename SET USER username
C) ALTER USER username PASSWORD password;
D) ALTER ROLE rolename IDENTIFIED BY password;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
76
Which of the following is a valid SQL command?

A) GRANT SELECT ON orders TO rthomas WITH ADMIN OPTION;
B) GRANT SELECT TO rthomas;
C) GRANT SELECT ON orders TO rthomas WITH GRANT OPTION;
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
77
Which of the following can be considered potential threats to an organization's data?

A) ​natural disaster
B) ​disgruntled employees
C) ​computer criminals
D) ​all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
78
The ____ keywords are used to grant object privileges to users and roles.​

A) ​GRANT...FOR...TO
B) ​CREATE...WITH...TO
C) ​GRANT...WITH...TO
D) ​GRANT...ON...TO
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
79
​Which command will establish a new role?

A) ​CREATE NEW ROLE rolename;
B) ​CREATE ROLE rolename;
C) ​CREATE ROLE rolename FOR username;
D) ​CREATE ROLE rolename WITH privilege;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
80
Which of the following commands will enable a role for a user?​

A) ​ENABLE ROLE rolename;
B) ​ENABLE rolename;
C) ​SET ROLE rolename;
D) ​ROLE rolename;
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 130 في هذه المجموعة.