2018OCP最新题库052新加考题及答案整理-27

27、Examine these facts about a database:

1. USERS is the database default tablespace.

2. USER1, USER2, AND USER3 have the CREATE SESSION privilege.

3. They also have UNLIMITED QUOTA on the default tablespace USERS.

4. They have no other privileges.

Examine these commands:

SQL> conn / as sysdba

Connected.

SQL> GRANT CREATE TABLE TO user1 WITH ADMIN OPTION;

Grant succeeded.

SQL> conn user1/oracle_4U

Connected.

SQL> GRANT CREATE TABLE TO user2;

Grant succeeded.

SQL> GRANT CREATE TABLE TO user3 WITH ADMIN OPTION;

Grant succeeded.

12、 Which two are true?

A. Any user with create table with admin option can revoke create table from user1.

B. If SYS revokes create table from user1, it is revoked from user2 but not from user3.

C. Only SYS and USER1 can revoke CREATE TABLE from USER3.

D. Only SYS CAN REVOKE CREATE TABLE FROM USER1.

E. If SYS revokes create table from user1, it is not revoked from USER2 and USER3.

Correct Answer: AE

原文地址:https://www.cnblogs.com/cnblogs5359/p/9390627.html

时间: 2024-11-05 15:00:13

2018OCP最新题库052新加考题及答案整理-27的相关文章

OCP最新考试题库-052新考题及答案整理-34

34.Which is true about invalid PL/SQL objects? A) They are automatically recompiled against the new definition of a referenced object at the same time as the referenced object is modified. B) They can be manually recompiled only by using SQL commands

OCP考试052考试,新的考题还有答案整理-23题

23.Which two are true about data dictionary and dynamic performance views (v$ views)? A) All database users have access to ALL_* views. B) Data dictionary view output is subject to read consistency. C) The defining queries for Oracle supplied dynamic

OCP题库变动,052新加的考题及答案分析整理-22

22.You are planning a software installation for both Oracle Database 11g Release 1 and Release 2. You plan to have at lease one database for each release managed by Grid Infrastructure for a Standalone Server. Which three are true in this scenario? A

【OCP新题库】052最新题库解析-第5题

5.Which two affect the time taken for instance recovery? A) size of redo logs B) size of UNDO tablespace C) FAST_START_MTTR_TARGET value D) size of archivelogs E) size of existing RMAN backupsets F) UNDO_RETENTION value Answer:AC 原文地址:https://www.cnb

【OCP新题库】052最新题库解析-第6题

6.You are installing Oracle Grid Infrastructure by using the Oracle Universal Installer (OUI). You select the "Install and Configure Grid Infrastructure for a Standalone Server" option. Which task is performed by OUI as part of this installation

OCP考试题库更新,052最新考题及答案整理-第8题

8.Which two are true about the Fast Recovery Area (FRA)? A) It should be larger than the database. B) Space management In the FRA Is Influenced by the database backup retention policy. C) A database must be in ARCHIVELOG mode to use the FRA. D) It mu

【OCP|052】OCP题库更新,052最新考题及答案整理-第10题

10.Which two are true about consistent database backups? A) They can only be taken when a RECOVERY CATALOG is used. B) They can only be taken if the database Is in ARCHIVELOG mode. C) They can only be taken If shutdown NORMAL, TRANSACTIONAL, or IMMED

OCP换题库了,052最新考题及答案整理-第11题

11.Which three are true about UNDO data? A) It is used to roll back failed transactions. B) It is used to rewind a database by using FLASHBACK DATABASE. C) It is used to recover dropped tables by using FLASHBACK TABLE - TO BEFORE DROP. D) It is used

OCP题库更新,新版052新考题及答案整理-第12题

12.Which two types of Information can be found in the alert log? A) instance recovery details B) a record of all DDL statements performed by non-DBA users C) a record of all actions performed by SYS and SYSTEM D) critical errors encountered by backgr